Template:CharaInfo-GBVS: Difference between revisions

Template page
m (Set all values to Wikitext to avoid any type issues.)
m (removed colors from cargo template)
 
(4 intermediate revisions by one other user not shown)
Line 11: Line 11:
| backdash =  
| backdash =  
| movement =  
| movement =  
| colors  =
}}
}}
</pre>
</pre>
Line 17: Line 16:


// Cargo Declaration
// Cargo Declaration
-->{{#cargo_declare:_table=GBVS_Character_Cargo_Test
-->{{#cargo_declare:_table=CargoTest
| name    = Wikitext
| name    = String
| health  = Wikitext
| health  = String
| prejump  = Wikitext
| prejump  = String
| backdash = Wikitext
| backdash = String
| movement = Wikitext
| movement = String
}}
}}
</noinclude><!--
</noinclude><!--
Line 28: Line 27:
--><includeonly><!--
--><includeonly><!--
   // Cargo Store
   // Cargo Store
-->{{#cargo_store:_table=GBVS_Character_Cargo_Test
-->{{#cargo_store:_table=CargoTest
| name    = {{{name|}}}
| name    = {{{name|}}}
| health  = {{{health|}}}
| health  = {{{health|}}}
Line 37: Line 36:


   // Infobox
   // Infobox
-->{{FP Box
-->
| padding=no
;name:{{{name|}}}
| content=
;health:{{{health|}}}
{{CharaInfo
;prejump:{{{prejump|}}}
| game      = GBVS
;backdash:{{{backdash|}}}
| fullname  = {{{name|}}}
;movement:{{{movement|}}}
| nameplate = yes
| health   = {{{health|}}}
| prejump   = {{#if:{{{prejump|}}}|{{{prejump}}}f}}
| backdash = {{#if:{{{backdash|}}}|{{{backdash}}}f}}
| movement = {{{movement|}}}
| colors    = {{{colors|no}}}
}}
}}
</includeonly>
</includeonly>

Latest revision as of 15:33, 28 March 2021

This is the "GBVS_character" template. It should be called in the following format:

{{CharaInfo-GBVS
| name     = 
| health   = 
| prejump  = 
| backdash = 
| movement = 
}}

Edit the page to see the template text.This template defines the table "CargoTest". This table has not been created yet.