查看“Module:Str test”的源代码
←
Module:Str test
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local module = {} function module.main(frame) local args = frame.args local str = args[1] local ptn = mw.text.decode(mw.text.unstripNoWiki(args[2])) if mw.ustring.find(str, ptn) == nil then return '' else return 1 end end function module.MultiMatch(frame) local parent = frame:getParent() if parent and parent:getTitle() == "Template:Str substr" then frame = parent end local args = frame.args local str = args[1] local result = "" local i = 2 while(frame.args[i])do local ptn = mw.text.decode(mw.text.unstripNoWiki(args[i])) local found = mw.ustring.match(str, ptn) result = result .. (found and "1" or "0") i = i+1 end return result end function module.Switch(frame) local parent = frame:getParent() if parent and parent:getTitle() == "Template:Str switch" then frame = parent end local str = frame.args[1] for key, value in pairs(frame.args) do if type(key) == "string" and key ~= "#default" then local ptn = mw.text.decode(mw.text.trim(mw.text.unstripNoWiki(value))) if ptn ~= "" and mw.ustring.match(str, ptn) then return key end end end return frame.args["#default"] or "" end return module
本页使用的模板:
Module:Str test/doc
(
查看源代码
)
返回至“
Module:Str test
”。
导航菜单
个人工具
创建账户
登录
命名空间
模块
讨论
变体
已展开
已折叠
查看
阅读
查看源代码
查看历史
更多
已展开
已折叠
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息