Template:Political party color: Difference between revisions
Jump to navigation
Jump to search
<section end="Parameters"/>
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 132: | Line 132: | ||
| National Union <!-- This is the "Firebrick" red taken from predefined [[web colors]] / [[X11 colors]].--> | | National Union <!-- This is the "Firebrick" red taken from predefined [[web colors]] / [[X11 colors]].--> | ||
| National Union Party = B22222 | | National Union Party = B22222 | ||
| Nazi Party (TNO:ANM) = 964B00 | |||
| Nonpartisan League | | Nonpartisan League | ||
| Non-Partisan League | | Non-Partisan League | ||
Line 188: | Line 189: | ||
| Unconditional Unionist Party = FFAABB | | Unconditional Unionist Party = FFAABB | ||
| Unknown = | | Unknown = C3C3C3 | ||
| Vacant = FFFFFF | | Vacant = FFFFFF |
Latest revision as of 23:22, 30 January 2024
!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
Template:Party color produces the hexadecimal color of the provided political party.
Usage
{{Party color|<party name>}}
Parameters
<section begin="Parameters"/>
Parameter | Description |
---|---|
1 | The political party's name. If a party is not found, place a request at the talk page. |
error | Optional, this parameter will return the provided |error= value if the module does not contain the requested party or color.
|
Examples
Here are some examples using the Labour Party (note that there are multiple potential input names):
["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",},
{{Party color|Labour Party (UK)}}
→ #E4003B{{Party color|Labour and Co-operative}}
→ #E4003B{{Party color|Labour Co-operative}}
→ #E4003B
Error messages
If the party is not supplied, or the color is not stored for the party, an error will be returned. Note that if the party is not in the module at all (third example below) the default color #F8F9FA will be returned.
{{Party color}}
→ parameter 1 should be a party name.{{Party color|A test no values}}
→ Value not in template. Please request that it be added.{{Party color|Not-a-party}}
→ #F8F9FA
To avoid generating a script error, use |error=value
. Note that this error value will also be passed if the party is not stored in the module.
{{Party color|A test no values|error=ERROR}}
→ ERROR{{Party color|Not-a-party|error=ERROR}}
→ ERROR