Modulo:Tracce/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
categoria d'errore per markup di corsivo/grassetto quando il corsivo è automatico; per disattivare il corsivo di un titolo esiste il parametro "CorsivoN"
m correggo
Riga 9:
if str:sub(1,1) == "'" then str = "<span></span>" .. str end
if str:sub(-1,-1) == "'" then str = str .. "<span></span>" end
if str:find("''") then categories[#categories+1] = unexpected_markup end
end
if str:find("''") then
categories[#categories+1] = unexpected_markup
end
return str