Module:Cite Q: Difference between revisions

Content deleted Content added
merging from the sandbox, another bugfix
Deliberately route through special identifier redirect in order to reduce clutter in "What links here" and to improve reverse lookup.
Line 343:
returntext = returntext .. ','
end
returntext = returntext .. ' [[WDQ (identifier)|Wikidata]] [[:d:' .. qid .. '|' .. qid .. ']]' -- go through special "WDQ (identifier)" redirect to reduce clutter in "What links here" and improve reverse lookup. (A better name might be "QID (identifier)", but needs to be kept in sync with what's used by Template:QID.)
return returntext
end