Modulo:Partiti: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
tet
Moroboshi (discussione | contributi)
fix errore (confusione True con true)
Riga 42:
-- ==========================================================
local function colore(frame)
local args = getArgs(frame, {frameOnly = Truetrue})
return _colore(args[1], args[2])
end
Riga 52:
-- ==========================================================
local function colore_ombra(frame)
local args = getArgs(frame, {frameOnly = Truetrue})
return _colore(args[1], args[2] or '', Truetrue)
end
 
Riga 63:
 
local function nome_corto(frame)
local args = getArgs(frame, {frameOnly = Truetrue})
return _nome_corto(args[1])
end