Template:ItemInfobox: Difference between revisions
(Seed template via Soulscribe provisioner) |
(Seed template via Soulscribe provisioner) |
||
| Line 15: | Line 15: | ||
</pre> | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude><includeonly> | </noinclude><includeonly><table class="infobox item-infobox"> | ||
{{#if:{{{name|}}}|<tr class="infobox-title"><th colspan="2">{{{name}}}</th></tr>}} | |||
{{#if:{{{name|}}}| | {{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{image}}}|250px]]</td></tr>}} | ||
{{#if:{{{type|}}}|<tr><td><b>Type:</b> {{{type}}}</td></tr>}} | |||
}}{{#if:{{{image|}}}| | {{#if:{{{owner|}}}|<tr><td><b>Owner:</b> {{{owner}}}</td></tr>}} | ||
{{#if:{{{available|}}}|<tr><td><b>Available:</b> {{{available}}}</td></tr>}} | |||
}}{{#if:{{{type|}}}| | {{#if:{{{first_appearance|}}}|<tr><td><b>First appearance:</b> {{{first_appearance}}}</td></tr>}} | ||
</table></includeonly> | |||
}}{{#if:{{{owner|}}}| | |||
}}{{#if:{{{available|}}}| | |||
}}{{#if:{{{first_appearance|}}}| | |||
} | |||
</includeonly> | |||
Latest revision as of 08:00, 28 April 2026
Item / Vehicle Infobox
Use this template on item and vehicle pages.
Usage:
{{ItemInfobox
| name =
| type =
| owner =
| available =
| first_appearance =
| image =
}}