打开/关闭搜索
搜索
打开/关闭菜单
1
40
1
320
末世录
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
末世录
角色
国家
教派
我想嗦牛子
嗦塞尔达牛子
嗦萨图恩牛子
嗦奥利奥头牛子
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
登录
查看“︁模块:En”︁的源代码
来自末世录
查看
阅读
查看源代码
查看历史
associated-pages
模块
讨论
更多操作
←
模块:En
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local p = {} local wikipedia = "https://en.wikipedia.org/wiki/" local noLang = false local function genEn(frame) local enPage = frame.args[1] if enPage ~= nil then enPage = enPage:gsub(" ", "_") else enPage = "" end local display = frame.args[2] if display ~= nil and display ~= "" then display = display:gsub("_", " ") else display = enPage:gsub("_", " ") end local title = mw.title.getCurrentTitle() local res = "([" .. wikipedia .. enPage .. " " .. display .. "])" -- end if noLang ~= true then res = res .. "[[en:" .. enPage:gsub("_", " ") .. "]]" end return res end function p.en(frame) return genEn(frame) end function p.enNoLang(frame) noLang = true return genEn(frame) end return p
该页面嵌入的页面:
模块:En/doc
(
查看源代码
)
返回
模块:En
。
查看“︁模块:En”︁的源代码
来自末世录