Welcome to our new Skyland! Article rewrites are welcome. If you see any missing images, please feel free to add them. Please use the Aboutfile template when uploading and add categories.
We are also aware of some articles being unavailable. Please bear with us while we are working to get them fixed.

Template:MediaCharacterbox: Difference between revisions

From Skylanders Wiki
Aura24 (talk | contribs)
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..."
 
Aura24 (talk | contribs)
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox>
{| class="infobox" style="background:#DDEEFF; border:1px solid #0F378C"
  <title source="title1">
|- style="vertical-align: top"
    <default>{{PAGENAME}}</default>
! colspan="2" style="background-color:#1493ff;color:white;font-size:125%"| {{{name|{{PAGENAME}}}}}
  </title>
|-
  <image source="image1">
| style="text-align:center" colspan="2" | {{{image|}}}
    <caption source="caption1"/>
|-
  </image>
{{#if:{{{element|}}}|{{!}}-style="background:#b6daff"
  <data source="row1">
{{!}} '''Element:'''
    <label>Label</label>
{{!}} {{{element}}}
  </data>
|}}
  <data source="row2">
|- style="vertical-align: top;"
    <label>Label</label>
{{#if:{{{full_name|}}}|{{!}}-style="background:#b6daff"
  </data>
{{!}} '''Full name:'''
</infobox>
{{!}} {{{full_name}}}
<noinclude>
|}}
Example usage:<pre>
|- style="vertical-align: top"
{{MediaCharacterbox
{{#if:{{{species|}}}|{{!}}-style="background:#b6daff"
|title1=Example
{{!}} '''Species:'''
|image1=Example
{{!}} {{{species}}}
|caption1=Example
|}}
|row1=Example
|- style="vertical-align: top"
|row2=Example
{{#if:{{{gender|}}}|{{!}}-style="background:#b6daff"
{{!}} '''Gender:'''
{{!}} {{{gender}}}
|}}
|- style="vertical-align: top"
{{#if:{{{age|}}}|{{!}}-style="background:#b6daff"
{{!}} '''Age:'''
{{!}} {{{age}}}
|}}
|- style="vertical-align: top"
{{#if:{{{role|}}}|{{!}}-style="background:#b6daff"
{{!}} '''Role:'''
{{!}} {{{role}}}
|}}
|- style="vertical-align: top"
{{#if:{{{world|}}}|{{!}}-style="background:#b6daff"
{{!}} '''World:'''
{{!}} {{{world}}}
|}}
|- style="vertical-align: top"
{{#if:{{{ability|}}}|{{!}}-style="background:#b6daff"
{{!}} '''Abilities:'''
{{!}} {{{ability}}}
|}}
|- style="vertical-align: top"
{{#if:{{{firstapp|}}}|{{!}}-style="background:#b6daff"
{{!}} '''First Appearance:'''
{{!}} {{{firstapp}}}
|}}
|- style="vertical-align: top"
{{#if:{{{englishvoice|}}}|{{!}}-style="background:#b6daff"
{{!}} '''English Voice Actor:'''
{{!}} {{{englishvoice}}}
|}}
|}<noinclude>
==Usage==
<pre>
{{MediaCharacter infobox
|element=
|name =
|image =
|full_name =
|species =
|gender =
|age =
|role=
|world =  
|ability=
|englishvoice =
}}
}}
</pre>
</pre>
</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 06:24, May 11, 2025

MediaCharacterbox

Usage

{{MediaCharacter infobox
|element=
|name = 
|image =
|full_name =
|species =
|gender = 
|age =
|role=
|world = 
|ability=
|englishvoice =
}}