英文维基 | 中文维基 | 日文维基 | 草榴社区
return { -- same as {{urlencode:文字列}} msg = function( frame ) --assert(os.setlocale 'ja_JP.eucJP') x = mw.uri.encode( frame.args[1], 'PATH' ) return x end }