模块:PathEncoder
1.38>牛腩面2022年7月7日 (四) 20:39的版本 (导入1个版本)
此模块的文档可以在模块:PathEncoder/doc创建
local p = {}
function p.encode(frame)
local args = (frame == mw.getCurrentFrame() and frame.args) or frame
return mw.uri.encode(args.str,'PATH')
end
return p
此模块的文档可以在模块:PathEncoder/doc创建
local p = {}
function p.encode(frame)
local args = (frame == mw.getCurrentFrame() and frame.args) or frame
return mw.uri.encode(args.str,'PATH')
end
return p