Modulo:Tracce/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
fix
m fix
Riga 133:
for k, v in pairs(args) do
local num = k:match('%D([0-9]+)$')
if num =and (num == '0' or num:sub(1,1) ~= '0') and numthen
if num then
local titolo = args['Titolo' .. num]
if not titolo then
Line 178 ⟶ 177:
args[k] = v
local num = k:match("^Titolo([0-9]+)$")
num = num and (num == '0' or num:sub(1,1) ~= '0')
if not tracce and num then
tracce = true