匿名
未登录
创建账号
登录
The Land of StarLight
搜索
查看“模块:Editions”的源代码
来自The Land of StarLight
命名空间
模块
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
模块:Editions
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local p = {} local fullName = mw.loadData([[Module:Editions/FullName]]) local shortName = mw.loadData([[Module:Editions/ShortName]]) function p.editions(args) local editionTable = {} local categories = {} local isShort = args.short local nocat = args.nocat local catTemplate = args.cat or '$' for _, v in ipairs(args) do if v ~= '' then local name = fullName[mw.ustring.lower(v)] or v .. '版' table.insert(editionTable, table.concat { '[[', name, '|', isShort and shortName[name] or name, ']]' }) if not nocat then table.insert( categories, '[[Category:' .. mw.ustring.gsub(catTemplate, '%$', name) .. ']]' ) end end end return mw.text.listToText(editionTable) .. table.concat(categories) end function p.wrapper() local args = require([[Module:ProcessArgs]]).merge(true) return p.editions(args) end return p
该页面使用的模板:
模块:Editions/doc
(
查看源代码
)
返回
模块:Editions
。
导航
快速跳转
TLSL(wiki首页)
- StarLight-Server
奇怪的折跃门
活跃玩家
重要领地合集
小黑屋
SLS官网
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志