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: Reverted |
||
| Line 13: | Line 13: | ||
--><includeonly><!-- | --><includeonly><!-- | ||
--> | --><!-- | ||
--></includeonly><!-- | --></includeonly><!-- | ||
--><noinclude><!-- | --><noinclude><!-- | ||
Revision as of 11:18, 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 |