7,623
editsAd placeholder
Template:ResourceList: Difference between revisions
Jump to navigation
Jump to search
Changed the input format to "type:count" instead of "count type"
(Template to nicely handle resource cost for actions with multiple costs) |
(Changed the input format to "type:count" instead of "count type") |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#invoke: ParseList | ||
| main | | main | ||
| {{{1}}} | | {{{1}}} | ||
| useTemplate = | | useTemplate = ResourceHelper | ||
| | | textDelim = <nowiki> + </nowiki> | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
=What is this?= | =What is this?= | ||
Line 14: | Line 10: | ||
This is intended for use in [[Template:Action_Page]] and similar. | This is intended for use in [[Template:Action_Page]] and similar. | ||
=Usage= | =Usage= | ||
<pre>{{ResourceList | [count] <type> | <pre>{{ResourceList | <type>:[count] [, <type>:[count]]}}</pre> | ||
---- | ---- | ||
<br/><code><></code> Denotes mandatory parameters, <code>[]</code> denotes optional parameters. | <br/><code><></code> Denotes mandatory parameters, <code>[]</code> denotes optional parameters. | ||
Line 25: | Line 21: | ||
! Input | ! Input | ||
|- | |- | ||
|{{ResourceList|bonus, 30 | |{{ResourceList|bonus, movement:30}}||<pre>{{ResourceList|bonus, movement:30}}</pre> | ||
|- | |- | ||
|{{ResourceList|action, 3 | |{{ResourceList|action, ki:3}}||<pre>{{ResourceList|action, ki:3}}</pre> | ||
|- | |- | ||
|{{ResourceList|action, bonus, level1}}||<pre>{{ResourceList|action, bonus, level1}}</pre> | |{{ResourceList|action, bonus, level1}}||<pre>{{ResourceList|action, bonus, level1}}</pre> | ||
|} | |} | ||
</noinclude> | </noinclude> |