Differenze tra le versioni di "Modulo:Colore/data"

m
nessun oggetto della modifica
m
m
-- Generazione dimanica provvisoria: mancano i colori zona_text e pcwiki
 
for a, b in pairs(s) do
c[a] = {}
if (string.lower(a:match('(%a)_text')) or 'zona') == 'zona' then
c[a].normale = bs[a]{args={'normale'}}
c[a].light = bs[a]{args={'light'}}
c[a].dark = bs[a]{args={'dark'}}
else
c[a] = bs[a]{args={}}
end
end
 
--[[c.background = s.background{args={}}
c.Background = c.background
c.pcwiki.medium_light = s.pcwiki{args={'medium light'}}
c.zona_text.ombra, c.zona_text.Ombra, c.zona_text.shadow = c.zona_text.grotta, c.zona_text.grotta, c.zona_text.grotta
c.zona_text.edificio, c.zona_text.Edificio, c.zona_text.building, c.zona_text.palazzo = c.zona_text.grotta, c.zona_text.grotta, c.zona_text.grotta, c.zona_text.grotta
c.zona_text.strada, c.zona_text.Strada, c.zona_text.road = c.zona_text.grotta, c.zona_text.grotta, c.zona_text.grotta]]
 
return c