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
m
Tag: sourceedit
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{| 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"
{| 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"
|- style="background: #BC1B1B; color: #ffffff; font-size: larger"
|- style="background: #BC1B1B; color: #ffffff; font-size: larger"
! colspan="2"|{{PAGENAME}}
! colspan="2"|{{#if:{{{name|}}}|{{{name}}}|{{#if:{{{Rname|}}}|{{{Rname}}}|{{PAGENAME}}}}}}
|- style="text-align: center; background: #BC1B1B"
|- style="text-align: center; background: #BC1B1B"
| colspan="2" style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background: #BC1B1B; color: #a00; padding-top: 0px"|[[File:{{{image}}}|250px]]
| colspan="2" style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background: #BC1B1B; color: #a00; padding-top: 0px"|[[File:{{{image}}}|250px]]
|-
|-
|- style="background: #ffffff; vertical-align: middle; spacing-top: 0px; spacing-bottom: 0px"
{{episode infobox/thingy|Item Type|{{{type}}}}}
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|'''Item Type
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|
{{{type}}}
|-
|-
|- style="background: #ffffff; vertical-align: middle; spacing-top: 0px; spacing-bottom: 0px"
{{episode infobox/thingy|Owner|{{{owner}}}}}
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|'''Owner
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|
{{{owner}}}
|-
|-
! colspan="2" style="text-align: left; background: #FF7272; color: #000000; font-weight: normal"|'''Cartoon Appearances'''
! colspan="2" style="text-align: left; background: #FF7272; color: #000000; font-weight: normal"|<center>'''Appearances'''</center>
|- style="background: #ffffff; vertical-align: middle; spacing-top: 0px; spacing-bottom: 0px"
|- style="background: #ffffff; vertical-align: middle; spacing-top: 0px; spacing-bottom: 0px"
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|'''First Appeared'''
{{#if:{{{cartoon first|}}}|
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|
{{episode infobox/thingy|First Appeared (cartoon)|{{{cartoon first}}}}}
{{{cartoon first}}}
}}
|-
{{#if:{{{book first|}}}|
! colspan="2" style="text-align: left; background: #FF7272; color: #000000; font-weight: normal"|'''Book Appearances'''
{{episode infobox/thingy|First Appeared (books)|''{{{book first}}}''}}
|- style="background: #ffffff; vertical-align: middle; spacing-top: 0px; spacing-bottom: 0px"
}}
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|'''First Appeared'''
|}<noinclude>
| style="border-bottom: #999 1px solid; text-align: center; border-left: #999 1px solid; border-top: #999 1px solid; border-right: #999 1px solid"|
{{{book first}}}
|}</onlyinclude><noinclude>
==Usage==
==Usage==
<pre>
<pre>
Line 36: Line 27:
}}
}}
</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 = 
}}