Documentation for this module may be created at မေႃႇၵျူး:Urldecode/doc
local p = {} function p.urlDecode( frame ) return (mw.uri.decode(frame.args[1])) end return p