Content deleted Content added
Tom.Reding (talk | contribs) m I mean century-level |
Tom.Reding (talk | contribs) m Replace-all bad |
||
Line 328:
categories[iparent] = '[[Category:'..currGroup..' described in the '..addOrd(parentCent)..' century|'..sortkey..']]'
elseif mw.ustring.match(parent, '^%u%l') then --e.g. Animals
categories[iparent] = '[[Category:'..parent..' described in '..
else
trackingCategories[2] = '[[Category:Described in year error|Y]]' --invalid year-parent
Line 343:
categories[iparent] = '[[Category:'..currGroup..' described in the '..addOrd(parentCent)..' century|'..sortkey..']]'
elseif mw.ustring.match(parent, '^%u%l') then --e.g. Animals
categories[iparent] = '[[Category:'..parent..' described in the '..
else
trackingCategories[2] = '[[Category:Described in year error|D]]' --invalid decade-parent
Line 359:
categories[iparent] = '[[Category:'..currGroup..' by year of formal description|'..sortkey..']]'
elseif mw.ustring.match(parent, '^%u%l') then --e.g. Animals
categories[iparent] = '[[Category:'..parent..' described in the '..
else
trackingCategories[2] = '[[Category:Described in year error|C]]' --invalid century-parent
|