Difference between revisions of "Template:Price/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
==Description==
 
==Description==
This template is used to insert [[:File:Gold.png]] in-line with text and the letter g after the amount.
+
This template is used to insert the game's currency symbols in-line with text and the language-appropriate symbol after the amount.
  
If you want to set the price for items with different qualities in a table, use [[Template:Qualityprice]] instead
+
To display the price for items with different quality stars, use [[Template:Qualityprice]] instead.
  
==Usage==
+
==Parameters==
This template can be used by entering the following onto a relevant page.
+
{|class="wikitable sortable"
 
 
<pre>{{Price|''amount''}}</pre>
 
 
 
This template uses [[File:Gold.png|24px]] by default. To use different in-game currencies, add the appropriate name.
 
 
 
<pre>{{Price|''amount''|''currency''}}</pre>
 
 
 
===Sample===
 
<pre>{{Price|30}}</pre>
 
results in...
 
 
 
{{Price|30}}
 
 
 
<pre>{{Price|20|JOPK}}
 
 
 
{{Price|2000|Qi}} </pre>
 
results in...
 
 
 
{{Price|20|JOPK}}
 
 
 
{{Price|2000|Qi}}
 
 
 
==Amount==
 
This parameter accepts the amount of money.
 
 
 
==Currency==
 
This parameter accepts different currency types, but without input will simply output the standard gold coin.
 
 
 
{| class="wikitable"
 
!Input
 
!Output
 
 
|-
 
|-
|
+
!Parameter
|[[File:Gold.png|24px|link=]]
+
!Notes
 
|-
 
|-
|JOPK
+
|First (unnamed) parameter||The price to display, in raw numbers (''e.g.,'' 1 million should be entered as 1000000)
|[[File:JOPKCoin1.png|link=]]
 
 
|-
 
|-
|Qi
+
|Second (unnamed) parameter||The type of currency to use.<br />Valid values: ''nothing'' (default), JOPK, Qi, Token, Walnut, Gem, Calico
|[[File:QiCoin.png|link=]]
 
 
|-
 
|-
|Token
 
|[[File:Token.png|24px|link=]]
 
 
|}
 
|}
  
<includeonly>[[Category:Transclusion templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
+
==Examples==
 +
{|class="wikitable"
 +
|-
 +
!Template Call
 +
!Result
 +
|-
 +
|<code><nowiki>{{Price|1000}}</nowiki></code>
 +
|{{Price|1000}}
 +
|-
 +
|<code><nowiki>{{Price|1000|JOPK}}</nowiki></code>
 +
|{{Price|1000|JOPK}}
 +
|-
 +
|<code><nowiki>{{Price|1000|Qi}}</nowiki></code>
 +
|{{Price|1000|Qi}}
 +
|-
 +
|<code><nowiki>{{Price|1000|Token}}</nowiki></code>
 +
|{{Price|1000|Token}}
 +
|-
 +
|<code><nowiki>{{Price|1000|Walnut}}</nowiki></code>
 +
|{{Price|1000|Walnut}}
 +
|-
 +
|<code><nowiki>{{Price|1000|Gem}}</nowiki></code>
 +
|{{Price|1000|Gem}}
 +
|-
 +
|<code><nowiki>{{Price|1000|Calico}}</nowiki></code>
 +
|{{Price|1000|Calico}}
 +
|-
 +
|}<includeonly>{{Addlanglinks}}[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 17:07, 27 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