Module:Category described in year: Difference between revisions

Content deleted Content added
simplify code: was redundant to code within Module:Commons link and Template:Commons and category. Call those instead, which are well-maintained
add line breaks to stop lint issues
Line 304:
--build header & rem surrounding whitespace
if nav then header = nav end
if portal then header = header .. '\n' .. portal end
if commons then header = header .. '\n' .. commons end
if wikispecies then header = header .. '\n' .. wikispecies end
if description and description ~= '' then
header = header .. description