跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
MediaWiki帮助
少前2百科
搜索
搜索
创建账号
登录
个人工具
创建账号
登录
查看“模块:Utils”的源代码
模块
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
←
模块:Utils
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local p = {} function p.foreach(frame) local template = frame.args[1]:gsub('\n$', '') template = template:gsub('\\n', '\n') template = template:gsub('%(%(!%)%)', '|') local ret = '' for i, arg in ipairs(frame.args) do arg = arg:gsub('\n$', '') if i > 1 and arg ~= '' then local text = template:gsub('%(%(%(1%)%)%)', arg) ret = ret .. text end end return ret end function p.d() local frame = { args = { '((!))hello (((1)))\n', 'x\n', 'y\n', 'z' } } local r = p.foreach(frame) mw.log(r) end return p
本页使用的模板:
模块:Utils/doc
(
查看源代码
)
返回
模块:Utils
。
开关有限宽度模式