未登录
中文(简体)
创建账号
登录
搜索
查看“模块:Eval”的源代码
来自东方活动维基
命名空间
模块
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
模块:Eval
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
local module = {} local getArgs = require("Module:Arguments").getArgs local preprocessNoWiki = function(wiki) wiki = mw.ustring.gsub(wiki, "(%$+)NOWIKI_([ES])", function(prefix, postfix) local length, tag = math.modf(mw.ustring.len(prefix) / 2) local escape = "" for i = 1, length do escape = escape .. "$" end if tag == 0 then tag = "NOWIKI_" .. postfix elseif postfix == "S" then tag = "<nowiki>" else tag = "</nowiki>" end return escape .. tag end) return wiki end function module.template(frame, args) args = args or getArgs(frame, { wrappers = "Template:Eval" }) local parentTitle = tostring((frame:getParent() or frame):getTitle()) local offset if parentTitle == "Template:Eval" then offset = 1 else offset = 0 end local tTitle = mw.text.trim(args[1 + offset] or "") if tTitle == "" then return nil end local tArgs = {} local indexes = {} for k, _ in pairs(args) do if type(k) == "number" then if k > 1 + offset then table.insert(indexes, k) end end end table.sort(indexes) for _, index in ipairs(indexes) do local wiki = args[index] wiki = mw.text.unstripNoWiki(wiki) wiki = mw.text.decode(wiki) table.insert(tArgs, preprocessNoWiki(wiki)) end for k, v in pairs(args) do if type(k) ~= "number" then local wiki = v wiki = mw.text.unstripNoWiki(wiki) wiki = mw.text.decode(wiki) table.insert(tArgs, mw.ustring.format("%s=%s", k, preprocessNoWiki(wiki))) end end tArgs = table.concat(tArgs, "|") if mw.ustring.len(tArgs) > 0 then tArgs = "|" .. tArgs end return frame:preprocess(mw.ustring.format("{{ %s %s}}", tTitle, tArgs)) end function module.wikitext(frame, args) args = args or frame.args local wiki = args[1] or "" wiki = mw.text.unstripNoWiki(wiki) wiki = mw.text.decode(wiki) return frame:preprocess(preprocessNoWiki(wiki)) end function module.page(frame, args) args = args or frame.args local title = mw.title.new(mw.text.trim(args[1] or "")) if title ~= nil and title.exists and title.contentModel == "wikitext" then local content = title:getContent() return frame:preprocess(content) end end return module
本页使用的模板:
模块:Eval/doc
(
查看源代码
)
返回
模块:Eval
。
导航
导航
首页
最近更改
文件列表
留言板
活动日程
活动日历
分类索引
活动QQ群组一览
各地区线下活动
帮助
沙盒
规划
编辑规范
创建页面
页面生成器
使用方法与帮助
Wiki页面
相关站点
THBWiki
东方市场
莉莉云下载站
绯想天则指南
上海爱丽丝幻乐团
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志