Content deleted Content added
Tom.Reding (talk | contribs) m t |
Tom.Reding (talk | contribs) m No matter what maybe? |
||
Line 522:
--build header & rem surrounding whitespace
if nav then header = nav end
if commons then header = header .. commons end
if wikispecies then
▲ header = mw.ustring.gsub(header, '<br>', '')
header = header .. wikispecies
end
|