Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SF6-character: Difference between revisions

Template page
Created page with "{{SF6-character |name= |health = |throwrange= |fwalk= |bwalk= |fdashspeed= |bdashspeed= |fdashdistance= |bdashdistance= |jumpspeed= |fjumpdistance= |bjumpdistance= |jumpapex= |relativehealth= |relativespeed= }}"
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
This is the template for Street Fighter 6 characters, which looks like this:
<pre>
{{SF6-character
{{SF6-character
|name=
|name=
|health =
|health=
|throwrange=
|throwrange=
|fwalk=
|fwalk=
Line 15: Line 18:
|relativehealth=
|relativehealth=
|relativespeed=
|relativespeed=
|umo=
|portrait=
|icon=
}}
}}
</pre>
{{#cargo_declare:_table=sf6Characters
|name=String
|health=Float
|throwrange=Float
|fwalk=Float
|bwalk=Float
|fdashspeed=Float
|bdashspeed=Float
|fdashdistance=Float
|bdashdistance=Float
|jumpspeed=Wikitext string
|fjumpdistance=Float
|bjumpdistance=Float
|jumpapex=Float
|relativehealth=Wikitext string
|relativespeed=Wikitext string
|umo=Wikitext string
|portrait=File
|icon=File
}}
</noinclude>
<includeonly>
{{#cargo_store:_table=sf6Characters
|name={{{name|}}}
|health={{{health|}}}
|throwrange={{{throwrange|}}}
|fwalk={{{fwalk|}}}
|bwalk={{{bwalk|}}}
|fdashspeed={{{fdashspeed|}}}
|bdashspeed={{{bdashspeed|}}}
|fdashdistance={{{fdashdistance|}}}
|bdashdistance={{{bdashdistance|}}}
|jumpspeed={{{jumpspeed|}}}
|fjumpdistance={{{fjumpdistance|}}}
|bjumpdistance={{{bjumpdistance|}}}
|jumpapex={{{jumpapex|}}}
|relativehealth={{{relativehealth|}}}
|relativespeed={{{relativespeed|}}}
|umo={{{umo|}}}
|portrait={{{portrait|}}}
|icon={{{icon|}}}
}}
</includeonly>

Latest revision as of 16:31, 23 September 2024

This is the template for Street Fighter 6 characters, which looks like this:

{{SF6-character
|name=
|health=
|throwrange=
|fwalk=
|bwalk=
|fdashspeed=
|bdashspeed=
|fdashdistance=
|bdashdistance=
|jumpspeed=
|fjumpdistance=
|bjumpdistance=
|jumpapex=
|relativehealth=
|relativespeed=
|umo=
|portrait=
|icon=
}}

This template defines the table "sf6Characters". View table.


MediaWiki Appliance - Powered by TurnKey Linux