输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年5月30日 (星期五)
|
14:03 | (保护日志) [Kuina (13×)] | |||
|
14:03 Kuina 留言 贡献保护了模块:Arguments [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:47 Kuina 留言 贡献保护了模板:About/doc [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:47 Kuina 留言 贡献保护了模块:Yesno [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:47 Kuina 留言 贡献保护了模块:Pagetype/config [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:47 Kuina 留言 贡献保护了模块:Pagetype [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Namespace detect/data [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Namespace detect/config [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Namespace detect [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Hatnote list [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Hatnote/styles.css [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Hatnote [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Format link [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:About [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) |
新 11:10 | 模块:Namespace detect/config 差异历史 +3,545 Kuina 留言 贡献 (创建页面,内容为“-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --…”) |
新 11:10 | 模块:Namespace detect/data 差异历史 +2,553 Kuina 留言 贡献 (创建页面,内容为“-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') loca…”) |
11:10 | 删除日志 Kuina 留言 贡献删除页面模块:Namespace detect/data (内容为:“-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -----------------------------------------------------------…”,唯一贡献者是“Kuina”(讨论)) |
新 11:08 | 模块:Namespace detect 差异历史 +5,988 Kuina 留言 贡献 (创建页面,内容为“--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace a…”) |
新 11:07 | 模块:Pagetype/config 差异历史 +3,402 Kuina 留言 贡献 (创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- --…”) |
新 11:05 | 模块:Pagetype 差异历史 +6,392 Kuina 留言 贡献 (创建页面,内容为“-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and…”) |
新 11:04 | 模板:About/doc 差异历史 +2,138 Kuina 留言 贡献 (创建页面,内容为“==TemplateData== <templatedata> { "description": "This template is a hatnote in the format \"This page is about … For other uses …\".", "params": { "1": { "label": "Page description", "type": "string", "required": true, "description": "What the page this template is placed on is about (\"This page is about …\")" }, "2": { "label": "Other page 1 description", "type": "string", "description": "What the first other page is about.…”) |
新 11:04 | 模块:About 差异历史 +1,587 Kuina 留言 贡献 (创建页面,内容为“local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about"…”) |