Content deleted Content added
Tom.Reding (talk | contribs) m workaround for regex limits |
Tom.Reding (talk | contribs) m -strays |
||
Line 428:
--determine current/related/adjacent cats' properties/vars/etc.
local currGroup = mw.ustring.match(currCat, '^([%w ]+) described in
if currGroup == nil then mw.ustring.match(currCat, '^([%w ]+) by year of formal description
if conf[currGroup] == nil then conf[currGroup] = conf['Default'] end --default to Default
local currYDCF = nil --possible future values: year/decade/century/formal
|