Content deleted Content added
Tom.Reding (talk | contribs) Implement Category:Described in year unknown category, --ce, from sandbox |
Tom.Reding (talk | contribs) tweak |
||
Line 70:
local categories = {}
local trackingCategories = {
[1] =
}
local outString = nil
Line 194:
else
outString = outString .. '<br />' ..
if
outString = outString .. '<br />' ..
mw.ustring.gsub(table.concat(trackingCategories, '<br />'), '%[%[', '[[:') .. '<br />'
end
end
|