Content deleted Content added
Tom.Reding (talk | contribs) conf table moved to Module:Category described in year/conf for ease of editing; expand functionality to include "Category:X by year of formal description" cats; from sandbox |
Tom.Reding (talk | contribs) +formal.parent: 'paleontology' (technically only 1 use in Category:Fossil taxa by year of formal description, but included for continuity/consistency with year & century cats) |
||
Line 328:
else sortkey = '|'..sortkey end
categories[iparent] = '[[Category:'..parent..' by year of formal description'..sortkey..']]'
elseif parent == 'paleontology' then
if isNilOrEmpty(sortkey) then sortkey = ' ' end --default to " "
categories[iparent] = '[[Category:Years in paleontology|'..sortkey..']]'
else
trackingCategories[2] = '[[Category:Described in year error|F]]' --invalid formal-parent
|