Difference between revisions of "Template:Currency/Format"
Jump to navigation
Jump to search
imported>SimonTrew (doc) |
imported>SimonTrew (not amount|) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{nowrap|{{#switch:{{{1}}} | + | <includeonly>{{nowrap|{{#switch:{{{1|}}} |
− | |b={{{2|}}} | + | |b={{{2|}}}{{{3|}}} |
− | |bs={{{2|}}} | + | |bs={{{2|}}} {{{3|}}} |
− | |a= | + | |a={{{3|}}}{{{2|}}} |
− | |as= | + | |as={{{3|}}} {{{2|}}} |
− | |={{{2|}}} | + | |={{{2|}}}{{{3|}}} |
}}}} | }}}} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 09:36, 30 November 2015
For a given result of {{Currency/Position}}
, formats a currency symbol and amount. Pass the same value for the first parameter to {{Currency/Type}}
to create a link to documentation on a given currency.
Examples
Input | Result |
---|---|
{{Currency/Format|b|1234.56|€}} |
€1234.56 |
{{Currency/Format|bs|1234.56|EUR}} |
EUR 1234.56 |
{{Currency/Format|a|€|1234.56}} |
1234.56€ |
{{Currency/Format|as|EUR|1234.56}} |
1234.56 EUR |
{{Currency/Format||EUR|1234.56}} |
EUR1234.56 |
{{Currency/Format|||1234.56}} |
1234.56 |
{{Currency/Format| |
€1234.56 |
{{Currency/Format| |
1234.56 Ft |
The above documentation is transcluded from Template:Currency/Format/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |