Content deleted Content added
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]]
["ordinal"] = {
[1] = "st",
Line 697:
end
-- make the nowiki'd string and done
return
end
|