查看“模块:Seplist”的源代码
←
模块:Seplist
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
--[[ Module to implement an unordered list with a generalised separator. Use TemplateStyles with an associated template to style the list. It will recognise "hr" as the horizontal rule. --]] p = {} p.makelist = function(frame) local args = frame.args if not args[1] then args = frame:getParent().args if not args[1] then return end end local sep = (args.sep or "hr") if sep == "hr" then sep = "<hr>" end local out = {} for k, v in ipairs(args) do if v then v = mw.text.trim(v) table.insert(out, "<li>" .. v .. "</li>") end end if #out > 0 then return '<ul class="seplist">' .. table.concat(out, sep) .. '</ul>' end end return p
该页面使用的模板:
模块:Seplist/doc
(
查看源代码
)
返回
模块:Seplist
。
导航菜单
个人工具
创建账号
登录
命名空间
模块
讨论
English
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
上传文件
工具
链入页面
相关更改
特殊页面
页面信息