Template:DoDisciplineLevel: Difference between revisions
Jump to navigation
Jump to search
GameMaster (talk | contribs) (Created page with "::{{O|{{{2|}}}}}'''''{{{1|}}}''' {{{2|}}} <small><sup>{{{3|}}}</small></sup> :::Dice Pool: {{{4|}}} + {{{6|}}} + {{{2|}}} (Pool: {{#expr:{{#if:{{{4}}}|{{{4}}}|0}}+{{#if:{{{7}}...") |
GameMaster (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
::{{O|{{{2|}}}}}'''''{{{1|}}}''' {{{2|}}} <small><sup>{{{3|}}}</small></sup> | <includeonly>::{{O|{{{2|}}}}}'''''{{{1|}}}''' {{{2|}}} <small><sup>{{{3|}}}</small></sup> | ||
:::Dice Pool: {{{4|}}} + {{{6|}}} + {{{2|}}} (Pool: {{#expr:{{#if:{{{4}}}|{{{4}}}|0}}+{{#if:{{{7}}}|{{{7}}}|-1}}+{{{2}}}}})<BR>Action: {{{8|}}}'' | :::Dice Pool: {{{4|}}} + {{{6|}}} + {{{2|}}} (Pool: {{#expr:{{#if:{{{4|}}}|{{{4|}}}|0}}+{{#if:{{{7|}}}|{{{7|}}}|-1}}+{{{2|}}}}}){{if:{{{8|}}}|<BR>Action: {{{8|}}}|}}{{if:{{{9|}}}|<BR>Duration: {{{9|}}}|}}''</includeonly><noinclude> | ||
==Example use== | |||
<nowiki>{{DoDiciplineLevel | |||
|<1: levelName> | |||
|<2: level> | |||
|<3: cost> | |||
|<4: attribute used (name)> | |||
|<5: attribute used (value)> | |||
|<6: skill used (name)> | |||
|<7: skill used (value)> | |||
|<8: action (Instant, Extended)> | |||
|<9: duration (Turn, Scene)> | |||
}}</nowiki> | |||
{{DoDiciplineLevel | |||
|My Dicipline | |||
|3 | |||
| 1 {{V}} | |||
| Strength | |||
| 4 | |||
| Brawl | |||
| 2 | |||
| Instant | |||
| Turn | |||
}} | |||
[[Category:Templates]]</noinclude> | |||
}} |
Revision as of 17:18, 4 March 2017
Example use
{{DoDiciplineLevel |<1: levelName> |<2: level> |<3: cost> |<4: attribute used (name)> |<5: attribute used (value)> |<6: skill used (name)> |<7: skill used (value)> |<8: action (Instant, Extended)> |<9: duration (Turn, Scene)> }}
}}