モジュール:サンドボックス/にょろん/テストモジュール

モジュールの解説[作成]
return { -- same as {{urlencode:文字列}}
 msg = function( frame ) 
    	--assert(os.setlocale 'ja_JP.eucJP')
    	x = mw.uri.encode( frame.args[1], 'PATH' )
        return x
        end
}