Difference between revisions of "Template:Price"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (using lowercase to simplify switch cases.)
Line 1: Line 1:
<includeonly><span class="sortkey" style="display:none;">{{#len:{{{1|}}}}}{{{1|}}}</span><span class="no-wrap">{{#switch: {{{2|}}}
+
<includeonly><span class="sortkey" style="display:none;">{{#len:{{{1|}}}}}{{{1|}}}</span><span class="no-wrap">{{#switch:{{lc:{{{2|}}}}}
|jopk
+
|jopk=[[File:JOPKCoin1.png|link=]]{{{1|}}}
|JOPK=[[File:JOPKCoin1.png|link=]]{{{1|}}}
+
|qi=[[File:QiCoin.png|24px|link=]]{{formatnum:{{{1|}}}}}
|qi
+
|token=[[File:Token.png|24px|link=]]{{formatnum:{{{1|}}}}}
|QI
 
|Qi=[[File:QiCoin.png|24px|link=]]{{formatnum:{{{1|}}}}}
 
|token
 
|TOKEN
 
|Token=[[File:Token.png|24px|link=]]{{formatnum:{{{1|}}}}}
 
 
|#default=[[File:Gold.png|24px|alt=Coin Icon|link=]]{{formatnum:{{{1|}}}}}g}}</span></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
 
|#default=[[File:Gold.png|24px|alt=Coin Icon|link=]]{{formatnum:{{{1|}}}}}g}}</span></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Revision as of 10:14, 12 October 2016

Description

This template is used to insert the game's currency symbols in-line with text and the language-appropriate symbol after the amount.

To display the price for items with different quality stars, use Template:Qualityprice instead.

Parameters

Parameter Notes
First (unnamed) parameter The price to display, in raw numbers (e.g., 1 million should be entered as 1000000)
Second (unnamed) parameter The type of currency to use.
Valid values: nothing (default), JOPK, Qi, Token, Walnut, Gem, Calico

Examples

Template Call Result
{{Price|1000}} Coin Icon1,000g
{{Price|1000|JOPK}} JOPKCoin1.png1000
{{Price|1000|Qi}} QiCoin.png1,000
{{Price|1000|Token}} Token.png1,000
{{Price|1000|Walnut}} Coin Icon1,000g
{{Price|1000|Gem}} Coin Icon1,000g
{{Price|1000|Calico}} Coin Icon1,000g