相关更改
更多操作
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入Category:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年6月20日 (星期五)
新 12:06 | Template:Special wikitext/preview 差异历史 +579 OctoberSama 留言 贡献 (创建页面,内容为“<includeonly>{{safesubst:Special wikitext/previewdisplay|pagename={{{pagename}}}|src={{{src|_NO_SRC_}}}|contentModel={{{contentModel|}}} }} {{safesubst:Special wikitext/codedisplay|pagename={{{pagename}}}|src={{{src|_NO_SRC_}}}|contentModel={{{contentModel|}}} }}</includeonly><noinclude>{{Special wikitext/preview}}{{Documentation|content=本模板為{{tl|Special wikitext}}的內部模板,功能為生成一個含有<code>_addText</code>內容的特殊頁面渲…”) |
新 12:00 | Template:Special wikitext/previewdisplay 差异历史 +482 OctoberSama 留言 贡献 (创建页面,内容为“<includeonly>{{safesubst:Special wikitext/content|{{safesubst:Special wikitext/code|pagename={{{pagename}}}|src={{{src|_NO_SRC_}}}|contentModel={{{contentModel|}}} }}|pagename={{{pagename}}}|contentModel={{{contentModel|}}} }}</includeonly><noinclude>{{Documentation|content=本模板為{{tl|Special wikitext}}的內部模板,功能為讀取特殊頁面中的<code>_addText</code>並解析。(依賴{{tl|Special wikitext/content}}與{{tl|Special wikitext/code}}…”) |
新 11:53 | Template:Special wikitext/code 差异历史 +568 OctoberSama 留言 贡献 (创建页面,内容为“<includeonly>{{safesubst:#ifeq:{{{src|_NO_SRC_}}}|_NO_SRC_|{{safesubst:ifsubst|{{safesubst:msgnw:{{{pagename}}} }}|{{safesubst:Special wikitext/include|pagename={{{pagename}}}|1==1}} }}|{{safesubst:ifsubst|{{{src}}}|{{safesubst:Special wikitext/immcode|src={{{src}}}|1==1}} }} }}</includeonly><noinclude>{{Special wikitext/code}}{{Documentation|content=本模板為{{tl|Special wikitext}}的內部模板,功能為使用msgnw包含頁面,以獲得其未解析之…”) |
新 11:41 | Template:Special wikitext 差异历史 +433 OctoberSama 留言 贡献 (创建页面,内容为“<includeonly><div class="special-wikitext"> {{safesubst:Special wikitext/{{safesubst:#switch:{{safesubst:lc:{{{preview|wiki}}} }}|code=codeshow|preview=previewdisplay|js|ajax=jspreview|wiki|wikitext|#default=preview}}|pagename={{{1}}}|contentModel={{{contentModel|{{{lang|{{safesubst:#invoke:Special wikitext/Template|contentModel|{{{1}}}|Template}} }}} }}}|src={{{src|_NO_SRC_}}} }}</div></includeonly><noinclude>{{Doc}}</noinclude>”) |
2025年6月18日 (星期三)
新 16:23 | Module:Yesno 差异历史 +1,049 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Yesno&oldid=83158589 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- 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()"…”) |
2025年6月17日 (星期二)
新 22:27 | Module:TemplateParameters 差异历史 +28,330 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:TemplateParameters&oldid=58537601 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) local p = {} local lib_arg = {} local yesno = {} local lib_editstate={}; function p.containsNumber(frame) -- For calling from #invoke. local args local can_call_parse = false if frame == mw.getCurrentFrame() then -- We're being called…”) |
新 20:15 | Module:Documentation/config 差异历史 +18,259 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation/config&oldid=84705147 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Modul…”) |
新 20:13 | Module:Documentation 差异历史 +35,614 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation&oldid=87749641 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw…”) |
新 20:11 | Module:Arguments 差异历史 +10,254 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Arguments&oldid=83158592 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- 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.check…”) |