Template:ItemTalent
From Card Hunter Wiki
(Difference between revisions)
(Created page with "<includeonly> {{#if:{{{1|}}}|{{#ifexist:Image:talent_{{ucfirst:{{{1}}}}}.jpg| [[Image:talent_{{ucfirst:{{{1}}}}}.jpg|{{{1}}} talent]] {{#if:{{{2|}}}|[[Image:talent_{{ucfirst:{...") |
m (Protected "Template:ItemTalent" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
| (30 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <includeonly>{{#switch: {{ucfirst:{{{1|}}} }} |
| − | {{# | + | | S = [[Image:TalentBronzeFlat.png]] |
| + | | C = [[Image:TalentNormalFlat.png]] | ||
| + | | T = [[Image:TalentSilverFlat.png]] | ||
| + | | P = [[Image:TalentGoldFlat.png]] | ||
| + | | #default = <span style="color:red">undefined power token!</span> | ||
| + | |}}{{#if: {{{2|}}}| | ||
| + | {{#switch: {{ucfirst:{{{2}}} }} | ||
| + | | S = [[Image:TalentBronzeFlat.png]] | ||
| + | | C = [[Image:TalentNormalFlat.png]] | ||
| + | | T = [[Image:TalentSilverFlat.png]] | ||
| + | | P = [[Image:TalentGoldFlat.png]] | ||
| + | | #default = <span style="color:red">undefined power token!</span> | ||
| + | }}| }}{{#if:{{{2|}}}|[[Has talent::{{uc:{{{1}}}{{{2}}} }}| ]]|[[Has talent::{{uc:{{{1}}} }}| ]] }}</includeonly><noinclude> | ||
| − | Displays a | + | |
| + | Displays a power token symbol. Usage: | ||
<pre> | <pre> | ||
{{ItemTalent | {{ItemTalent | ||
| − | |Symbol 1 ( | + | |Symbol 1 (optional), pick one of the letters below to show that power token symbol |
|Symbol 2 (optional), another symbol to display | |Symbol 2 (optional), another symbol to display | ||
| − | |||
| − | |||
}} | }} | ||
</pre> | </pre> | ||
| − | + | CSTP notation is used when denoting power token costs. C is circle, S is square, T is triangle, P is pentagon. | |
| + | |||
| + | == Examples == | ||
| + | <code><nowiki>{{ItemTalent|C|S}}</nowiki></code> = {{ItemTalent|C|S}} | ||
| + | |||
| + | <code><nowiki>{{ItemTalent|S|C}}</nowiki></code> = {{ItemTalent|S|C}} | ||
| + | |||
| + | <code><nowiki>{{ItemTalent|P|T}}</nowiki></code> = {{ItemTalent|P|T}} | ||
| + | |||
</noinclude> | </noinclude> | ||
Latest revision as of 00:58, 14 September 2013
Displays a power token symbol. Usage:
{{ItemTalent
|Symbol 1 (optional), pick one of the letters below to show that power token symbol
|Symbol 2 (optional), another symbol to display
}}
CSTP notation is used when denoting power token costs. C is circle, S is square, T is triangle, P is pentagon.
[edit] Examples