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

Content deleted Content added
m Sync from live
Attempt to rem excess ws b/w nav & {{wikispecies}}
Line 523:
if nav then header = nav end
if commons then header = header .. commons end
if wikispecies then header = header .. wikispecies end
wikispecies = mw.ustring.gsub(wikispecies '<br>', '')
header = header .. wikispecies
end
if description and description ~= '' then header = header .. description end
if toc then header = header .. '<br />' .. toc end