Template:ComboTable-HFTF: Difference between revisions

Template page
(Created page with "<includeonly><!-- -->{{#vardefine:nColumns | 1 }}<!-- -->{{#vardefine:n|1}}<!-- -->{{#vardefine:showData | {{{showData|yes}}} }}<!-- --->{{#vardefine:showDamage | {{{showDamage|yes}}} }}<!-- --->{{#vardefine:showCost | {{{showCost|yes}}} }}<!-- --->{{#vardefine:showLocation | {{{showLocation|yes}}} }}<!-- --->{{#vardefine:extraColWidth | {{{colWidth|12%}}} }}<!-- -->{| class="wikitable sortable" style="width:{{{width|100%}}}; border-collapse:collap...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
--->{{#vardefine:showLocation  | {{{showLocation|yes}}}  }}<!--
--->{{#vardefine:showLocation  | {{{showLocation|yes}}}  }}<!--
--->{{#vardefine:extraColWidth | {{{colWidth|12%}}}      }}<!--
--->{{#vardefine:extraColWidth | {{{colWidth|12%}}}      }}<!--
-->{| class="wikitable sortable" style="width:{{{width|100%}}}; border-collapse:collapse;"
-->{| class="wikitable" style="width:{{{width|100%}}}; border-collapse:collapse; border-width:1"
! style="width:52%" | Combo
! style="width:52%" | '''Combo'''
{{#ifeq:{{#var:showData}}    | yes |<!--
{{#ifeq:{{#var:showData}}    | yes |<!--
-->{{#ifeq:{{#var:showDifficulty}} | yes |! style="width:{{#var:extraColWidth}}" {{!}} Difficulty<!--
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
{{#ifeq:{{#var:showDamage}} | yes |! style="width:{{#var:extraColWidth}}" {{!}} Damage<!--
{{#ifeq:{{#var:showDamage}} | yes |! style="width:{{#var:extraColWidth}}" {{!}} {{Tooltip| text='''Damage'''| hovertext=Amount of damage dealt, with Shadow Dio as the standard}}<!--
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
{{#ifeq:{{#var:showCost}}      | yes |! style="width:{{#var:extraColWidth}}" {{!}} Cost<!--
{{#ifeq:{{#var:showCost}}      | yes |! style="width:{{#var:extraColWidth}}" {{!}} {{Tooltip| text='''Cost'''| hovertext=Amount of meter needed to execute the combo}}<!--
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
{{#ifeq:{{#var:showMeter}}     | yes |! style="width:{{#var:extraColWidth}}" {{!}} Meter Gain<!--
{{#ifeq:{{#var:showLocation}} | yes |! style="width:{{#var:extraColWidth}}" {{!}} {{Tooltip| text='''Location'''| hovertext=Position at which the combo can be fully executed}}<!--
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}
{{#ifeq:{{#var:showLocation}}  | yes |! style="width:{{#var:extraColWidth}}" {{!}} Location<!--
-->{{#vardefine:nColumns|{{#expr:{{#var:nColumns}}+1}}}}}}}}
{{{data}}}
{{{data}}}
|}</includeonly>
|}</includeonly>

Latest revision as of 12:54, 7 December 2024