Template:HKD

HK$

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

This template renders a Hong Kong currency value (HKD) with an ISO 4217 identifier linked to the Hong Kong dollar article. The numeric value is be formatted via {{Format price}}.

Examples

{{HKD|123.45}} produces HK$123.45 (without a space between the abbreviation and the value)

{{HKD|123.45|link=yes}} produces HK$123.45 (with the currency symbol linked to Hong Kong dollar article)

{{HKD|1200000}} produces HK$1,200,000 (value formatted to the text qualifier)

{{HKD|1.2 million}} produces HK$1.2 million (to allow for arbitrary text qualifiers as needed)

{{HKD}} by itself produces HK$ (simple currency article link)

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for HKD

<templatedata> { "params": { "1": { "label": "Amount", "description": "The monetary value. Preferably in numeric value.", "example": "10000.00", "type": "number" }, "link": { "label": "Display currency article", "description": "To display Hong Kong dollar article. 'on' will display the link.", "example": "yes", "type": "string" } }, "description": "This template renders a Hong Kong currency value (HKD) with an ISO-4217 identifier linked to the Hong Kong dollar article. The value will be formatted via NaN." } </templatedata>

See also