Module:Political party/K: Difference between revisions
Jump to navigation
Jump to search
m 1 revision imported |
m Replaced content with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", ["KABAKA"] = "Kabalikat ng Bayan sa Kaunlaran", ["Kabalikat ng Mamamayang Pilipino"] = "Kabalikat ng Malayang Pilipino", } local full = { ["KEEP IT RUNNING"] = {abbrev = "KIR", color = "#322D87", shortname = "",}, } return { full = full, alternate = alternate, }" Tag: Replaced |
||
Line 5: | Line 5: | ||
["KABAKA"] = "Kabalikat ng Bayan sa Kaunlaran", | ["KABAKA"] = "Kabalikat ng Bayan sa Kaunlaran", | ||
["Kabalikat ng Mamamayang Pilipino"] = "Kabalikat ng Malayang Pilipino", | ["Kabalikat ng Mamamayang Pilipino"] = "Kabalikat ng Malayang Pilipino", | ||
} | } | ||
local full = { | local full = { | ||
[" | ["KEEP IT RUNNING"] = {abbrev = "KIR", color = "#322D87", shortname = "",}, | ||
} | } | ||
Revision as of 18:56, 10 March 2025
Warning | This Lua module is used on approximately 4,700 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
Updating this submodule
{{#section-h:Module:Political party/doc|Updating the module}}
Color values
Political party name | color | abbrev | shortname | Is color valid? | Contrast normal text | Contrast unvisited link | Contrast visited link |
---|---|---|---|---|---|---|---|
KEEP IT RUNNING | #322D87 | KIR | Failed | Failed | Failed |
-- Constant data used by [[Module:Political party]]
local alternate = {
["K-Party"] = "Communist Party of Sweden (1995)",
["KABAKA"] = "Kabalikat ng Bayan sa Kaunlaran",
["Kabalikat ng Mamamayang Pilipino"] = "Kabalikat ng Malayang Pilipino",
}
local full = {
["KEEP IT RUNNING"] = {abbrev = "KIR", color = "#322D87", shortname = "",},
}
return {
full = full,
alternate = alternate,
}