输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年5月31日 (星期六)
10:41 | 保护日志 Kuina 留言 贡献保护了模板:Namespace detect/doc [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) |
新 10:41 | 模板:Namespace detect/doc 差异历史 +82 Kuina 留言 贡献 (创建页面,内容为“'''Namespace detect''' helps other templates detect what type of page they are on.”) |
2025年5月30日 (星期五)
|
14:03 | (保护日志) [Kuina (5×)] | |||
|
14:03 Kuina 留言 贡献保护了模块:Arguments [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:47 Kuina 留言 贡献保护了模块:Yesno [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Namespace detect/data [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Namespace detect/config [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) | ||||
|
11:46 Kuina 留言 贡献保护了模块:Namespace detect [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史) |
新 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 (5×)] | |||
|
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 Kuina 留言 贡献删除页面模板:Namespace detect/doc (内容为:“'''Module:Namespace detect''' allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{tl|namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.”,唯一贡献者是“Kuina”(讨论)) | ||||
|
00:17 Kuina 留言 贡献删除页面模块:Yesno (内容为:“-- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "string.lower(val)" in the -- followi…”,唯一贡献者是“Kuina”(讨论)) | ||||
|
00:15 Kuina 留言 贡献还原页面模块:Arguments(2个修订版本) | ||||
|
00:12 Kuina 留言 贡献删除页面模块:Arguments (内容为:“-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- option…”,唯一贡献者是“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…”) |
新 00:44 | 模块:Yesno 差异历史 +1,035 Kuina 留言 贡献 (创建页面,内容为“-- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "string.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil…”) |