(Continuing to learn. Crazy notes to self added.) |
(I was overthinking it- it would have worked find the first time if I didn't break it coming from notepad++ ;-; all good now!) |
||
Line 1: | Line 1: | ||
<includeonly><templatestyles src="MoveData/styles.css"/><div class="movedata-box"><div class="movedata-iconscol"><div style="margin-bottom:5px;">{{#if: {{{name|}}} | <big>{{{name}}}</big>{{#if:{{{subtitle|}}}|<br/><small>{{{subtitle|}}}</small>}}{{#if:{{{input|}}}|<br/><small>{{{input|}}}</small>}} | {{#if: {{{input|}}} | <big>{{{input}}}</big>{{#if:{{{subtitle|}}}|<br/><small>{{{subtitle}}}</small>}} }} }}</div> | <includeonly><templatestyles src="MoveData/styles.css"/><div class="movedata-box"><div class="movedata-iconscol"><div style="margin-bottom:5px;">{{#if: {{{name|}}} | <big>{{{name}}}</big>{{#if:{{{subtitle|}}}|<br/><small>{{{subtitle|}}}</small>}}{{#if:{{{input|}}}|<br/><small>{{{input|}}}</small>}} | {{#if: {{{input|}}} | <big>{{{input}}}</big>{{#if:{{{subtitle|}}}|<br/><small>{{{subtitle}}}</small>}} }} }}</div> | ||
<div class="movedata-iconsbox"><div>{{#if:{{{image|}}}|[[File:{{{image}}}|{{{imageSize|480x360px}}}|center|class=moveimg]] {{#if:{{{caption|}}}|<span class=caption><small>{{{caption|}}}</small></span>|}}|}}</div><div> | <div class="movedata-iconsbox"><div>{{#if:{{{image|}}}|[[File:{{{image}}}|{{{imageSize|480x360px}}}|center|class=moveimg]] {{#if:{{{caption|}}}|<span class=caption><small>{{{caption|}}}</small></span>|}}|}}</div> | ||
</div><div class="movedata-datacol"> | </div></div><div class="movedata-datacol"> | ||
{| class="wikitable movedata-datatable" | {| class="wikitable movedata-datatable" | ||
{{{data|}}} | {{{data|}}} | ||
|}</div></div></div></includeonly> | |}</div></div></div></includeonly> | ||
<noinclude> | <noinclude> | ||
---- | |||
==What is this== | ==What is this== | ||
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 this will use a very similar and recognizable format compared to movedata, but be formatted for short combo videos with large dedicated spaces for notation. This will allow for combo lists to both include example videos AND be categorized/displayed similarly to frame data. No more scrolling through 5 minutes and 27 seconds into a youtube video to find a specific combo actually being performed- it's just '''''RIGHT THERE''''' next to the notation on the wiki. | |||
==Examples== | ==Examples== | ||
<nowiki>{{ComboData | <nowiki>{{ComboData | ||
|video=Ken_Gill_DP.mp4 | |video=Ken_Gill_DP.mp4 | ||
|caption= | |caption=A small caption | ||
|name= | |name=A Short<br>Combo Video | ||
|data= | |data= | ||
{{ComboData-PJ | {{ComboData-PJ | ||
|Notation= {{lk}} | |Notation= {{lk}} {{ --- }} wait {{ --- }} {{dp}}{{lp}} | ||
|Damage= 10,000 | |Damage= 10,000 | ||
|Stun= | |Stun= 99 | ||
| | |Description=Here's the Description! | ||
}} | }} | ||
}}</nowiki> | }}</nowiki> | ||
Line 31: | Line 29: | ||
{{ComboData | {{ComboData | ||
|image=Ken_Gill_DP.mp4 | |image=Ken_Gill_DP.mp4 | ||
|caption= | |caption=A small caption | ||
|name= | |name=A Short<br>Combo Video | ||
|data= | |data= | ||
{{ComboData-PJ | {{ComboData-PJ | ||
|Notation= {{lk}} | |Notation= {{lk}} {{ --- }} wait {{ --- }} {{dp}}{{lp}} | ||
|Damage= 10,000 | |Damage=10,000 | ||
|Stun= | |Stun=99 | ||
| | |Description=Here's the Description! | ||
}} | }} | ||
}} | }} | ||
</noinclude> | </noinclude> |
Revision as of 21:22, 16 September 2021
What is this
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 this will use a very similar and recognizable format compared to movedata, but be formatted for short combo videos with large dedicated spaces for notation. This will allow for combo lists to both include example videos AND be categorized/displayed similarly to frame data. No more scrolling through 5 minutes and 27 seconds into a youtube video to find a specific combo actually being performed- it's just RIGHT THERE next to the notation on the wiki.
Examples
{{ComboData |video=Ken_Gill_DP.mp4 |caption=A small caption |name=A Short<br>Combo Video |data= {{ComboData-PJ |Notation= {{lk}} {{ --- }} wait {{ --- }} {{dp}}{{lp}} |Damage= 10,000 |Stun= 99 |Description=Here's the Description! }} }}
Output 1:
Notation | |||||
---|---|---|---|---|---|
![]() ![]() ![]() ![]() ![]() | |||||
Damage | Hits | Meter Use | Stun | ||
10,000 | - | - | 99 | ||
Here's the Description! |