Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "Template:Item infobox"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(type one doesnt make much sense actually)
m (Text replacement - ";font-size:13px" to ";font-size:125%")
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" cellpadding=2 cellspacing=2 align=right width=300px style="padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background:#FFF; border:1px solid #000; color:#000; border-radius: 15px;"
{| class="infobox" style="background:white"
|-
|-
! colspan="2" bgcolor="#FFD700" style="border-radius: 15px;"| {{{name|{{PAGENAME}}}}}
! colspan="2" style="background-color:silver;font-size:125%"| {{{name|{{PAGENAME}}}}}
|-
|-
| align="center" colspan="2" | {{{image|}}}
| colspan="2" style="text-align:center" | {{{image|}}}
|- style="vertical-align: top;"
|- style="vertical-align: top;"
{{#if:{{{game|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{first_appearance|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Game(s)'''
{{!}} '''First appearance'''
{{!}} {{{game}}}
{{!}} {{{first_appearance}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{location|}}}|{{!}}-
{{#if:{{{latest_appearance|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Latest appearance'''
{{!}} {{{latest_appearance}}}
|}}
|- style="vertical-align: top"
{{#if:{{{location|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Location(s)'''
{{!}} '''Location(s)'''
{{!}} {{{location}}}
{{!}} {{{location}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{strength|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{effect|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Strength'''
{{!}} {{{strength}}}
|}}
|- style="vertical-align: top"
{{#if:{{{effect|}}}|{{!}}-
{{!}} '''Effect'''
{{!}} '''Effect'''
{{!}} {{{effect}}}
{{!}} {{{effect}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{cost|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{related|}}}|
{{!}} '''Price'''
{{!}} colspan="2" style="padding:0" {{!}}
{{!}} {{{cost}}}
{{{!}} class="{{#ifeq:{{{expand}}}|expandable|mw-collapsible mw-collapsed|noexpandable}}" style="width:100%;background:white; text-align:left"
! style="background:#dddddd; padding:2px;" {{!}} Related items
{{!}}-
{{!}} style="padding:0 2px;" {{!}} {{{related|}}}
{{!}}}
|}}
|}}
|}<noinclude>
|}<noinclude>
Line 35: Line 39:
|name=  
|name=  
|image=
|image=
|game=  
|first_appearance=
|latest_appearance=
|location=  
|location=  
|effect=  
|effect=  
|strength=
|related=  
|cost=  
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 04:00, October 16, 2021

Item infobox

Usage[edit]

{{Item infobox
|name= 
|image=
|first_appearance= 
|latest_appearance=
|location= 
|effect= 
|related= 
}}