Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ResourceIconHelper

Template page
Revision as of 10:35, 22 November 2023 by HiddenDragon (talk | contribs) (Created page with "<includeonly><!-- Handle resources in the format of [count] <resource> e.g. "ki:4" or just "ki" -->{{#lvardef:type|{{ #explode: {{{1}}}|:|0}}}}<!-- Split parameter into type and count on the : -->{{resource|{{#lvar: type}}|icononly=yes}} </includeonly><noinclude> =What is this?= This is a wrapper around Template:Resource to work better in conjunction with Module:ParseList specifically by Template:ResourceIconList. Optional parameters like <code>cost=3</code>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What is this?

This is a wrapper around Template:Resource to work better in conjunction with Module:ParseList specifically by Template:ResourceIconList.

Optional parameters like cost=3 do not work when applying a template to a list with ParseList, so this template enables an alternative syntax that can be used with ParseList.

Usage

{{ResourceIconHelper | <type>:[count]}}


<> Denotes mandatory parameters, [] denotes optional parameters.

Refer to Template:Resource for a list of the handled resource types.

Examples

Output Input
{{ResourceIconHelper|ki}}
{{ResourceIconHelper|ki:5}}
{{ResourceIconHelper|movement:30}}