67
editsAd placeholder
Template:SpellAction: Difference between revisions
Jump to navigation
Jump to search
added option to alter action type
HiddenDragon (talk | contribs) No edit summary |
(added option to alter action type) |
||
Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: tables = spells | <includeonly>{{#cargo_query: tables = spells | ||
| fields = _pageName = link, name, action_type, CONCAT("{{{recharge|}}}")=recharge, CONCAT("{{{level|}}}")=level, CONCAT("{{#replace:{{#replace:{{#replace:{{#replace:{{{1}}}|:|}}|/|<nowiki/> <nowiki/>}}|(|<nowiki/> <nowiki/>}}|)|<nowiki/> <nowiki/>}} Icon.webp")=icon | | fields = _pageName = link, name, action_type, CONCAT("{{{recharge|}}}")=recharge, CONCAT("{{{level|}}}")=level, CONCAT("{{#replace:{{#replace:{{#replace:{{#replace:{{{1}}}|:|}}|/|<nowiki/> <nowiki/>}}|(|<nowiki/> <nowiki/>}}|)|<nowiki/> <nowiki/>}} Icon.webp")=icon, {{#if: {{{action type|}}} | CONCAT("{{{action type|}}}")=action type }} | ||
| where = _pageName = "{{#replace: {{{1}}} | " | \" }}" | | where = _pageName = "{{#replace: {{{1}}} | " | \" }}" | ||
| format = template | | format = template | ||
Line 33: | Line 33: | ||
{{SpellAction | Haste | level=3 | recharge=Short Rest }} | {{SpellAction | Haste | level=3 | recharge=Short Rest }} | ||
---- | |||
Usage: | |||
<pre> | |||
{{SpellAction | True Strike | level=0 | recharge=Short Rest | action type=Bonus }} | |||
</pre> | |||
Result: | |||
{{SpellAction | True Strike | level=0 | recharge=Short Rest | action type=Bonus }} | |||
[[Category:Templates]] | [[Category:Templates]] |