Modulo:Tracce/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
f
m versione corrente
Riga 9:
return str;
else
if str:sub(1,1) == "'" then str = "<span ></span>" .. str; end
if str:sub(-1,-1) == "'" then str = str .. "<span ></span>"; end
return str;
end
Riga 29:
if (corsivo and args["Corsivo" .. i] ~= "no") or
(not corsivo and (args["Corsivo" .. i] == "sì" or args["Corsivo" .. i] == "si")) then
titolo = "''" .. safeforitalics(titolo) .. "''"
end
table.insert(row_elements, titolo)
Riga 195:
['title'] = 'Titolo',
['note'] = 'Note',
['music'] = 'Autore testo e musica',
['writer'] = 'Autore testo e musica',
['lyrics'] = 'Autore testo',
['length'] = 'Durata',