Template:Party abbrev
![]() | This template uses Lua: |
Template:Political abbrev returns an abbreviated short name for the provided political party.
Usage
{{Party abbrev|<party name>}}
Parameters
{{#section:Template:Political party/doc|Parameters}}
Examples
Here are some examples using the Labour Party (note that there are multiple potential input names): <syntaxhighlight lang="wikitext"> ["Labour and Co-operative"] = "Labour Party (UK)", ["Labour Co-operative"] = "Labour Party (UK)",
...
["Labour Party (Thailand)"] = {abbrev = "", color = "#FF0000", shortname = "",}, ["Labour Party (UK)"] = {abbrev = "Lab", color = "#E4003B", shortname = "Labour",}, </syntaxhighlight>
{{Party abbrev|Labour Party (UK)}}
→ Lab{{Party abbrev|Labour and Co-operative}}
→ Labour Co-op{{Party abbrev|Labour Co-operative}}
→ Labour Co-op
If the party is not present in the module, or the abbreviation is not in the module, the input party name will be returned.
{{Party abbrev|Not-a-party}}
→ Not-a-party{{Party abbrev|A test no values}}
→ A test no values
To check if the party is present in the module, use |error=value
.
{{Party abbrev|A test no values|error=ERROR}}
→ A test no values (note in this case the input is in the module){{Party abbrev|Not-a-party|error=ERROR}}
→ ERROR
See also
- Template:Political party - primary template use for the module with options for shortname, abbrev, and color
- Template:Party abbrev linked - used for wikilinking to a party's article with an abbreviated label
- Template:Party shortname - returns a party's shortname
- Template:Party shortname linked - used for wikilinking to a party's article with a shortname label