Modulo:Tracce: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
Nessun oggetto della modifica
Moroboshi (discussione | contributi)
fix parentesi chiusa dopo autore
Riga 29:
table.insert(row_elements, "''" .. safeforitalics(titolo) .. "''")
local featuring = args["Featuring" .. i] or ""
if featuring ~= "" then table.insert(row_elements, " <small>(feat. " .. featuring .. ")</small>") end
table.insert(row_elements, " <small>(feat. ")
table.insert(row_elements, featuring)
table.insert(row_elements, ")</small>")
end
local note = args["Note" .. i] or ""
if note ~= "" then table.insert(row_elements, " <small>(" .. note .. ")</small>") end
Riga 47 ⟶ 43:
local AutoreTestoeMusica = args["Autore testo e musica" .. i] or ""
local edizioni = args["Edizioni" .. i] or ""
local no_autore = false
if AutoreTestoeMusica ~= "" then
table.insert(row_elements, " <small>(" .. AutoreTestoeMusica )
Riga 59 ⟶ 56:
table.insert(row_elements, " <small>(" .. AutoreMusica)
else
local no_autore = true
end
if edizioni ~= "" then
Riga 67 ⟶ 64:
table.insert(row_elements, ";")
end
table.insert(row_elements, "edizioni musicali " .. edizioni .. ")</small>")
table.insert(row_elements, edizioni)
table.insert(row_elements, ")</small>")
elseif not no_autore then
table.insert(row_elements, ")</small>")
Riga 88 ⟶ 83:
local tracks = {}
local testata = ""
local noautore = false
autoreTestoeMusica = args["Autore testi e musiche"]
if autoreTestoeMusica ~= nil then