Template:ItemInfobox: Difference between revisions

From Adventure Koala
(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">
{| class="infobox item-infobox" style="float:right; clear:right; margin:0 0 1em 1em; background:#f8f8f8; border:1px solid #aaa; padding:0.5em; font-size:0.9em;"
{{#if:{{{name|}}}|<tr class="infobox-title"><th colspan="2">{{{name}}}</th></tr>}}
{{#if:{{{name|}}}|{{!}}- style="text-align:center; font-size:1.1em;"
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{image}}}|250px]]</td></tr>}}
! colspan="2" {{!}} '''{{{name}}}'''
{{#if:{{{type|}}}|<tr><td><b>Type:</b> {{{type}}}</td></tr>}}
}}{{#if:{{{image|}}}|{{!}}-
{{#if:{{{owner|}}}|<tr><td><b>Owner:</b> {{{owner}}}</td></tr>}}
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|250px]]
{{#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>}}
{{!}} '''Type:''' {{{type}}}
</table></includeonly>
}}{{#if:{{{owner|}}}|{{!}}-
{{!}} '''Owner:''' {{{owner}}}
}}{{#if:{{{available|}}}|{{!}}-
{{!}} '''Available:''' {{{available}}}
}}{{#if:{{{first_appearance|}}}|{{!}}-
{{!}} '''First appearance:''' {{{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            = 
}}