- 欢迎加入国服 QQ群: 693091795
- ★---------->国服攻略<----------★
- ★---------->极品鉴赏<----------★
- 还可以在 KOOK (原 开黑啦) 上面提出建议
查看“模块:Message box”的源代码
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- This is a meta-module for producing message box templates, including
-- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}.
-- Load necessary modules.
require('Module:No globals')
local getArgs
local yesno = require('Module:Yesno')
-- Get a language object for formatDate and ucfirst.
local lang = mw.language.getContentLanguage()
-- Define constants
local CONFIG_MODULE = 'Module:Message box/configuration'
local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'}
local TEMPLATE_STYLES = 'Module:Message box/%s.css'
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
000
1:0
本页使用的模板: