Module:Political party/F/doc
This is the documentation page for Module:Political party/F
Updating this submodule
The political parties contained in this module are split into alphabetised lists based on the first character of the name (for example, "Labour Party (UK)" would be under /L). The /1 subpage is for any party that does not start with the western letters A-Z (including numbers and accented characters).
Within each data submodule are two local groups: local alternate
and local full
. The alternate group is for alternate names of a party. The following is an example of alternate names for the Labour Party (UK):
local alternate = {
....
["Labour and Co-operative"] = "Labour Party (UK)",
["Labour Co-operative"] = "Labour Party (UK)",
...
}
The first entry in square brackets is the alternate name, and the second entry only in quotes is the name found in the full
group, seen below. Note that the alternate name of a party should be stored in its corresponding letter-based subpage; "Alabama Democratic Party" is listed in /A even though it is an alternate name for "Democratic Party (US)" (which is stored in /D).
Table values
local full = {
....
["Labour Party (UK)"] = {abbrev = "Lab", color = "#E4003B", shortname = "Labour",},
...
}
There are three values stored for each party:
- The abbreviation (
abbrev
). - The color of the party (
color
), which can either be a hex triplet or a basic color name. - A shorter name for the party (
shortname
).
If a name value is not stored for a party, the module will attempt to return the other "short" name variant before returning the input. Thus, if abbrev
is stored but shortname
is not, regardless of which value is asked for it will return the abbrev
value.
Color values
Political party name | color | abbrev | shortname | Is color valid? | Contrast normal text | Contrast unvisted link | Contrast visted link |
---|---|---|---|---|---|---|---|
FLOU (Juclandia) | #5A5A5A | FLOU | FLOU | Failed | Failed | Failed | |
Fatherland Movement (Georgienstine) | #CA1F7B | FM | Fatherland Movement | Failed | Failed | Failed | |
Federalist Party (Georgienstine) | #4169e1 | FED | Federalist | Failed | Failed | Failed | |
Felsenian Front | #3452c4 | FF | Felsenian Front | Failed | Failed | Failed | |
Forward Together for Pinang - Unity Party | #46B9B1 | FTP-UP | FTP-UP | AAA | Failed | AA | |
Free Democratic Party (New Virginia) | #FFA500 | FDP | Free Democratic | AAA | Failed | AAA | |
Free Democrats (Georgienstine) | #00FF00 | FD | Free Democrats | AAA | AA | AAA | |
Freedom and Justice Party (Penn) | #03FCE3 | FJP | Freedom and Justice Party | AAA | AA | AAA | |
Friends Societal Congress | #00BFFF | FSC | FSC | AAA | Failed | AAA | |
Friends Society Freedom Party | #ffcd00 | FSFP | FSFP | AAA | AA | AAA | |
Friends Society Independent Party | #0055d4 | FSIP | FSIP | Failed | Failed | Failed | |
Friends Society Secular Party | #1FE284 | FSSP | FSSP | AAA | AA | AAA |