Jump to content

Module:TestTidy

Unchecked
From Wikipedia

Documentation for this module may be created at Module:TestTidy/doc

local p = {}

function p.TestTidy(frame)
    return string.lower(string.gsub(frame.args [1]," "," "))
end

return p