Content deleted Content added
Tom.Reding (talk | contribs) Add WIkispecies link detection, for use in {{Wikispecies|...}}, from sandbox |
Tom.Reding (talk | contribs) m Rem <br> b/w nav & side box iif description dne, from sandbox |
||
Line 524:
if commons then header = header .. commons end
if wikispecies then header = header .. wikispecies end
if description and description ~= '' then
header = header .. description elseif commons or wikispecies then
header = mw.ustring.gsub(header, '<br ?/?>', '')
end
if toc then header = header .. '<br />' .. toc end
header = mw.text.trim(header)
|