模板:To USD/doc
此页面是Template:To USD的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
语法
{{To USD | {{{1}}} | {{{2}}} | year = {{{year}}} | round = {{{round}}} | r = {{{r}}} | cur = {{{cur}}} }}
- {{{1}}} and {{{2}}} are the template positional parameters (this is, the first and the second parameters in the template).
- {{{1}}} is the value in the local currency to be converted.
- {{{2}}} is the country name or 3-letter ISO code for the country whose currency is being converted.
- {{{year}}} is the year to use for the US dollar value, e.g. US dollars current in 2009. The default is currently 2021.
- {{{round}}} is an optional parameter. If it is equal to "yes", then the converted value is displayed to the nearest US dollar. The default is rounding to the nearest penny.
- {{{r}}} is an optional parameter. It sets the digits to which the result must be rounded. A positive value indicates a fractional digit including trailing zeros. Defaults to
2
. - {{{cur}}} is an optional parameter. It allows to select the currency for the country. Currently only supported for the Euro and the currencies that have been immediately replaced by the Euro.
范例
{{To USD|100|Mexico}}
displays 5.28. That is, 100 Mexican pesos would exchange to 5.28 US dollars.{{To USD|100|MEX}}
also displays 5.28.{{To USD|100|MEX|round=yes}}
displays 5.{{To USD|100|FRA}}
displays 115.82. That is, 100 Euros (the currency used in France) is currently 115.82 US dollars.{{Formatnum:{{To USD|100000|RUS}}}}
displays 1,714.09.{{To USD|100|MEX|year=1959}}
displays "1959"年份数据未定义 since data for 1959 has not yet been defined. It will add the page to Category:Pages using an undefined year in Template:To USD
参见
- {{Inflation}}
{{formatnum:}}
- {{FXConvert}}
- {{INRConvert}}
数据子模板