Content deleted Content added
Tom.Reding (talk | contribs) +more formal conf error checks (bConfError) |
Tom.Reding (talk | contribs) m Cleanup old attempt |
||
Line 225:
--produce description & toc
if bConfError == false then
description = conf[currGroup][currYDC].description
if mw.ustring.match(description, '%%year%%') then
Line 243 ⟶ 242:
toc = frame:expandTemplate{ title = 'Category TOC', args = args }
end
end
|