Modulo:Tracce: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m stesso controllo per il template Track listing |
aggiungo abbr per espandere l'abbreviazione "feat." |
||
Riga 55:
table.insert(row_elements, titolo)
local featuring = args["Featuring" .. i]
if featuring then table.insert(row_elements, " <small>(<abbr title=featuring>feat.</abbr> " .. featuring .. ")</small>") end
local note = args["Note" .. i]
if note then table.insert(row_elements, " <small>(" .. note .. ")</small>") end
|