Ad placeholder

Template:ResourceIconHelper: Difference between revisions

Jump to navigation Jump to search
Add count, but only if its not movement
(Fixed errant linebreak in ResourceIconList with multiple resources)
(Add count, but only if its not movement)
Line 3: Line 3:
-->{{#lvardef:type|{{ #explode: {{{1}}}|:|0}}}}<!--
-->{{#lvardef:type|{{ #explode: {{{1}}}|:|0}}}}<!--
Split parameter into type and count on the :
Split parameter into type and count on the :
-->{{resource|{{#lvar: type}}|icononly=yes}}</includeonly><noinclude>
-->{{#lvardef:count|{{ #explode: {{{1}}}|:|1}}}}{{resource|{{#lvar: type}}|{{#switch: {{#lvar: type}} | movement = | #default = {{#lvar: count}}}}|icononly=yes}}</includeonly><noinclude>
=What is this?=
=What is this?=
This is a wrapper around [[Template:Resource]] to work better in conjunction with [[Module:ParseList]] specifically by [[Template:ResourceIconList]].
This is a wrapper around [[Template:Resource]] to work better in conjunction with [[Module:ParseList]] specifically by [[Template:ResourceIconList]].
Line 20: Line 20:
! Input
! Input
|-
|-
|{{ResourceIconHelper|action|this is an example=yes}}||<pre>{{ResourceIconHelper|ki}}</pre>
|{{ResourceIconHelper|rage|this is an example=yes}}||<pre>{{ResourceIconHelper|rage}}</pre>
|-
|-
|{{ResourceIconHelper|bonus:5|this is an example=yes}}||<pre>{{ResourceIconHelper|ki:5}}</pre>
|{{ResourceIconHelper|ki:5|this is an example=yes}}||<pre>{{ResourceIconHelper|ki:5}}</pre>
|-
|-
|{{ResourceIconHelper|movement:30|this is an example=yes}}||<pre>{{ResourceIconHelper|movement:30}}</pre>
|{{ResourceIconHelper|movement:30|this is an example=yes}}||<pre>{{ResourceIconHelper|movement:30}}</pre>

Navigation menu