User:Sky2042/Template: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(hmm)
No edit summary
Line 1: Line 1:
{{Infobox
{{infobox
|name         = Sky2042/Template
|name = Infobox Character
|above        = {{{name|{{{PAGENAME}}}}}}
|image = {{{image|}}}
|abovestyle  =  
|caption = {{{caption|}}}
|image       = {{{image|}}}
|caption     = {{{caption|}}}
|captionstyle =
|headerstyle  =
|labelstyle  = width: 7em
|datastyle    =


|header1  = Universe
|label1 = [[Universe]]
|label1  =  
|data1 = {{{universe|}}}
|data1    = {{{universe|}}}
 
|header2  = Debut
|label2 = Appears in
|label2  =  
|data2 = {{{games|}}}
|data2    = {{{debut|}}}
 
|label3 = Debut
|data3 = {{{firstgame|}}}
 
|label4 = Availability
|data4 = {{{availability|}}}
 
|label5 = [[Tier list|Tier]]
|data5 = {{{tier|}}}{{#if:{{{ranking|}}}| ('''{{{ranking}}}''')}}
}}<noinclude>
}}<noinclude>
==Usage==
<pre>{{Infobox Character
|name        =
|image        =
|caption      =
|universe    =
|games        =
|firstgame    =
|availability =
|tier        =
|ranking      =
}}</pre>


==Code==
All fields other than "name" are optional. This template should only be used in articles about characters' appearances in games, like [[Mario (SSBB)]], [[Luigi (SSBB)]], [[Bowser (SSBB)]], etc., not the articles that give general info about them.
<pre>{{character
| name         =
| image        =
| universe    =
| debut        =
}}</pre>


</noinclude>
</noinclude>

Revision as of 13:06, February 21, 2009

Usage

{{Infobox Character
|name         = 
|image        = 
|caption      = 
|universe     = 
|games        = 
|firstgame    = 
|availability = 
|tier         = 
|ranking      = 
}}

All fields other than "name" are optional. This template should only be used in articles about characters' appearances in games, like Mario (SSBB), Luigi (SSBB), Bowser (SSBB), etc., not the articles that give general info about them.