Template:CharaInfo/doc: Difference between revisions

Template page
No edit summary
mNo edit summary
Line 3: Line 3:
<pre><nowiki>
<pre><nowiki>
{{infoGear
{{infoGear
| nameplate=yes
| nameplate= yes/no. Toggle nameplate image for character. Game_Character_Nameplate.png. Defualt: no.
| fullame = Venom
| fullame = Character's full name. EG: Ky Kiske.
| image = The character's Portrait
| health = The character's health.
| defense = The character's defense modifier
| prejump = The character's jump startup in frames.
| guts = The character's Guts rating
| weight = The character's weight.
| weight = The character's weight
| stunres = The character's stun resistance.
| stunres = The character's stun resistance
| backdash = The character's bakdash time in frames.
| prejump = how many frames of startup before a character becomes airborn
| wakeup = The character's wakeup time in frames.
| backdash = The character's bakdash time in frames
| movement = The character's movement options.
| wakeup = The character's wakeup time in frames
| sound = The character's character select sound.
| movement = The character's movement options
| theme = The character's Theme.
| sound = The character's character select sound
| colors = yes/no. Toggle color template. {{{Game}}}Colors|Character=fullname. Default: no.
| theme = The character's Theme
| colors = The character's template (must be in template format)
}}
}}
</nowiki>
</nowiki>
Line 34: Line 32:
| prejump=5f
| prejump=5f
| backdash=21f
| backdash=21f
}}
==Example with Colors==
{{CharaInfo
| nameplate=yes
| game=GBVS
| fullname=Vaseraga
| health=11000
| prejump=5f
| backdash=21f
| colors=yes
}}
}}
{{doc/end}}
{{doc/end}}

Revision as of 04:05, 19 June 2020

Usage

{{infoGear
| nameplate= yes/no. Toggle nameplate image for character. Game_Character_Nameplate.png. Defualt: no.
| fullame = Character's full name. EG: Ky Kiske.
| health = The character's health. 
| prejump = The character's jump startup in frames.
| weight = The character's weight.
| stunres = The character's stun resistance.
| backdash = The character's bakdash time in frames.
| wakeup = The character's wakeup time in frames.
| movement = The character's movement options.
| sound = The character's character select sound.
| theme = The character's Theme.
| colors = yes/no. Toggle color template. {{{Game}}}Colors|Character=fullname. Default: no.
}}

Example no Nameplate

CharaInfo/doc/Data
doc

Example with Nameplate

CharaInfo/doc/Data
File:CharaInfo doc Nameplate.png

Example with Colors

CharaInfo/doc/Data
File:CharaInfo doc Nameplate.png

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.