Template:Infobox image row: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 13: | Line 13: | ||
--><includeonly><!-- | --><includeonly><!-- | ||
--><!-- | -->{{Infobox row | ||
|condition = {{{image|}}} | |||
|colspan = 2 | |||
|data = [[File:{{{image}}}|{{#if:{{{imageWidth|}}}{{{imageHeight|}}}|{{#if:{{{imageWidth|}}}|{{{imageWidth}}}}}{{#if:{{{imageHeight|}}}|x{{{imageHeight}}}}}px|320x480px}}|thumb|center|{{{caption|}}}]] | |||
|dataClass = tg-infobox-image | |||
}}<!-- | |||
--></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 |