Մոդուլ:Decoder

Վիքիպեդիայից՝ ազատ հանրագիտարանից

Documentation for this module may be created at Մոդուլ:Decoder/doc

function main(frame)
	return mw.uri.decode(frame.args[1])
end
return {main = main}