Modul:Partai politik/doc

Revisi sejak 26 September 2023 12.31 oleh Adminjavasatu (bicara | kontrib) (←Membuat halaman berisi '{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Political party}} '''Template:Political party''' produces the short name or color of the provided political party. == Usage == * {{Tlx|Political party|<party name>|<value requested>}} == Parameters == <section begin="Parameters"/> {| class="wikitable" ! scope="col" | Parameter ! scope="col" | Description |- ! scope="row" | 1 | Th...')
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)

Ini adalah halaman dokumentasi untuk Modul:Partai politik

Template:Political party produces the short name or color of the provided political party.

Usage

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.<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

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 shortname or abbreviation are not in the module, the input party name will be returned.

Lua script error messages

If either of the required parameters are not supplied, or the color does not exist in the module, an error will be returned.

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.

See also

Tracking categories