Difference between revisions of "Template:Kof Normals Info"

From Dream Cancel Wiki
Jump to navigation Jump to search
(Still experimental. Do not use)
 
(Unfinished.)
Line 1: Line 1:
{| class="wikitable" border="1" cellpadding="1" cellspacing="0" style="margin: 1em 1em 1em 0;background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; text-align: center; font-size: 95%;"
<includeonly>{| class="wikitable" border="1" cellpadding="1" cellspacing="0" style="margin: 1em 1em 1em 0;background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; text-align: center; font-size: 95%;"
! width="100" | {{{type}}}
! width="100" | '''Hit Detection'''
! width="100" | '''Damage'''
! width="100" | '''Properties'''
! width="100" | '''Frame<br>Advantage'''
|-
|-
| height="40" | '''A'''
|+'''{{{type}}}'''
|-
! width="40" |
! width="100" bgcolor="#DDDDF9" | Hit Detection
! width="100" bgcolor="#DDDDF9" | Damage
! width="100" bgcolor="#DDDDF9" | Properties
! width="100" bgcolor="#DDDDF9" | Frame<br>Advantage
|-
| height="40" style="background: #DDDDF9; font-size: large;" | '''A'''
| {{{ahit}}}
| {{{ahit}}}
| {{{admg}}}
| {{{admg}}}
| {{{apro}}}
| {{{aprop}}}
| {{{afra}}}
| {{{aframe}}}
|-
|-
| height="40" | '''B'''
| height="40" style="background: #DDDDF9; font-size: large;" | '''B'''
| {{{bhit}}}
| {{{bhit}}}
| {{{bdmg}}}
| {{{bdmg}}}
| {{{bpro}}}
| {{{bprop}}}
| {{{bfra}}}
| {{{bframe}}}
|-
|-
| height="40" | '''C'''
| height="40" style="background: #DDDDF9; font-size: large;" | '''C'''
| {{{chit}}}
| {{{chit}}}
| {{{cdmg}}}
| {{{cdmg}}}
| {{{cpro}}}
| {{{cprop}}}
| {{{cfra}}}
| {{{cframe}}}
|-
|-
| height="40" | '''D'''
| height="40" style="background: #DDDDF9; font-size: large;" | '''D'''
| {{{dhit}}}
| {{{dhit}}}
| {{{ddmg}}}
| {{{ddmg}}}
| {{{dpro}}}
| {{{dprop}}}
| {{{dfra}}}
| {{{dframe}}}
|}
|}</includeonly><noinclude>
<noinclude>
== Description ==
== Description ==
Still experimental. Do not use.
This template displays information about a character's normal attacks including hit detection, damage, cancelable properties and frame data.
 
== Usage ==
 
<pre>{{Normals
| type =
| ahit =
| admg =
| aprop =
| aframe =
| bhit =
| bdmg =
| bprop =
| bframe =
| chit =
| cdmg =
| cprop =
| cframe =
| dhit =
| ddmg =
| dprop =
| dframe =
}}</pre>
 
== Sample ==
 
{{Normals
| type = Standing Far
| ahit = High
| admg = 25
| aprop = Chain/Cancelable
| aframe = 4F (+0F)
| bhit = Low
| bdmg = 30
| bprop = Cancelable
| bframe = 5F (+0F)
| chit = High
| cdmg = 80
| cprop = Cancelable
| cframe = 4F (-18F)
| dhit = Low
| ddmg = 80
| dprop = -
| dframe = 6F (-3F)
}}
 
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 09:41, 1 January 2011

Description

This template displays information about a character's normal attacks including hit detection, damage, cancelable properties and frame data.

Usage

{{Normals
| type = 
| ahit = 
| admg = 
| aprop = 
| aframe = 
| bhit = 
| bdmg = 
| bprop = 
| bframe = 
| chit = 
| cdmg = 
| cprop = 
| cframe = 
| dhit = 
| ddmg = 
| dprop = 
| dframe = 
}}

Sample

Standing Far
Hit Detection Damage Properties Frame
Advantage
A High 25 Chain/Cancelable 4F (+0F)
B Low 30 Cancelable 5F (+0F)
C High 80 Cancelable 4F (-18F)
D Low 80 - 6F (-3F)