Template:Infobox image row: Difference between revisions
Template page
More actions
Created page with "<!-- Template:Infobox image row -------------------- Helper template to build the HTML of the <tr> element of image row of the infoboxes @param {string} image Name of the image on the wiki @param {string} caption Caption of the image @param {int} imageWidth Width of the image in px @param {int} imageHeight Height of the image in px @return {string} wikitext of the <tr> element --><includeonly><!-- -->{{Infobox row |condition = {{{image|}}} |colspan = 2 |data = F..." |
No edit summary Tag: Manual revert |
||
| (3 intermediate revisions by the same user not shown) | |||
(No difference)
| |||
Latest revision as of 11:21, 27 June 2026
This template is used to build infobox image row and not meant to be transcluded outside of infobox templates.
Parameters
Only image is required.
| Name | Type | Description |
|---|---|---|
image |
string | Name of the image on the wiki |
caption |
string | Caption of the image |
imageWidth |
int | Width of the image in px |
imageHeight |
int | Height of the image in px |