705
modifications
Page créée avec « local general = require("Module:Infobox/Fonctions") -- Famille de compétences -- TODO: Revoir pour la couleur de Tech, qui n'apparaît pas -- clairement dans la bande-annonce family = function() local family = localdata["famille"] if family == nil then error("Paramètre « famille » absent") end local FAMILIES = { physique = {"Physique", "#3f5e40"}, social = {"Social", "#b08c42"}, combat = {"Combat", "#a7302e"}, science = {"Science", "#24698... » |
mAucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
local general = require("Module:Infobox/Fonctions") | local general = require("Module:Infobox/Fonctions") | ||
local localdata = require("Module:Infobox/Localdata") | |||
-- Famille de compétences | -- Famille de compétences |