Module:Category described in year: Difference between revisions

Content deleted Content added
Add WIkispecies link detection, for use in {{Wikispecies|...}}, from sandbox
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 end
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)