Template:Infobox row: Difference between revisions
Template page
More actions
Created page with "<!-- Template:Infobox row -------------------- Helper template to build the HTML of the <tr> element of infoboxes FIXME: It is more performant and easier to organize to switch to a more permanant solution like Extension:PortableInfobox or use a Lua module. @param {int} colspan Number of columns that the infobox row spans @param {string} condition Wikitext of the additional conditions to check by the #if function @param {string} data Data of the infobox row @param {str..." |
No edit summary Tag: Manual revert |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 11:25, 27 June 2026
This template is used to build infobox row and not meant to be transcluded outside of infobox templates.
Parameters
Only data or header are required.
| Name | Type | Description |
|---|---|---|
colspan |
int | Number of columns that the infobox row spans |
condition |
string | Wikitext of the additional conditions to check by the #if function |
data |
string | Data of the infobox row |
dataClass |
string | HTML classes for the data |
header |
string | Header of the infobox row |
headerClass |
string | HTML classes for the header |
label |
string | Label of the infobox row |