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
m
Line 1: Line 1:
<includeonly>{| class="infobox" style="width: 200px; text-align: left; -moz-border-radius:10px; font-size: 85%" align="right" cellpadding="2"
<includeonly>{| class="infobox" style="width: 200px; text-align: left; -moz-border-radius:10px; font-size: 85%" align="right" cellpadding="2"
|-
|-
! style="background: lightblue; -moz-border-radius: 0.5em 0.5em 0 0; font-size: 100%;" align="center" colspan="2" |<font color="white">{{#if:{{{name|}}}|{{{name}}}|{{#if:{{{Rname|}}}|{{{Rname}}}|{{PAGENAME}}}}}}</font>
! style="background: lightblue; -moz-border-radius: 0.5em 0.5em 0 0; font-size: 100%;" align="center" colspan="2" |<font color="black">{{#if:{{{name|}}}|{{{name}}}|{{#if:{{{Rname|}}}|{{{Rname}}}|{{PAGENAME}}}}}}</font>
{{!}}-   
{{!}}-   
{{#if: {{{image|}}} | {{!}} align=center colspan=2 style="padding: 1em 0; text-align: center;" {{!}} [[File:{{{image}}}]] }}
{{#if: {{{image|}}} | {{!}} align=center colspan=2 style="padding: 1em 0; text-align: center;" {{!}} [[File:{{{image}}}]] }}
Line 9: Line 9:
{{#if: {{{name|}}} | {{!}} '''Name''' {{!!}} {{{name}}} }}
{{#if: {{{name|}}} | {{!}} '''Name''' {{!!}} {{{name}}} }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{type|}}} | {{!}} '''Type''' {{!!}} {{{type}}} }}
{{#if: {{{type|}}} | {{!}} '''Item Type''' {{!!}} {{{type}}} }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{owner|}}} | {{!}} '''Owner''' {{!!}} {{{owner}}} }}
{{#if: {{{owner|}}} | {{!}} '''Owner''' {{!!}} {{{owner}}} }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{firstintroduced|}}} | {{!}} '''First Seen In''' {{!!}} {{{firstintroduced}}} }}
{{#if: {{{firstintroduced|}}} | {{!}} '''First Seen In''' {{!!}} [[{{{firstintroduced}}}]] }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{lastseen|}}} | {{!}} '''Latest Appearance''' {{!!}} {{{lastseen}}} }}
{{#if: {{{lastseen|}}} | {{!}} '''Latest Appearance''' {{!!}} [[{{{lastseen}}}]] }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
|}
|}

Revision as of 07:49, 4 September 2012

Use the following code:

{{Object
| image           = 
| caption         = 
| name            = 
| type            = 
| owner           = 
| firstintroduced = 
| lastseen        = 
}}