Modulo:Tracce/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
f |
m versione corrente |
||
Riga 9:
return str;
else
if str:sub(1,1) == "'" then str = "<span
if str:sub(-1,-1) == "'" then str = str .. "<span
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
['writer'] = 'Autore testo e musica',
['lyrics'] = 'Autore testo',
['length'] = 'Durata',
|