Template:FeatureInfobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the {{PAGENAME}} template. | This is the {{PAGENAME}} template. | ||
It is used to display item information in a standardized infobox format. | |||
Usage: | Usage: | ||
{{ | {{FeatureInfoBox | ||
| name = | |name=Item Name | ||
| rows = | |rows= | ||
|- | |||
| colspan="2" style="text-align:center" | [[File:brain4.png|260px]] | |||
|- | |||
! Type | |||
| SmallGun | |||
|- | |||
! Cost | |||
| 140 caps | |||
|modes= | |||
<tr><th colspan="2">Firing Modes</th></tr> | |||
<tr><td colspan="2">...</td></tr> | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
| Line 23: | Line 25: | ||
<th colspan="2" style="background-color:#3d6f4a; color:white; text-align:center">{{{name|{{PAGENAME}}}}}</th> | <th colspan="2" style="background-color:#3d6f4a; color:white; text-align:center">{{{name|{{PAGENAME}}}}}</th> | ||
</tr> | </tr> | ||
{{{ | {{{name|}}} | ||
{{{type|}}} | |||
{{{location|}}} | |||
</table> | </table> | ||
</includeonly> | </includeonly> | ||
Revision as of 10:39, 3 June 2026
This is the FeatureInfobox template. It is used to display item information in a standardized infobox format.
Usage: Template:FeatureInfoBox