Module:ItemData/doc: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) →Functions: wording |
Gammaton32 (talk | contribs) updated |
||
| Line 16: | Line 16: | ||
<pre>{{#invoke:ItemData|get_cost|Boundless Spirit}}</pre> | <pre>{{#invoke:ItemData|get_cost|Boundless Spirit}}</pre> | ||
and it would return: | and it would return: | ||
<pre> | |||
<code>{{#invoke:ItemData|get_cost|Boundless Spirit}}</code> | |||
To get Boundless Spirit's Spirit Power: | |||
<pre>{{#invoke:ItemData|get_prop|Boundless Spirit|TechPower}}</pre> | |||
and it would return: | |||
<code>{{#invoke:ItemData|get_prop|Boundless Spirit|TechPower}}</code> | |||