Difference between revisions of "Template:Price"

From Stardew Valley Wiki
Jump to navigation Jump to search
(un-nested the conditionals, allowing easier addition of future currencies.)
(This should add commas where needed.)
Line 1: Line 1:
<includeonly><span class="sortkey" style="display:none;">{{#len:{{{1|}}}}}{{{1|}}}</span>{{#if: {{{2|}}} || [[File:Gold.png|24px|link=]]{{{1|}}}g}}{{#ifeq: {{{2|}}} | JOPK | [[File:JOPKCoin1.png|link=]]{{{1|}}}}}{{#ifeq: {{{2|}}} | Qi | [[File:QiCoin.png|link=]]{{{1|}}}}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
+
<includeonly><span class="sortkey" style="display:none;">{{#len:{{{1|}}}}}{{{1|}}}</span>{{#if: {{{2|}}} || [[File:Gold.png|24px|link=]]{{formatnum:{{{1|}}}}}g}}{{#ifeq: {{{2|}}} | JOPK | [[File:JOPKCoin1.png|link=]]{{{1|}}}}}{{#ifeq: {{{2|}}} | Qi | [[File:QiCoin.png|link=]]{{{1|}}}}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Revision as of 05:59, 21 March 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}} Gold.png1,000g
{{Price|1000|JOPK}} JOPKCoin1.png1000
{{Price|1000|Qi}} QiCoin.png1000
{{Price|1000|Token}}
{{Price|1000|Walnut}}
{{Price|1000|Gem}}
{{Price|1000|Calico}}