Difference between revisions of "Template:Price"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Added support for changing the gold icon. Useful for representing other currencies such as the Journey of the Prairie King coins and possibly Qi coins.)
(Added Calico Egg)
 
(36 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<includeonly><span class="sortkey" style="display:none;">{{#len:{{{1|}}}}}{{{1|}}}</span>{{{icon|[[File:Gold.png|24px|link=]]}}}{{{1|}}}g</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
+
<includeonly><span style="display: none;">data-sort-value="{{{1|}}}"></span><span class="no-wrap">{{#switch:{{lc:{{{2|}}}}}
 +
|jopk=[[File:JOPKCoin1.png|link=]]{{formatnum:{{{1|}}}}}
 +
|qi=[[File:QiCoin.png|24px|link=]]{{formatnum:{{{1|}}}}}
 +
|token=[[File:Token.png|24px|link=]]{{formatnum:{{{1|}}}}}
 +
|walnut=[[File:Golden Walnut.png|24px|link=]] {{formatnum:{{{1|}}}}}
 +
|gem=[[File:Qi Gem.png|24px|link=]] {{formatnum:{{{1|}}}}}
 +
|calico=[[File:Calico Egg.png|24px|link=]] {{formatnum:{{{1|}}}}}
 +
|#default=[[File:Gold.png|18px|link=]]{{formatnum:{{#expr:{{{1|}}}}}}}{{#switch:{{uc:{{CONTENTLANG}}}}
 +
|DE=&nbsp;G
 +
|EN|JA|HU|TR=g
 +
|ES=<!--nothing-->
 +
|FR=po
 +
|IT=o
 +
|KO=골드
 +
|PT=&nbsp;{{#ifexpr:{{{1|0}}} > -2 and {{{1|0}}} < 2|ouro|ouros}}
 +
|RU=&nbsp;з.
 +
|ZH=金
 +
}}}}</span></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Latest revision as of 18:16, 26 March 2024

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}} data-sort-value="1000">Gold.png1,000g
{{Price|1000|JOPK}} data-sort-value="1000">JOPKCoin1.png1,000
{{Price|1000|Qi}} data-sort-value="1000">QiCoin.png1,000
{{Price|1000|Token}} data-sort-value="1000">Token.png1,000
{{Price|1000|Walnut}} data-sort-value="1000">Golden Walnut.png 1,000
{{Price|1000|Gem}} data-sort-value="1000">Qi Gem.png 1,000
{{Price|1000|Calico}} data-sort-value="1000">Calico Egg.png 1,000