Difference between revisions of "Template:Price"

From Stardew Valley Wiki
Jump to navigation Jump to search
(removing whitespace from sortkey (sortkeys really should be handled by the calling tables))
(Update ES for v1.6)
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<includeonly><span class="sortkey" style="display:none;">{{#len:{{{1|}}}}}{{#if:{{{1|}}}|{{{1|}}}}}</span><span class="no-wrap">{{#switch:{{lc:{{{2|}}}}}
+
<includeonly><span style="display: none;">data-sort-value="{{{1|}}}"></span><span class="no-wrap">{{#switch:{{lc:{{{2|}}}}}
|jopk=[[File:JOPKCoin1.png|link=]]{{{1|}}}
+
|jopk=[[File:JOPKCoin1.png|link=]]{{formatnum:{{{1|}}}}}
 
|qi=[[File:QiCoin.png|24px|link=]]{{formatnum:{{{1|}}}}}
 
|qi=[[File:QiCoin.png|24px|link=]]{{formatnum:{{{1|}}}}}
 
|token=[[File:Token.png|24px|link=]]{{formatnum:{{{1|}}}}}
 
|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>
+
|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
 +
|FR=po
 +
|ES|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 01:01, 18 May 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