@Jts1882 This module apparently (the documentation is, shall we say, less than complete) allows for a parameter 'species_link' that allows one to override the default link to an article titled "Genus species"; so if "Genus species" is a disambiguation page we can link to the title of the actual article about the particular species. Great! But this doesn't work for subspecies -- example: Puma concolor couguar is a disambiguation page. It is desired that the link in the infobox on Florida panther, for example, should point to North American cougar, but there is no module parameter that allows doing this. Hope this is clear. --R'n'B (call me Russ) 16:27, 27 March 2024 (UTC)
|subspecies_link=
add for {{Population taxobox}}. — Jts1882 | talk 17:22, 27 March 2024 (UTC)at the top of Monkey -- could it be a bug in the present module? fgnievinski (talk) 02:37, 5 June 2024 (UTC)
<nowiki/>
or a templatestyles
element. However now they produce an empty paragraph or a paragraph with the templatestyles output. This seems to affect all the taxobox templates, including {{automatic taxobox}} and {{speciesbox}}, which don't use this module. @Peter coxhead: have you seen this?div
tags. I fortuitously stumbled on this solution as the {{clade}} template isn't getting those empty paragraphs (it also needed the nowiki trick). The reason is because I recently wrapped the {{clade}} template in div
tags, so that I could add an overflow element in mobile view and Vector 2022, where wide cladograms were overlapping the right hand menus. The Vector 2022 upgrade has broken a lot of stuff. — Jts1882 | talk 16:17, 5 June 2024 (UTC)
td
tag in the testcase comparison also removed the empty paragraph. Making the change in the live {{taxobox/core}} and using preview with various pages gives inconsistent results. It works (removes the empty paragraph) with Neoaves, which I tested yesterday, but doesn't work with lion or ocelot. It's not an {{automatic taxobox}}/{{speciesbox}} difference, as it doesn't work with Felidae or Panthera and does work with Siberian stonechat. Looks like it is an interaction with some of the hatnote type templates as putting them all on the same line as {{automatic taxobox}} in Felidae removes the empty paragraph. I'm thinking of making the change live (it doesn't seem to break anything) and then I can test for the culprit templates. — Jts1882 | talk 10:16, 6 June 2024 (UTC)
<div style="float:right">TAXOBOX</div>
and checked the problem templates.
\n
before the wikitext table. Other infoboxes don't have the issue as they are built in Lua using the HTML functions.@Anomalocaris: Special:Diff/1292280938 Artoria2e5 🌉 04:39, 26 May 2025 (UTC)