查看“模块:NewCraftsCN/Sandbox”的源代码
←
模块:NewCraftsCN/Sandbox
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
local p = {} function p.show(frame) local function ce_list(key) local res_list = {} local list0 = mw.text.split(frame:callParserFunction{name = '#lst:用户:Uksin/lab', args = {key}}, ',', true) for _, id in ipairs(list0) do if id ~= "" then res_list[tonumber(id)] = true end end return res_list end local n_ce0 = tonumber(frame:callParserFunction{name = '#lst:用户:Uksin/lab', args = {'cnprevces'}}) local n_ce1 = tonumber(frame:callParserFunction{name = '#lst:用户:Uksin/lab', args = {'cnces'}}) local ex_ce0 = ce_list('cnprevskippedces') local ex_ce1 = ce_list('cnskippedces') local in_ce0 = ce_list('cnprevaheadces') local in_ce1 = ce_list('cnaheadces') local id_display = {} for id = n_ce0 + 1, n_ce1 do if not ex_ce1[id] then table.insert(id_display, id) end end for id, _ in pairs(in_ce1) do if id > n_ce1 and (not in_ce0[id]) then table.insert(id_display, id) end end for id, _ in pairs(ex_ce0) do if id <= n_ce0 and (not ex_ce1[id]) then table.insert(id_display, id) end end local t_name = (#id_display > 7) and "新增卡牌/礼装小图标" or "新增卡牌/礼装大图标" table.sort(id_display) local ce_links = mw.text.split(frame:callParserFunction{name = string.format('#ask:[[分类:礼装图鉴]][[礼装序号::>>%d]][[礼装序号::<%d]]', n_ce0, n_ce1), args = {link = 'none', limit = 500, sort = '礼装序号'}}, ',', true) if #ce_links ~= n_ce1 - n_ce0 then ce_links = {} end local ces = {} for _, id in ipairs(id_display) do local link = '' if id > n_ce0 and id <= n_ce1 then link = ce_links[id - n_ce0] else link = frame:callParserFunction{name = '#ask:[[分类:礼装图鉴]][[礼装序号::' .. id .. ']]', args = {link = 'none'}} end table.insert(ces, frame:expandTemplate{ title = t_name, args = { mw.text.trim(link), id } }) end return table.concat(ces) end return p
该页面使用的模板:
模块:NewCraftsCN/Sandbox/doc
(
查看源代码
)
返回至
模块:NewCraftsCN/Sandbox
。
导航菜单
个人工具
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
随机页面
最近更改
最新文件
常用
上传多个文件
工具
链入页面
相关更改
特殊页面
页面信息