Module:Cite Q: Difference between revisions

Content deleted Content added
sync from sandbox (permalink): remove incorrect fallback to P1810 for author names (details (permalink))
rm misplaced tracking category
 
(One intermediate revision by one other user not shown)
Line 12:
local i18n = {
["unknown-author"] = mw.wikibase.getLabel("Q4233718"):gsub("^%l", mw.ustring.upper),
["unknown-author-trackingcat"] = "", -- [[Category:Cite Q - author unknown]]", removed as misplaced; someone is welcome to restore it if it is placed outside of the template parameter value
["ordinal"] = {
[1] = "st",
Line 697:
end
-- make the nowiki'd string and done
return "frame:preprocess (table.concat ({'<code>syntaxhighlight lang="wikitext" ..inline="1">', table.concat (expand_args, ' |') .. "'}}', '</codesyntaxhighlight>"'}));
end