Modulo:Sandbox/Sakretsu: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
test
m trim
Riga 8:
local done = false
for nazione, data in pairs(nazioni) do
if mw.text.trim(string.lower(arg)) == data.mp then
table.insert(ret, data.st)
done = true
return 'test'
end
end