Module:TaxonList: Difference between revisions

Content deleted Content added
allow bold as well as italic and linked
more rigorous test for {{extinct}} template
Line 28:
dagger = '†'
else
-- did the taxon name originally have {{extinct}} before it?
if (string.sub(taxonName,1,5) == '<span') and mw.ustring.find(taxonName, '†') then
taxonName = string.gsub(taxonName, '^.*</span>', '', 1)
dagger = '†'