Module:Sports color/handball

From blackwiki
< Module:Sports color
Revision as of 19:40, 7 March 2017 by blackwiki>Malo95 (Create module)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the data module used by Module:Sports color. Please test any changes in Module:Sports color/handball/sandbox first.

Format

Most lines will be of the following form

 ["TEAM NAME"] = {"HEX1", "HEX2", "HEX3", "HEX4"},

The trailing comma is very important. Here, HEX1, HEX2, HEX3, and HEX4 are hexadecimal color values.

To use the same color for more than one team name (e.g., if the team goes by more than one name, but the colors are the same), use

 ["SECONDARY TEAM NAME"] = "TEAM NAME",

where TEAM NAME has already been defined, and SECONDARY TEAM NAME is the alternative spelling, or name.

Warning

Be very careful when updating this module, as it is used in a large number of articles. Please test any changes in Module:Sports color/handball/sandbox first.

Test table

Team1234Contrast
1/24/3
D.C. Diplomats THC
Also known as D.C. Diplomats THC (men)
Also known as D.C. Diplomats THC (women)
19.562.22
USMA-West Point Gold
Also known as USMA-West Point Gold (women)
Also known as USMA-West Point Gold (men)
13.421
USMA-West Point THC
Also known as USMA-West Point Black (women)
Also known as USMA-West Point Black (men)
Also known as USMA-West Point Black
13.421
Free agentXX15.31
RetiredXX15.31
The numeric columns are the calculated contrast ratio for the first/second and the fourth/third colors. Anything lower than 3 is very poor contrast and should be changed in the data module. For more information, see Template:Color contrast ratio.

return {
-- NTHL --
["D.C. Diplomats THC"] = {"FFFF00", "000000", "2C2E46", "B83135"},
  ["D.C. Diplomats THC (men)"] = "D.C. Diplomats THC",
  ["D.C. Diplomats THC (women)"] = "D.C. Diplomats THC",  
["USMA-West Point THC"] = {"EDCA88", "000000", "FFFFFF", "000000"},  
  ["USMA-West Point Black"] = "USMA-West Point THC",
  ["USMA-West Point Black (men)"] = "USMA-West Point THC",
  ["USMA-West Point Black (women)"] = "USMA-West Point THC",
["USMA-West Point Gold"] = {"000000", "EDCA88", "000000", "FFFFFF"},   
  ["USMA-West Point Gold (men)"] = "USMA-West Point Gold",
  ["USMA-West Point Gold (women)"] = "USMA-West Point Gold",
}