မေႃႇၵျူး:Urldecode

လုၵ်ႉတီႈ ဝီႇၶီႇပပ်ႉ မႃး

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