Module:Category described in year/sandbox: Difference between revisions

Content deleted Content added
m expand
m t
Line 524:
if commons then header = header .. commons end
if wikispecies then
header = mw.ustring.gsub(header, '<br>', '')
header = header .. wikispecies
end
header = mw.ustring.gsub(header, '<br>', '')
if description and description ~= '' then header = header .. description end
if toc then header = header .. '<br />' .. toc end