未登录
中文(简体)
创建账号
登录
搜索
查看“模块:SectionEmbed”的源代码
来自东方Project线下活动维基
命名空间
模块
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
模块:SectionEmbed
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
local module = {} local getArgs = require('Module:Arguments').getArgs function errorMsg(text) error(text..'[[分类:含有错误嵌入片段的页面]]') end function module._main(args, frame) local titleName = args['page'] or '' if titleName == '' then errorMsg('请传入要载入内容所在的页面!') end local section = args['id'] or '' section = string.gsub(section, '([%%%(%)%.%+%-%*%?%[%]%^%$])', '%%%1') local params = args params['page'] = nil params['id'] = nil local title = mw.title.new(titleName) local redirect = '' local content = title:getContent() if content == nil then errorMsg('页面名无效,请确认传入的页面名是否正确!') end if string.find(content, '^#REDIRECT%s+%[%[.+%]%]%s*$') or string.find(content, '^#重定向%s+%[%[.+%]%]%s*$') then redirect = string.gsub(content, '.+%[%[(.+)%]%]%s*$', '%1') title = mw.title.new(redirect) content = title:getContent() if content == nil then errorMsg('传入的页面【'..titleName..'】为一个重定向页,并且它指向的页面【'..redirect..'】无效!') end end local redirectMsg = '' if redirect ~= '' then redirectMsg = '(重定向至'..redirect..')' end local ptn = '^.*==+%s+'..section..'%s+==+(.-%s+)==%s+.+%s+==%s+.+$' local origin = content content = mw.ustring.gsub(content, ptn, '%1') if content == origin then errorMsg('嵌入失败,请确认在页面【'..titleName..'】'..redirectMsg..'是否存在名为“'..section..'”的二级标题,并检查书写是否正确!') end local frame_child = frame:newChild({ title = (((redirect ~= '') and redirect) or titleName), args = params }) return frame_child:preprocess(content) end function module.main(frame) local args = getArgs(frame) return module._main(args, frame) end return module
本页使用的模板:
模板:FromOtherWiki
(
查看源代码
)
模板:Namespace detect
(
查看源代码
)
模板:WikiLink
(
查看源代码
)
模块:SectionEmbed/doc
(
查看源代码
)
返回
模块:SectionEmbed
。
导航
导航
首页
最近更改
文件列表
所有页面
留言板
活动日程
活动日历
线下活动速查表
分类索引
活动QQ群组一览
活动分布地图
地区词条索引
帮助
沙盒
规划
编辑规范
创建页面
快速创建活动页面
快速创建活动子页面
使用方法与帮助
Wiki页面
相关站点
THBWiki
东方市场
莉莉云下载站
绯想天则指南
上海爱丽丝幻乐团
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志