因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- <nowiki>
local dependencyList = require( 'Module:DependencyList' )
local yn = require( 'Module:Yesno' )
local p = {}
function p.doc( frame )
local title = mw.title.getCurrentTitle()
local args = frame:getParent().args
local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' )
local addDependencyList = yn( args.DependencyList or true )
local ret, cats, ret1, ret2, ret3
local onModule = title.namespace == 828
-- subpage header
if title.subpageText == 'doc' then
ret = mw.html.create( nil )
:tag( 'div' )
:addClass( 'mbox mbox-low mbox-documentationsub' )
:attr( 'role', 'presentation')
:tag( 'span' )
000
1:0