Template:To USD round/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

This template converts a value given in the national currency of a given country to a round US dollar figure. The intended use is for large round figures, when you don't want €3.2 million turning into US$3,784,640, you just want a round figure like US$3,600,000. It tries to mimic the same number of significant figures as are present in the original amount. The template uses values published by the IMF.[1]

Usage

{{To USD round|AMOUNT|COUNTRY|YEAR|sf=SIGFIG}}

Parameters

There are three unnamed parameters, and one named parameter:

  • |1= is the amount in local currency to be converted to US dollars. Required.
  • |2= is the name or 3-letter ISO code of the country whose currency is being converted. Required.
  • |3= is the year to use for the US dollar exchange rate against the currency of the other country. Possible values: see § Data subtemplates below. Optional; default = 2019.
  • |sf= is number of significant figures. The converted value is displayed to that precision. Optional; the default is the number of significant figures in the amount given in param 1.

Examples


See also

Data subtemplates

References

  1. ^ "Official exchange rate (LCU per US$, period average)". Retrieved 14 April 2013.


TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:To USD round in articles based on its TemplateData.

TemplateData for To USD round

<templatedata> { "params": { "1": { "label": "amount", "description": "value in foreign currency to convert to USD", "example": "175000", "type": "number", "required": true }, "2": { "aliases": [ "country" ], "label": "country code", "description": "ISO 3166-1 alpha-3 country code", "example": "MEX", "type": "line", "required": true }, "year": { "description": "Year to convert currency. Values: 1960–2022.", "example": "2002", "type": "number", "default": "2019", "required": false }, "sf": { "label": "significant figures", "description": "If numeric, rounds to that many significant figures. If omitted, rounds to number of significant figures in 'amount'.", "example": "3", "type": "number" } }, "description": "Template to convert other currencies into United States dollars, by year, based on information from the International Monetary Fund, and with selected number of significant figures" } </templatedata>