Template:DoDisciplineLevel: Difference between revisions
Jump to navigation
Jump to search
GameMaster (talk | contribs) No edit summary |
GameMaster (talk | contribs) No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{O|{{{ | <includeonly>{{O|{{{level|}}}}} '''''{{{name|}}}''' <small>{{GetDicePool|{{{attribute|}}}|{{{attributeValue|}}}|{{{skill|}}}|{{{skillValue|}}}|{{{discipline|}}}|{{{disciplineLevel|}}}}}</small></includeonly><noinclude> | ||
==Example use== | ==Example use== | ||
<nowiki>{{ | <nowiki>{{doDisciplineLevel | ||
| | |discipline = | ||
| | |name = | ||
| | |level = | ||
| | |description = | ||
| | |cost = | ||
| | |||
| | |attribute = | ||
| | |skill = | ||
| | |||
| | |action = | ||
|dramaticFailure = | |||
|failure = | |||
|success = | |||
|exceptionalSuccess = | |||
|disciplineLevel = {{{1|}}} | |||
|attributeValue = {{{2|}}} | |||
|skillValue = {{{3|}}} | |||
}}</nowiki> | }}</nowiki> | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> | ||
Latest revision as of 21:24, 4 March 2017
Example use
{{doDisciplineLevel
|discipline =
|name =
|level =
|description =
|cost =
|attribute =
|skill =
|action =
|dramaticFailure =
|failure =
|success =
|exceptionalSuccess =
|disciplineLevel = {{{1|}}}
|attributeValue = {{{2|}}}
|skillValue = {{{3|}}}
}}