Content deleted Content added
Tom.Reding (talk | contribs) m , |
Tom.Reding (talk | contribs) m expand |
||
Line 524:
if commons then header = header .. commons end
if wikispecies then
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
|