Aller au contenu

« Module:Infobox/Compétence » : différence entre les versions

m
aucun résumé des modifications
mAucun résumé des modifications
mAucun résumé des modifications
Ligne 11 : Ligne 11 :
end
end
local FAMILIES = {
local FAMILIES = {
physique = {"Physique", "#3f5e40"},
physique = {"PHYSIQUE", "#3f5e40"},
social  = {"Social", "#b08c42"},
social  = {"SOCIAL",   "#b08c42"},
combat  = {"Combat", "#a7302e"},
combat  = {"COMBAT",   "#a7302e"},
science  = {"Science", "#24698e"},
science  = {"SCIENCE", "#24698e"},
tech    = {"Tech", "#7f7194"},
tech    = {"TECH",     "#7f7194"},
}
}
local family_config = FAMILIES[family:lower()]
local family_config = FAMILIES[family:lower()]