因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
--[[
-- This module produces a "redirect" hatnote. It looks like this:
-- '"X" redirects here. For other uses, see Y.'
-- It implements the {{redirect}} template.
--]]
local mHatnote = require('Module:Hatnote')
local mHatList = require('Module:Hatnote list')
local mArguments --lazily initialize
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local checkTypeMulti = libraryUtil.checkTypeMulti
local p = {}
local function getTitle(...)
local success, titleObj = pcall(mw.title.new, ...)
if success then
return titleObj
else
000
1:0
本页使用的模板:
- 模板:Documentation(查看源代码)
- 模板:Mbox/styles.css(查看源代码)
- 模板:Tl(查看源代码)
- 模板:Wikipedia template(查看源代码)
- 模块:Arguments(查看源代码)
- 模块:Array(查看源代码)
- 模块:DPLlua(查看源代码)
- 模块:DependencyList(查看源代码)
- 模块:Documentation(查看源代码)
- 模块:Documentation/config(查看源代码)
- 模块:Documentation/styles.css(查看源代码)
- 模块:Format link(查看源代码)
- 模块:Hatnote(查看源代码)
- 模块:Hatnote list(查看源代码)
- 模块:Mbox(查看源代码)
- 模块:Paramtest(查看源代码)
- 模块:Redirect hatnote(查看源代码)
- 模块:Redirect hatnote/doc(查看源代码)
- 模块:User error(查看源代码)
- 模块:Yesno(查看源代码)