Content deleted Content added
Tom.Reding (talk | contribs) Category:Described in year error is more appropriate (some are config errors, some are template-placement/call errors), sortkey = error-type (*pats self on back*); wrap dependent code-chunks in 'if currYDC then' to allow trackingCategories to pass-through to end |
Tom.Reding (talk | contribs) m in |
||
Line 159:
local currYDC = nil --year/decade/century
local currYear = mw.ustring.match(currCat, 'described in (%d%d%d%d)$')
local currDeca = mw.ustring.match(currCat, 'described in the (%d%d%d%d)s$')
local currCent = mw.ustring.match(currCat, 'described in the (%d+)[snrt][tdh] century$')
local parentDeca = nil --used with currYear (i.e. Spiders) & currDeca (i.e. Spiders)
local parentCent = nil --used with currYear (i.e. Fish) & currDeca (i.e. Spiders)
|