From GamingWiki
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
-->{{#vardefine: stuntspec | {{#explode: {{#var:stuntdef}}|::|1}} }}<!-- | -->{{#vardefine: stuntspec | {{#explode: {{#var:stuntdef}}|::|1}} }}<!-- | ||
-->{{#vardefine: stuntcost | {{#arrayindex:thestuntarray|1|}} }}<!-- | -->{{#vardefine: stuntcost | {{#arrayindex:thestuntarray|1|}} }}<!-- | ||
+ | -->{{#vardefine: stuntdesc | {{#arrayindex:thestuntarray|2|}} }}<!-- | ||
Look up the stunt | Look up the stunt | ||
-->{{#vardefineecho:stuntquery|{{#ask: [[{{#var:stuntname}}]] [[Category:Stunts]] | -->{{#vardefineecho:stuntquery|{{#ask: [[{{#var:stuntname}}]] [[Category:Stunts]] | ||
− | | | + | |mainlabel= |
− | |?refresh | + | |?refresh adjustment= |
|?blurb= | |?blurb= | ||
|?description= | |?description= | ||
Line 18: | Line 19: | ||
|?subtypes= | |?subtypes= | ||
|?allows cost override= | |?allows cost override= | ||
− | | userparam=columns::{{{columns|}}};;detail::{{#var:stuntspec}};;cost::{{#var:stuntcost}} | + | |?allows extra blurb= |
+ | | userparam= | ||
+ | columns::{{{columns|}}} ;; | ||
+ | {{#if:{{#var:stuntspec}}|detail::{{#var:stuntspec}} ;;}} | ||
+ | {{#if:{{#var:stuntcost}}|cost::{{#var:stuntcost}} ;;}} | ||
| format=template | | format=template | ||
| template=SMW stunt line | | template=SMW stunt line | ||
Line 26: | Line 31: | ||
-->{{#if:{{#var:stuntquery}}||<!-- | -->{{#if:{{#var:stuntquery}}||<!-- | ||
− | |||
-->{{Character sheet/section | columns = {{{columns|}}} <!-- | -->{{Character sheet/section | columns = {{{columns|}}} <!-- | ||
-->| label1 = M_NUL <!-- | -->| label1 = M_NUL <!-- |