Content deleted Content added
Tom.Reding (talk | contribs) m No matter what maybe? |
Tom.Reding (talk | contribs) m Only rem ws when there is no description |
||
Line 522:
--build header & rem surrounding whitespace
if nav then header = nav end
header = mw.ustring.gsub(header, '<br>', '')▼
if commons then header = header .. commons end
if wikispecies then header = header .. wikispecies end
header = header ..
else
end
▲ if description and description ~= '' then header = header .. description end
if toc then header = header .. '<br />' .. toc end
header = mw.text.trim(header)
|