Content deleted Content added
Adamant.pwn (talk | contribs) trying fallback |
Adamant.pwn (talk | contribs) fixes |
||
Line 224:
if citeq_args[name] and citeq_args[name]:find('[[Category:Articles with missing Wikidata information]]') then
-- try fallback to work's native language
citeq_args[name] =
if citeq_args[name]:find('^Q%d+$') then -- qid was returned
citeq_args[name] = nil
|