Template:CharaInfo/doc: Difference between revisions

Template page
Line 12: Line 12:
</nowiki>
</nowiki>
</pre>
</pre>
== Examples ==
===Barebones===
{{CharaInfo
| nameplate=no
| game=GBVS
| fullname=Gran
| health=10000
| prejump=4f
| colors=no
}}
===With Beginner Ranking===
====unofficial====
{{CharaInfo
| game=GGACR
| fullname=Eddie
| beginner=1
}}
====official====
{{CharaInfo
| game=GGST
| fullname=Zato-1
| beginner=1
| official=yes
}}
===With Nameplate and Colors===
----
{{CharaInfo
| nameplate=yes
| game=GBVS
| fullname=Vaseraga
| health=11000
| prejump=5f
| backdash=21f
| colors=yes
| weapons=yes
}}
===Full Kit===
----
{{CharaInfo
| nameplate=no
| game=GGXRD-R2
| fullname=Venom
| defense = {{#lst:GGXRD-R2/Venom/Data|defense}}
| guts = {{#lst:GGXRD-R2/Venom/Data|guts}}
| weight = {{#lst:GGXRD-R2/Venom/Data|weight}}
| stunres = {{#lst:GGXRD-R2/Venom/Data|stunres}}
| prejump = {{#lst:GGXRD-R2/Venom/Data|prejump}}
| backdash = {{#lst:GGXRD-R2/Venom/Data|backdash}}
| wakeup = {{#lst:GGXRD-R2/Venom/Data|wakeup}}
| movement = {{#lst:GGXRD-R2/Venom/Data|movement}}
| voice = venom_loctest.ogg
| theme = CallShot.ogg
| colors=yes
}}
{{doc/end}}

Revision as of 00:06, 27 January 2021

Usage

{{CharaInfo
| nameplate = yes/no. Toggle nameplate image for character. Defualt: no.
| uniquemovement  = The character's movement options.
| 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
}}