The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "Template:Item infobox"

From Arthur Wiki
Jump to navigationJump to search
Tag: sourceedit
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{| class="character infobox" border="0" cellpadding="2" cellspacing="0" style="border-bottom: saddlebrown 1px solid; border-left: saddlebrown 1px solid; line-height: 1.5; margin: 0px 0px 0.5em 1em; width: 200px; border-collapse: collapse; float: right; font-size: 80%; border-top: saddlebrown 1px solid; border-right: saddlebrown 1px solid"
{| class="basic infobox" border="0" cellpadding="2" cellspacing="0" style="border-bottom: #BC1B1B 1px solid; border-left: #BC1B1B 1px solid; line-height: 1.5; margin: 0px 0px 0.5em 1em; width: 200px; border-collapse: collapse; float: right; font-size: 80%; border-top: #BC1B1B 1px solid; border-right: #BC1B1B 1px solid"
{{Character infobox/character name|{{PAGENAME}}
|- style="background: #BC1B1B; color: #ffffff; font-size: larger"
}}
! colspan="2"|{{#if:{{{name|}}}|{{{name}}}|{{#if:{{{Rname|}}}|{{{Rname}}}|{{PAGENAME}}}}}}
|-
|- style="text-align: center; background: #BC1B1B"
{{#if:{{{image|}}}|
| colspan="2" style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background: #BC1B1B; color: #a00; padding-top: 0px"|[[File:{{{image}}}|250px]]
{{Item infobox/image|[[File:{{{image}}}|250px]]}}
}}
|-
{{#if:{{{type|}}}|
{{Item infobox/type|{{{type}}}}}
}}
|-
|-
! colspan="2" style="text-align: left; background: #FF7272; color: #000000; font-weight: normal"|'''Cartoon Appearances'''
{{episode infobox/thingy|Item Type|{{{type}}}}}
{{#if:{{{cartoonfirst|}}}|
{{Item infobox/cartoonfirst|[[{{{cartoonfirst}}}]]}}
}}
|-
|-
{{#if:{{{cartoonlast|}}}|
{{episode infobox/thingy|Owner|{{{owner}}}}}
{{Item infobox/cartoonlast|[[{{{cartoonlast}}}]]}}
}}
|-
|-
! colspan="2" style="text-align: left; background: #FF7272; color: #000000; font-weight: normal"|'''Book Appearances'''
! colspan="2" style="text-align: left; background: #FF7272; color: #000000; font-weight: normal"|<center>'''Appearances'''</center>
{{#if:{{{bookfirst|}}}|
|- style="background: #ffffff; vertical-align: middle; spacing-top: 0px; spacing-bottom: 0px"
{{Item infobox/bookfirst|[[{{{bookfirst}}}]]}}
{{#if:{{{cartoon first|}}}|
{{episode infobox/thingy|First Appeared (cartoon)|{{{cartoon first}}}}}
}}
}}
|-
{{#if:{{{book first|}}}|
{{#if:{{{booklast|}}}|
{{episode infobox/thingy|First Appeared (books)|''{{{book first}}}''}}
{{Item infobox/booklast|[[{{{booklast}}}]]}}
}}
}}
|}</onlyinclude><noinclude>
|}<noinclude>
 
==Usage==
==Usage==
<pre>
<pre>
{{basic infobox
{{image =
|{{PAGENAME}}
|type =
|type=
|owner =  
|first=
|cartoon first =  
|last=
|book first =  
}}
}}
</pre>
</pre>
 
[[Category:Infoboxes]]
[[Category:Templates|Item infobox]]
</noinclude>

Latest revision as of 04:42, 18 October 2016

Item infobox
[[File:{{{image}}}|250px]]
Item Type

{{{type}}}

Owner

{{{owner}}}

Appearances

Usage

{{image = 
|type = 
|owner = 
|cartoon first = 
|book first = 
}}