因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
--------------------------------------------------------------------------------
-- --
-- PAGETYPE --
-- --
-- This is a meta-module intended to replace {{pagetype}} and similar --
-- templates. It automatically detects namespaces, and allows for a --
-- great deal of customisation. It can easily be ported to other --
-- wikis by changing the values in the [[Module:Pagetype/config]]. --
-- --
--------------------------------------------------------------------------------
-- Load config.
local cfg = mw.loadData('Module:Pagetype/config')
-- Load required modules.
local getArgs = require('Module:Arguments').getArgs
local yesno = require('Module:Yesno')
local nsDetectModule = require('Module:Namespace detect')
local nsDetect = nsDetectModule._main
local getParamMappings = nsDetectModule.getParamMappings
000
1:0
本页使用的模板:
- 模板:Documentation(查看源代码)
- 模板:Mbox/styles.css(查看源代码)
- 模板:Wikipedia template(查看源代码)
- 模块:Arguments(查看源代码)
- 模块:Array(查看源代码)
- 模块:DPLlua(查看源代码)
- 模块:DependencyList(查看源代码)
- 模块:Documentation(查看源代码)
- 模块:Documentation/config(查看源代码)
- 模块:Documentation/styles.css(查看源代码)
- 模块:Format link(查看源代码)
- 模块:Hatnote(查看源代码)
- 模块:Hatnote list(查看源代码)
- 模块:Mbox(查看源代码)
- 模块:Namespace detect(查看源代码)
- 模块:Namespace detect/config(查看源代码)
- 模块:Namespace detect/data(查看源代码)
- 模块:Pagetype(查看源代码)
- 模块:Pagetype/config(查看源代码)
- 模块:Pagetype/doc(查看源代码)
- 模块:Paramtest(查看源代码)
- 模块:User error(查看源代码)
- 模块:Yesno(查看源代码)
返回模块:Pagetype。