Modulo:Libro: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
fix century
Moroboshi (discussione | contributi)
fix genere
Riga 16:
local gen_txt = args.genere or ''
gen_txt = mw.ustring.lower(gen_txt)
if mw.ustring.sub( gen_txt, 1, 1) == '[' then
gen_txt = mw.ustring.match(gen_txt, '^%[%[(.*)|?.*%]%]$')
end
return tab_genere[gen_txt] or "Opere letterarie"