This template is protected from editing.

Difference between revisions of "Template:Item price"

From Team Fortress Wiki
Jump to: navigation, search
m (fix)
(Use dictionary to translate currency names.)
Line 1: Line 1:
 
{{#switch:{{lc:{{{1|{{{currency|}}}}}}}}
 
{{#switch:{{lc:{{{1|{{{currency|}}}}}}}}
 
| usd = <!--  
 
| usd = <!--  
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|$|United States dollars}}<!--  
+
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|$|{{common string|United States dollars}}}}<!--  
 
   -->{{Item price/core|currency=usd|item={{{item|{{BASEPAGENAME}}}}}}}
 
   -->{{Item price/core|currency=usd|item={{{item|{{BASEPAGENAME}}}}}}}
  
 
| gbp = <!--  
 
| gbp = <!--  
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|£|Pound sterling}}<!--  
+
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|£|{{common string|Pound sterling}}}}<!--  
 
   -->{{Item price/core|currency=gbp|item={{{item|{{BASEPAGENAME}}}}}}}
 
   -->{{Item price/core|currency=gbp|item={{{item|{{BASEPAGENAME}}}}}}}
  
 
| eur = <!--  
 
| eur = <!--  
 
   -->{{Item price/core|currency=eur|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
 
   -->{{Item price/core|currency=eur|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|€|Euros}}
+
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|€|{{common string|Euros}}}}
  
 
| #default = <!--  
 
| #default = <!--  
 
   # All of the above neatly combined.
 
   # All of the above neatly combined.
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|$|United States dollars}}<!--  
+
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|$|{{common string|United States dollars}}}}<!--  
 
   -->{{Item price/core|currency=usd|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
 
   -->{{Item price/core|currency=usd|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
  
 
  -->&#32;/&#32;<!--  
 
  -->&#32;/&#32;<!--  
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|£|Pound sterling}}<!--  
+
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|£|{{common string|Pound sterling}}}}<!--  
 
   -->{{Item price/core|currency=gbp|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
 
   -->{{Item price/core|currency=gbp|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
  
 
  -->&#32;/&#32;<!--  
 
  -->&#32;/&#32;<!--  
 
   -->{{Item price/core|currency=eur|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
 
   -->{{Item price/core|currency=eur|item={{{item|{{BASEPAGENAME}}}}}}}<!--  
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|€|Euros}}
+
   -->{{{{#ifeq:{{{tooltips|yes}}}|yes|tooltip|1}}|€|{{common string|Euros}}}}
  
 
}}<noinclude>{{doc begin}}
 
}}<noinclude>{{doc begin}}
Line 29: Line 29:
 
* {{tl|Item price/core}} is used to get the price directly.
 
* {{tl|Item price/core}} is used to get the price directly.
 
* '''{{tl|Dictionary/price}}''' stores the actual price values. Edit them there.
 
* '''{{tl|Dictionary/price}}''' stores the actual price values. Edit them there.
 +
* To edit the translations for 'United States dollars', etc, please see {{tl|Dictionary/common strings}}.
  
 
=== Usage ===
 
=== Usage ===

Revision as of 12:52, 4 July 2011

$Template:Dictionary/price/item price / £Template:Dictionary/price/item price / Template:Dictionary/price/item price

Documentation for Item price

Usage

  • {{item price|currency=usd}} on the article Black Box generates: $1.99
  • {{item price|item=Familiar Fez}} generates: $7.49 / £5.99 / 7.15 / 695rub / R$ 37.99 / 30.95
  • You can also remove the tooltips on the currency symbols: {{item price|item=Degreaser|tooltips=no}} generates: $1.99 / £1.59 / 1.89€ / 185rub / R$ 9.99 / 8.25zł