Difference between revisions of "Template:AUD/doc"
blackwiki>Jdaloner m ("{{Inflation-year" --> "{{Inflation/year") |
blackwiki>Jdaloner m (Updated name of this template ("A$" --> "AUD").) |
||
| Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
| − | {{tlxi| | + | {{tlxi|AUD|value}} |
Example: | Example: | ||
| − | * {{tld| | + | * {{tld|AUD}} → {{AUD}} |
| − | * {{tld| | + | * {{tld|AUD|123.45}} → {{AUD|123.45}} |
=== Link === | === Link === | ||
| Line 15: | Line 15: | ||
Example: | Example: | ||
| − | * {{tld| | + | * {{tld|AUD|123.45|3=link=yes}} → {{AUD|123.45|link=yes}} |
=== Inflation calculation === | === Inflation calculation === | ||
| Line 23: | Line 23: | ||
The template supports inflation calculation, by way of {{tlx|Inflation}}. If the second parameter is used, to specify a year, and this year is within a certain range of available inflation data (specifically, {{nowrap|if {{Inflation/AU/startyear}} ≤ <code>{{var|year}}</code> < {{Inflation/year|AU}}}}), the equivalent value represented in {{Inflation/year|AU}} dollars will be calculated in parentheses. However, this function should only be used in appropriate situations. | The template supports inflation calculation, by way of {{tlx|Inflation}}. If the second parameter is used, to specify a year, and this year is within a certain range of available inflation data (specifically, {{nowrap|if {{Inflation/AU/startyear}} ≤ <code>{{var|year}}</code> < {{Inflation/year|AU}}}}), the equivalent value represented in {{Inflation/year|AU}} dollars will be calculated in parentheses. However, this function should only be used in appropriate situations. | ||
| − | * {{tlxi| | + | * {{tlxi|AUD|value|year}} |
| − | * {{tlx| | + | * {{tlx|AUD|{{var|value}}|{{var|year}}|4=round={{var|round}}|5=about=yes}} |
Examples: | Examples: | ||
| − | * {{tld| | + | * {{tld|AUD|100|{{#expr:{{Inflation/AU/startyear}}-1}}}} → {{AUD|100|{{#expr:{{Inflation/AU/startyear}}-1}}}} |
| − | * {{tld| | + | * {{tld|AUD|100|{{Inflation/AU/startyear}}}} → {{AUD|100|{{Inflation/AU/startyear}}}} |
| − | * {{tld| | + | * {{tld|AUD|100|1966}} → {{AUD|100|1966}} |
| − | * {{tld| | + | * {{tld|AUD|100|1966|4=link=yes}} → {{AUD|100|1966|link=yes}} |
| − | * {{tld| | + | * {{tld|AUD|100|{{#expr:{{Inflation/year|AU}}-1}}}} → {{AUD|100|{{#expr:{{Inflation/year|AU}}-1}}}} |
| − | * {{tld| | + | * {{tld|AUD|100|{{Inflation/year|AU}}}} → {{AUD|100|{{Inflation/year|AU}}}} |
| − | * {{tld| | + | * {{tld|AUD|100|{{CURRENTYEAR}}}} → {{AUD|100|{{CURRENTYEAR}}}} |
| − | * {{tld| | + | * {{tld|AUD|100|{{#expr:{{CURRENTYEAR}}+1}}}} → {{AUD|100|{{#expr:{{CURRENTYEAR}}+1}}}} |
Additional parameter {{para|about|yes}} will cause the template to calculate to the nearest dollar (instead of the nearest cent), and prefix the calculated value with "about". The rounding can be fine-tuned further by using {{para|round|{{var|integer}}}}. These parameters may be combined. | Additional parameter {{para|about|yes}} will cause the template to calculate to the nearest dollar (instead of the nearest cent), and prefix the calculated value with "about". The rounding can be fine-tuned further by using {{para|round|{{var|integer}}}}. These parameters may be combined. | ||
Examples: | Examples: | ||
| − | * {{tld| | + | * {{tld|AUD|10|1935}} → {{AUD|10|1935}} |
| − | * {{tld| | + | * {{tld|AUD|10|1935|4=round=0}} → {{AUD|10|1935|round=0}} |
| − | * {{tld| | + | * {{tld|AUD|10|1935|4=about=yes}} → {{AUD|10|1935|about=yes}} |
| − | * {{tld| | + | * {{tld|AUD|1000|1935|4=round=2}} → {{AUD|1000|1935|round=2}} |
| − | * {{tld| | + | * {{tld|AUD|1000|1935|4=round=-2}} → {{AUD|1000|1935|round=-2}} |
| − | * {{tld| | + | * {{tld|AUD|1000|1935|4=round=-2|5=about=yes}} → {{AUD|1000|1935|round=-2|about=yes}} |
== Redirects here == | == Redirects here == | ||
Revision as of 04:44, 18 October 2018
| This is a documentation subpage for Template:AUD. It contains usage information, categories and other content that is not part of the original template page. |
This is a multifunction template. At its simplest, it adds the currency mark "A$", as recommended by MOS:CURRENCY for many situations. The template can also link to the Australian dollar article and can even calculate inflation. See warnings below.
Usage
{{AUD|value}}
Example:
{{AUD}}→ A${{AUD|123.45}}→ A$123.45
Link
The parameter |link=yes may be used to link A$ to the article Australian dollar. This is turned off by default, but may be appropriate for the first occurrence of the term in an article.
Example:
{{AUD|123.45|link=yes}}→ A$123.45
Inflation calculation
Do not assume that using this template will mean that a calculated value is "current", "as of 2025", "as of 2024" or even necessarily "recent". Do not use {{CURRENTYEAR}} to refer to calculated value, instead {{Inflation/year|AU}} may be used. See also MOS:REALTIME. |
The template supports inflation calculation, by way of {{Inflation}}. If the second parameter is used, to specify a year, and this year is within a certain range of available inflation data (specifically, if 1901 ≤ year < 2018), the equivalent value represented in 2018 dollars will be calculated in parentheses. However, this function should only be used in appropriate situations.
Examples:
{{AUD|100|1900}}→ A$100{{AUD|100|1901}}→ A$100 (equivalent to $7,723 in 2018){{AUD|100|1966}}→ A$100 (equivalent to $1,315 in 2018){{AUD|100|1966|link=yes}}→ A$100 (equivalent to $1,315 in 2018){{AUD|100|2017}}→ A$100 (equivalent to $101.91 in 2018){{AUD|100|2018}}→ A$100{{AUD|100|2025}}→ A$100{{AUD|100|2026}}→ A$100
Additional parameter |about=yes will cause the template to calculate to the nearest dollar (instead of the nearest cent), and prefix the calculated value with "about". The rounding can be fine-tuned further by using |round=integer. These parameters may be combined.
Examples:
{{AUD|10|1935}}→ A$10 (equivalent to $490.54 in 2018){{AUD|10|1935|round=0}}→ A$10 (equivalent to $491 in 2018){{AUD|10|1935|about=yes}}→ A$10 (equivalent to about $491 in 2018){{AUD|1000|1935|round=2}}→ A$1,000 (equivalent to $49,054.05 in 2018){{AUD|1000|1935|round=-2}}→ A$1,000 (equivalent to $49,100 in 2018){{AUD|1000|1935|round=-2|about=yes}}→ A$1,000 (equivalent to about $49,100 in 2018)
Redirects here
- Template:A$
- Template:AU$ (note, this style is incorrect per WikiProject Australia conventions and MOS:CURRENCY but nevertheless appears frequently in the press)
See also
- Wikipedia:Manual of Style (dates and numbers)#Currencies
- Wikipedia:WikiProject Australia/Conventions#Currency
- Template:CAD
- Template:US$