Template:Political party/doc
Page Module:Message box/ombox.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").
Template:Strong for Template:Terminate sentence It may contain usage information, categories and other content that is not part of the original template page. |
Page Module:Message box/ombox.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").
This template uses Lua: |
Template:Political party produces the short name or color of the provided political party.
Usage[edit source]
{{Political party|<party name>|<value requested>}}
Parameters[edit source]
<section begin="Parameters"/>
Parameter | Description |
---|---|
1 | The political party's name. If a party is not found, place a request at the talk page.<section end="Parameters"/> |
2 | The value requested. Currently supported values are abbrev , color , and shortname .<section begin="Parameters"/>
|
error | Optional, this parameter will return the provided |error= value if the module does not contain the requested party or color.
|
<section end="Parameters"/>
Examples[edit source]
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",},
{{Political party|Labour Party (UK)|abbrev}}
→ Template:Political party{{Political party|Labour Party (UK)|shortname}}
→ Template:Political party{{Political party|Labour and Co-operative|shortname}}
→ Template:Political party{{Political party|Labour Co-operative|shortname}}
→ Template:Political party{{Political party|Labour Party (UK)|color}}
→ Template:Political party
If the party is not present in the module, or the shortname or abbreviation are not in the module, the input party name will be returned.
{{Political party|Not-a-party|abbrev}}
→ Template:Political party{{Political party|Not-a-party|shortname}}
→ Template:Political party{{Political party|Not-a-party|color}}
→ Template:Political party{{Political party|A test no values|shortname}}
→ Template:Political party
Lua script error messages[edit source]
If either of the required parameters are not supplied, or the color does not exist in the module, an error will be returned.
{{Political party}}
→ Template:Political party{{Political party|A test no values}}
→ Template:Political party{{Political party|A test no values|color}}
→ Template:Political party
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.
{{Political party|A test no values|color|error=ERROR}}
→ Template:Political party{{Political party|Not-a-party|color|error=ERROR}}
→ Template:Political party
See also[edit source]
Tracking categories[edit source]
- Category:Pages using Political party with unknown party (0)
- Category:Pages using Political party with missing shortname (0)
- Category:Pages using Political party with missing color (0)