Template:Post-nominals/doc
This is a documentation subpage for Template:Post-nominals. It contains usage information, categories and other content that is not part of the original template page. |
Usage
The default use provides post-nominals linked to the relevant article for the award. By default, the Canadian set of awards is used:
{{post-nominals|PC|CC|OBE}}
produces:
Unlinked and/or custom-linked post-nominals
To list post-nominals without links and/or with customised linking, use |unlinked=
or |list=
(or |post-noms=
):
{{post-nominals|unlinked=PC CC OBE}}
produces:{{post-nominals|list=[[Order of the British Empire|KBE]]}}
produces:
Font size
The optional |size=
parameter allows for the size of the text, as a percentage, to be changed from the template's default of 85%. As per MOS:FONTSIZE, this should be added when the template is used in infoboxes.
Jane Smith, {{post-nominals|size=100|PC|CC|OBE}}
produces: Jane Smith,
Commas
By default, a single space is placed between each linked post-nominal (see above). To include a comma, set |commas=
(or |sep=
) as "on", "true", "," etc. (without quotemarks):
{{post-nominals|commas=on|PC|CC|OBE}}
produces:
Country
By default, the template links to articles on the Canadian versions of the honours indicated by the post-nominals. Please add |country=CAN
anyway when Canada is wanted. To specify another country, include |country=XXX
where XXX is the ISO 3166-1 alpha-3 code for that country:
{{post-nominals|country=NZL|PC|OBE}}
produces:
Currently, the countries supported are Australia (AUS); Canada (CAN); Hong Kong (HKG); New Zealand (NZL); Nigeria (NG); the United Kingdom (GBR); and South Africa (ZAR). (See data links below.)
If country
is missing and none of unlinked
, list
, post-noms
are used then Category:Pages using Template:Post-nominals with missing parameters is added to the page.
Exceptions
- AM is ambiguous in British honours. Use AMl ("AM" followed by a lowercase "L") for a member of the London Assembly; AMw for a member of the National Assembly for Wales; and AMh for an honorary Member of the Order of Australia.
- GNZM GCB GCMG GBE designates both a Knight Grand Cross/Companion and a Dame Grand Cross/Companion. In order to link correctly, however, more specific abbreviations are needed to differentiate between the Knight and Dame. For instance, "Sir John Smith, " is produced by:
Sir John Smith, {{post-nominals|country=NZL|GNZM|GCB|GCMG|GBE}}
- while "Dame Jane Jones, " is produced by:
Dame Jane Jones, {{post-nominals|country=NZL|GNZMf|GCBf|GCMGf|GBEf}}
- Kt, in the British set of honours, indicates a Knight Bachelor who also holds other knighthoods, baronetcies and/or peerages; KT indicates a Knight of the Thistle.
- OM in the Canadian set defaults to the Order of Manitoba, while the Order of Merit is specified by OMt. "Joseph Jacques Jean Chrétien, ", for instance, is produced by:
Joseph Jacques Jean Chrétien, {{post-nominals|country=CAN|PC|OMt|CC|QC}}
- QFSM, in New Zealand, designates both the Queen's Fire Service Medal for Gallantry and Queen's Fire Service Medal for Distinguished Service. QPM designates both Queen's Police Medal for Gallantry and Queen's Police Medal for Distinguished Service. In both instances, the Medal for Distinguished Service is specified with QFSMd and QPMd:
John Smith, {{post-nominals|country=NZL|QFSM|QPM|QPSMd|QPMd}}
produces: John Smith,
Data
Data templates for each supported country:
- Australia
- Canada
- Hong Kong
- New Zealand and NZ with Categories
- Nigeria
- United Kingdom and UK with Categories
- South Africa
TemplateData
TemplateData for Post-nominals
<templatedata> { "params": { "1": { "label": "1st post-nominal", "description": "A post-nominal to show with a link to the relevant page.", "example": "GCB", "type": "string", "suggested": true }, "2": { "inherits": "1", "label": "2nd post-nominal",
"suggested": false
}, "3": { "inherits": "2", "label": "3rd post-nominal" }, "4": { "inherits": "2", "label": "4th post-nominal" }, "5": { "inherits": "2", "label": "5th post-nominal" }, "6": { "inherits": "2", "label": "6th post-nominal" }, "7": { "inherits": "2", "label": "7th post-nominal" }, "8": { "inherits": "2", "label": "8th post-nominal" }, "9": { "inherits": "2", "label": "9th post-nominal" }, "10": { "inherits": "2", "label": "10th post-nominal" }, "11": { "inherits": "2", "label": "11th post-nominal" }, "12": { "inherits": "2", "label": "12th post-nominal" }, "13": { "inherits": "2", "label": "13th post-nominal" }, "14": { "inherits": "2", "label": "14th post-nominal" }, "15": { "inherits": "2", "label": "15th post-nominal" }, "16": { "inherits": "2", "label": "16th post-nominal" }, "17": { "inherits": "2", "label": "17th post-nominal" }, "18": { "inherits": "2", "label": "18th post-nominal" }, "19": { "inherits": "2", "label": "19th post-nominal" }, "20": { "inherits": "2", "label": "20th post-nominal" }, "size": { "label": "Size", "description": "At what size to show the list; only over-ride if appropriate.", "example": "100%", "type": "string", "default": "85%" }, "list": { "aliases": [ "unlinked", "post-noms" ], "label": "Unformatted list", "description": "A list of post-nominals to display without links, or with customised linking.", "example": "PC KBE", "type": "unbalanced-wikitext" }, "country": { "example": "GBR", "label": "Country", "description": "Which set of awards to use, by ISO 3166-1 alpha-3 country code. By default, the Canadian set is used.", "type": "string", "default": "CAN", "suggested": true }, "sep": { "aliases": [ "commas" ], "label": "Separator", "description": "What separator to use. By default, this uses a space; you can use commas if you wish.", "type": "string", "default": " " } }, "paramOrder": [ "country", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "sep", "size", "list" ], "format": "inline", "description": "Show a person's post-nominals cleanly and with links to the relevant articles." } </templatedata>