Anonimo

Modulo:Sandbox/Lucamauri/modulotest: differenze tra le versioni

Da Wikitrek.
nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 13: Riga 13:
     first = string.gsub(testo.args[1], string.char(127) .. "<" .. testo.args[2] .. ">", "")
     first = string.gsub(testo.args[1], string.char(127) .. "<" .. testo.args[2] .. ">", "")
     return (string.gsub(first, "</" .. testo.args[2] .. ">", ""))
     return (string.gsub(first, "</" .. testo.args[2] .. ">", ""))
    return mw.text.killMarkers(testo.args[1])
]]--
]]--
     return mw.text.killMarkers(testo.args[1])
     return mw.text.killMarkers("<pre>Prova</pre>")
end
end
return p
return p