Template:CharaInfo/doc: Difference between revisions

Template page
mNo edit summary
(33 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<pre><nowiki>
<pre><nowiki>
{{CharaInfo
{{CharaInfo
| nameplate= yes/no. Toggle nameplate image for character. Game_Character_Nameplate.png. Defualt: no.
| nameplate     = yes/no. Toggle nameplate image for character. Defualt: no.
| fullame = Character's full name. EG: Ky Kiske.
| uniquemovement = The character's movement options.
| health = The character's health.  
| beginner      = The character's beginner friendlyness value out of 5. (Optional)
| prejump = The character's jump startup in frames.
| voice          = yes/no. An example voice line. Defualt: no.
| weight = The character's weight.
| theme          = yes/no. The character's theme song. Defualt: no.
| stunres = The character's stun resistance.
| colors         = yes/no. Toggle character color template. Default: no.
| backdash = The character's bakdash time in frames.
| colorsize      = Change the size of color images in color template. Default: 60px
| 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.
}}
}}
</nowiki>
</nowiki>
</pre>
</pre>
==Example no Nameplate==
{{CharaInfo
| nameplate=no
| game=GBVS
| fullname=Vaseraga
}}
==Example with Nameplate==
{{CharaInfo
| nameplate=yes
| game=GBVS
| fullname=Vaseraga
| health=11000
| prejump=5f
| backdash=21f
}}
==Example with Colors==
{{CharaInfo
| nameplate=yes
| game=GGXRD-R2
| fullname=Venom
| health=11000
| prejump=5f
| backdash=21f
| colors=yes
}}
{{doc/end}}
{{doc/end}}

Revision as of 00:08, 27 January 2021

Usage

{{CharaInfo
| nameplate      = yes/no. Toggle nameplate image for character. Defualt: no.
| uniquemovement = The character's movement options.
| beginner       = The character's beginner friendlyness value out of 5. (Optional)
| voice          = yes/no. An example voice line. Defualt: no.
| theme          = yes/no. The character's theme song. Defualt: no.
| colors         = yes/no. Toggle character color template. Default: no.
| colorsize      = Change the size of color images in color template. Default: 60px
}}

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