Template:CharaInfo-GBVS: Difference between revisions

Template page
No edit summary
m (removed colors from cargo template)
 
(5 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    = String
| name    = String
| health  = Integer
| health  = String
| prejump  = Integer
| prejump  = String
| backdash = Integer
| 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 34: Line 33:
| backdash = {{{backdash|}}}
| backdash = {{{backdash|}}}
| movement = {{{movement|}}}
| movement = {{{movement|}}}
}}</includeonly><!--
}}<!--


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

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.