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