Template:ComboData-PJ: Difference between revisions

Template page
(breakin things. need this to exist to keep breakin the other thing. I will open my minds eye whether it wants to see or not)
 
(I will continue to expand my minds eye. prob gonna need that whole new css page for combodata ;-;)
Line 1: Line 1:
|- style="line-height:1em"
|- style="line-height:1em"
{{#if: {{{version|}}} | ! style="min-width:70px;" rowspan=4 {{!}} {{{version}}}{{#if: {{{subtitle|}}} | <br><small>{{{subtitle}}}</small> }} }}
{{#if: {{{version|}}} | ! style="min-width:70px;" rowspan=4 {{!}} {{{version}}}{{#if: {{{subtitle|}}} | <br><small>{{{subtitle}}}</small> }} }}
! colspan=2 | {{Tooltip | text=Notation  | hovertext=The inputs in-series required to perform this Combo.&#010;(X).}}
! colspan=2 | {{Tooltip | text=Notation  | hovertext=The inputs in-series required to perform this Combo.}}
|-  
|-  
| colspan=2 | {{#if:{{{Notation|}}}|{{{Notation|}}}|-}}
| colspan=2 | {{#if:{{{Notation|}}}|{{{Notation|}}}|-}}
|- style="line-height:1em"
|- style="line-height:1em"
! style="width:16.6%" | {{Tooltip | text=Damage   | hovertext=The total damage dealt by the Combo when preformed sucessfully.}}
! style="width:20%" | {{Tooltip | text=Damage | hovertext=The total damage dealt by the Combo when preformed sucessfully.}}
! style="width:16.6%"| {{Tooltip | text=Stun  | hovertext=The total stun accumulated and dealt by the Combo when preformed sucessfully.}}
! style="width:20%"| {{Tooltip | text=Stun  | hovertext=The total stun accumulated and dealt by the Combo when preformed sucessfully.}}
|-
|-
| {{#if:{{{Damage|}}}|{{{Damage|}}}|-}}
| {{#if:{{{Damage|}}}|{{{Damage|}}}|-}}
Line 16: Line 16:
<noinclude>
<noinclude>
==Usage==
==Usage==
Adapted from movedata and attackdata- movedata doesn't play very nicely with larger embedded video sizes due to formatting for a specific image size, so HOPEFULLY this will use a very similar and recognizable format compared to movedata, but be formatted for short combo videos with large spaces for notation.
This goes into [[Template:ComboData]]. Adapted from movedata and attackdata- movedata doesn't play very nicely with larger embedded video sizes due to formatting for a specific image size, so HOPEFULLY this will use a very similar and recognizable format compared to movedata, but be formatted for short combo videos with large spaces for notation.
 
==Example:==
 
<nowiki>
{{ComboData
|image=Ken_Gill_DP.mp4
|caption=
|name=
|data=
{{ComboData-PJ
|Notation= {{lk}} xx wait xx {{dp}}{{lp}}
|Damage= 10,000
|Stun= Not makoto
|description= Is there a video here?
}}
}}
</nowiki>
 


===Result:===
===Result:===
Line 46: Line 28:
  |Damage= 10,000
  |Damage= 10,000
  |Stun= Not makoto
  |Stun= Not makoto
  |description= Is there a video here?
  |Description= Is there a video here?
  }}
  }}
}}
}}


</noinclude>
</noinclude>
<noinclude>

Revision as of 20:03, 16 September 2021

|- style="line-height:1em"

! colspan=2 | Notation |- | colspan=2 | - |- style="line-height:1em" ! style="width:20%" | Damage ! style="width:20%"| Stun |- | - | - |-

|- }}

Usage

This goes into Template:ComboData. Adapted from movedata and attackdata- movedata doesn't play very nicely with larger embedded video sizes due to formatting for a specific image size, so HOPEFULLY this will use a very similar and recognizable format compared to movedata, but be formatted for short combo videos with large spaces for notation.

Result:

Notation
Lk.png xx wait xx Dp.pngLp.png
Damage Stun
10,000 Not makoto

Is there a video here?