Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Updating this submodule  



1.1  Alternate party names  





1.2  Table values  







2 Color values  














Module:Political party/X






العربية
Basa Bali
Cymraeg
فارسی
Gaelg
Bahasa Indonesia
Kurdî

Português
Simple English
Slovenščina
ி
 
Tiếng Vit
 

Edit links
 









Module
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 

< Module:Political party

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 letters A to Z of the Latin alphabet (including numbers and accented characters).

Within each data submodule are two local groups: local alternate and local full.

Alternate party names[edit]

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[edit]

local full = {
    ....
 ["Labour Party (UK)"] = {abbrev = "Lab", color = "#E4003B", shortname = "Labour",},
    ...
}

There are three values stored for each party:

The values added to these parameters need not be unique from other parties in this module, unlike the primary name of a party.

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[edit]

Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
X Party#6CB0B3AAAFailedAA
Xiluva#EF5323AAFailedFailed
Ximoko PartyyellowAAAAAAAAA
Xixón Sí Puede#502553FailedFailedFailed

-- Constant data used by [[Module:Political party]]

local alternate = {
 
}

local full = {
 ["X Party"] = {abbrev = "", color = "#6CB0B3", shortname = "",},
 ["Xiluva"] = {abbrev = "", color = "#EF5323", shortname = "",},
 ["Ximoko Party"] = {abbrev = "", color = "yellow", shortname = "",},
 ["Xixón Sí Puede"] = {abbrev = "", color = "#502553", shortname = "",},
}

return {
 full = full,
 alternate = alternate,
}

Retrieved from "https://en.wikipedia.org/w/index.php?title=Module:Political_party/X&oldid=1226510540"





This page was last edited on 31 May 2024, at 02:37 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki