Difference between revisions of "MoveListTable"
From Sega Retro
m (Text replacement - "Category:Sega Retro templates" to "Category:Templates") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {|class=" | + | <includeonly>{| class="prettytable" style="border: {{#if: {{{bordercolor|}}} | 2px solid {{{bordercolor}}} | inherit}}; font-size: 90%; width: 100%;" |
− | |+ Move list{{#if:{{{desc|}}}| ({{{desc}}})|}} | + | |+ Move list{{#if: {{{desc|}}} | ({{{desc}}}) | }} |
|- | |- | ||
− | |style="width:20%; vertical-align:top;"|'''Name''' | + | | style="width: 20%; vertical-align: top;" | '''Name''' |
− | |style="width:20%; vertical-align:top;"|'''Command''' | + | | style="width: 20%; vertical-align: top;" | '''Command''' |
− | |style="width:60%; vertical-align:top;"|'''Description''' | + | | style="width: 60%; vertical-align: top;" | '''Description''' |
|- | |- | ||
{{{1|}}} | {{{1|}}} | ||
− | |}<noinclude>[[Category:Templates]]</noinclude> | + | |}</includeonly><noinclude> |
+ | {{MoveListTable|desc=Special moves| | ||
+ | {{MoveListRow|Fireball|{{QCF}} {{punch}}|Ryu famously shouts "Hadouken!" and shoots a ball of energy from his hands.}} | ||
+ | {{MoveListRow|Red (Stun) Fireball|{{HCF}} {{right}} {{punch}}|A variant of the Hadouken, known as the Shakunetsu Hadoken, that is larger and travels more slowly. It has a fire effect and can knockover opponents in close range.}} | ||
+ | {{MoveListRow|Dragon Punch|{{DPF}} {{punch}}|Ryu shouts "Shoryuken!" and delivers a powerful uppercut.}} | ||
+ | {{MoveListRow|Hurricane Kick|{{QCB}} {{kick}}|Ryu shouts "Tatsumaki Senpukyaku!" and spins his leg like a hurricane. This move can be performed in midair.}} | ||
+ | }} | ||
+ | |||
+ | Displays a list of moves for fighting games such as ''[[Super Street Fighter II]]''. Meant to be used with the [[:Template:MoveListRow|MoveListRow]] template for rows. | ||
+ | |||
+ | ==Usage== | ||
+ | <pre>{{MoveListTable|desc=Special moves| | ||
+ | {{MoveListRow|Fireball|{{QCF}} {{punch}}|Ryu famously shouts "Hadouken!" and shoots a ball of energy from his hands.}} | ||
+ | {{MoveListRow|Red (Stun) Fireball|{{HCF}} {{right}} {{punch}}|A variant of the Hadouken, known as the Shakunetsu Hadoken, that is larger and travels more slowly. It has a fire effect and can knockover opponents in close range.}} | ||
+ | {{MoveListRow|Dragon Punch|{{DPF}} {{punch}}|Ryu shouts "Shoryuken!" and delivers a powerful uppercut.}} | ||
+ | {{MoveListRow|Hurricane Kick|{{QCB}} {{kick}}|Ryu shouts "Tatsumaki Senpukyaku!" and spins his leg like a hurricane. This move can be performed in midair.}} | ||
+ | }}</pre> | ||
+ | |||
+ | The positional arguments are the rows. | ||
+ | |||
+ | The optional named arguments are: | ||
+ | |||
+ | <pre> | ||
+ | | desc= | ||
+ | | bordercolor= | ||
+ | </pre> | ||
+ | |||
+ | [[Category:Templates]]</noinclude> |
Latest revision as of 22:52, 2 September 2023
Displays a list of moves for fighting games such as Super Street Fighter II. Meant to be used with the MoveListRow template for rows.
Usage
{{MoveListTable|desc=Special moves| {{MoveListRow|Fireball|{{QCF}} {{punch}}|Ryu famously shouts "Hadouken!" and shoots a ball of energy from his hands.}} {{MoveListRow|Red (Stun) Fireball|{{HCF}} {{right}} {{punch}}|A variant of the Hadouken, known as the Shakunetsu Hadoken, that is larger and travels more slowly. It has a fire effect and can knockover opponents in close range.}} {{MoveListRow|Dragon Punch|{{DPF}} {{punch}}|Ryu shouts "Shoryuken!" and delivers a powerful uppercut.}} {{MoveListRow|Hurricane Kick|{{QCB}} {{kick}}|Ryu shouts "Tatsumaki Senpukyaku!" and spins his leg like a hurricane. This move can be performed in midair.}} }}
The positional arguments are the rows.
The optional named arguments are:
| desc= | bordercolor=