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
m
m (Text replacement - ";font-size:13px" to ";font-size:125%")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" cellpadding=2 cellspacing=2 align=right width=280px 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}}}}} {{#if:{{{jp}}}|<br>{{{jp|}}}}}
! colspan="2" style="background-color:silver;font-size:125%"| {{{name|{{PAGENAME}}}}}
|-
|-
| align="center" colspan="2" | {{{image|}}}<br>{{#if:{{{caption}}}|{{{caption|}}}}}
| 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:{{{type|}}}|{{!}}-
{{#if:{{{latest_appearance|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Type'''
{{!}} '''Latest appearance'''
{{!}} {{{type}}}
{{!}} {{{latest_appearance}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{location|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{location|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Location(s)'''
{{!}} '''Location(s)'''
{{!}} {{{location}}}
{{!}} {{{location}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{strength|}}}|{{!}}-
{{#if:{{{effect|}}}|{{!}}-style="background:#dddddd"
{{!}} '''Strength'''
{{!}} '''Effect'''
{{!}} {{{strength}}}
{{!}} {{{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>
==Usage==
==Usage==
<pre>
<pre>
{{Infobox Item
{{Item infobox
|name=  
|name=  
|jp=
|image=
|image=  
|first_appearance=  
|caption=
|latest_appearance=
|game=  
|type=  
|location=  
|location=  
|strength=  
|effect=  
|cost=  
|related=  
}}
}}
</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= 
}}