Modulo:Font to span: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m ops |
m ulteriore dimenticanza |
||
Riga 18:
--ricava face
face=string.match(s, "face=%a+")
if face==nil then face=string.match(s, 'face="[%a, ]+"') end
if face~=nil then face=string.gsub(string.sub(face, 6), '"', "") end
|