Template:CharaInfo/doc: Difference between revisions

Template page
mNo edit summary
(22 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<pre><nowiki>
<pre><nowiki>
{{CharaInfo
{{CharaInfo
| game     = The base page name for the taget game. EX: GBVS.
| nameplate     = yes/no. Toggle nameplate image for character. Defualt: no.
| fullname  = The name of the character's base page. EX: Ky_Kiske.
| uniquemovement = The character's movement options.
| nameplate = yes/no. Toggle nameplate image for character. Defualt: no.
| beginner      = The character's beginner friendlyness value out of 5. (Optional)
| health    = The character's health.
| voice          = yes/no. An example voice line. Defualt: no.
| prejump  = The character's jump startup in frames.
| theme         = yes/no. The character's theme song. Defualt: no.
| weight    = The character's weight.
| 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
| guts      = The character's guts rating.
| defense  = The character's defense modifier.
| movement  = The character's movement options.
| stunres  = The character's stun resistance.
| wakeup    = The character's wakeup time in frames.
| voice    = An example voice line. (optional)
| theme     = The character's theme song. (optional)
| color    = yes/no. Toggle character color template. Default: no.
}}
}}
</nowiki>
</nowiki>
</pre>
</pre>
== Examples ==
===Barebones===
{{CharaInfo
| nameplate=no
| game=GBVS
| fullname=Gran
| health=10000
| prejump=4f
}}
===With Nameplate and Colors===
----
{{CharaInfo
| nameplate=yes
| game=GBVS
| fullname=Vaseraga
| health=11000
| prejump=5f
| backdash=21f
| colors=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}}
{{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.