Hi. I'm not sure if this is a dump issue, but I thought I'd start off here.
I had a user report a missing page in zh.wiktionary.org: https://sourceforge.net/p/xowa/tickets/291/. It seems that a Main namespace page (學生) references a template (Template:漢語寫法) that is not in the dump.
Here are more details:
* The reference page is zh.wiktionary.org/wiki/學生http://zh.wiktionary.org/wiki/%E5%AD%B8%E7%94%9F(or %E5%AD%B8%E7%94%9F) * It uses a template from https://zh.wiktionary.org/wiki/Template:%E6%BC%A2%E8%AA%9E%E5%AF%AB%E6%B3%95 or Template:%E6%BC%A2%E8%AA%9E%E5%AF%AB%E6%B3%95 * When I plug this url into my Firefox address bar, I get redirected to https://zh.wiktionary.org/wiki/Template:%E6%B1%89%E8%AF%AD%E5%86%99%E6%B3%95 or Template:%E6%B1%89%E8%AF%AD%E5%86%99%E6%B3%95 * I can't read Chinese, but Google translate tells me that both terms mean "Chinese wording", so this looks like a redirect to me * However, unlike other redirects, I don't get a "Redirected from" link. - For example, https://zh.wiktionary.org/wiki/Template:En redirects me to Template:en but shows a link for "(重定向自Template:En)" - Template:汉语写法 doesn't show any corresponding "redirected from" link
* More importantly, Template:漢語寫法 or Template:%E6%BC%A2%E8%AA%9E%E5%AF%AB%E6%B3%95 is not in the dump file * I've tried grepping the xml for both 漢語寫法</title> and %E6%BC%A2%E8%AA%9E%E5%AF%AB%E6%B3%95</title> but neither return * However, grepping for 汉语写法</title> (the redirected page) does return one match:
$ grep zhwiktionary-latest-pages-articles.xml -f zhfind.txt <title>Template:汉语写法</title>
Is this a configuration issue with the language / wiki? Or is the page itself defective?
Any pointers / help would be appreciated. Thanks.