Mal:Party abbrev/dok: Forskjell mellom sideversjoner

Fra Wikisida.no
Hopp til navigering Hopp til søk
(Ny side: {{Documentation subpage}} {{Lua|Module:Political party}} '''Mal:Political abbrev''' returns an abbreviated short name for the provided political party. == Usage == * {{Tlx|Party abbrev|<party name>}} == Parameters == {{Trim|{{#section:Template:Political party/doc|Parameters}}}} ==Examples== Here are some examples using the Labour Party (note that there are multiple potential input names): <pre> ["Labour and Co-operative"] = "Labour Party (UK)", ["Labour C…)
 
m (Én sideversjon ble importert)
 

Siste sideversjon per 22. feb. 2024 kl. 16:22

Mal:Political abbrev returns an abbreviated short name for the provided political party.

Usage[rediger kilde]

Parameters[rediger kilde]

{{#section:Template:Political party/doc|Parameters}}

Examples[rediger kilde]

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",},

If the party is not present in the module, or the abbreviation is not in the module, the input party name will be returned.

To check if the party is present in the module, use |error=value.

See also[rediger kilde]