OctoberSama的用户贡献
更多操作
2025年6月17日 (星期二)
- 20:162025年6月17日 (二) 20:16 差异 历史 +1,283 新 Module:Documentation/styles.css 创建页面,内容为“→源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation/styles.css&oldid=84589015: →该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/): .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; /* same margin left-right as .do…”
- 20:152025年6月17日 (二) 20:15 差异 历史 +18,259 新 Module:Documentation/config 创建页面,内容为“--源代码来自维基百科: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:132025年6月17日 (二) 20:13 差异 历史 +35,614 新 Module:Documentation 创建页面,内容为“--源代码来自维基百科: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:112025年6月17日 (二) 20:11 差异 历史 +10,254 新 Module:Arguments 创建页面,内容为“--源代码来自维基百科: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…” 当前
- 20:002025年6月17日 (二) 20:00 差异 历史 +90 新 MediaWiki:Scribunto-doc-page-does-not-exist 创建页面,内容为“{{#invoke:documentation|nonexistent|_content={{ {{#invoke:documentation|contentTitle}}}}}}” 当前
- 19:582025年6月17日 (二) 19:58 差异 历史 +521 新 MediaWiki:Clearyourcache 创建页面,内容为“<strong>注意:</strong>在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。 * <strong>Firefox或Safari:</strong>按住<em>Shift</em>的同时单击<em>刷新</em>,或按<em>Ctrl-F5</em>或<em>Ctrl-R</em>(Mac为<em>⌘-R</em>) * <strong>Google Chrome:</strong>按<em>Ctrl-Shift-R</em>(Mac为<em>⌘-Shift-R</em>) * <strong>Edge:</strong>按住<em>Ctrl</em>的同时单击<em>刷新</em>,或按<em>Ctrl…” 当前
- 19:562025年6月17日 (二) 19:56 差异 历史 +35 小 MediaWiki:Gadgets-definition 无编辑摘要
- 19:552025年6月17日 (二) 19:55 差异 历史 +461 新 Module:Module wikitext 创建页面,内容为“--//源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Module_wikitext&oldid=65797404 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text) end p.text = p.text .. text end return p” 当前
- 19:532025年6月17日 (二) 19:53 差异 历史 +3,938 新 Module:Special wikitext/Template 创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Special_wikitext/Template&oldid=65797380 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) local p={} --{{#invoke:Special wikitext/Template|contentModel}} function p.contentModel(frame) local page_name = frame.args[1] or frame.args['1'] or '' local default_namespace = mw.text.trim(frame.args[2] or frame.args['2'] or '') local page_data…”
- 19:522025年6月17日 (二) 19:52 差异 历史 +6,658 新 Module:Special wikitext 创建页面,内容为“--//源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Special_wikitext&oldid=65986479 --//该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) local p={ --會被抓取wikitext的關鍵字,此處請設定為與Module:Module wikitext一致 wikiTextKey = '_addText' } function p.displayWikitext() local body = '' local title = mw.title.getCurrentTitle() local this_frame = mw.getCurrentFr…” 当前
- 19:462025年6月17日 (二) 19:46 差异 历史 +22,719 新 MediaWiki:Gadget-SpecialWikitext.js 创建页面,内容为“//源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=MediaWiki:Gadget-SpecialWikitext.js&oldid=80709112 //该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) // <nowiki> (function ($, mw) { →======================================= * 跟[[Module:Special wikitext]]保持一致的段落。 * =======================================: var wikiTextKey = "_addText"; function lua_check(input_string,…”
- 19:432025年6月17日 (二) 19:43 差异 历史 +116 小 MediaWiki:Gadgets-definition 无编辑摘要
- 19:062025年6月17日 (二) 19:06 差异 历史 −2,215 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要
- 19:052025年6月17日 (二) 19:05 差异 历史 +1,050 小 MediaWiki:Gadget-ShowContributors.css 无编辑摘要 当前
- 19:002025年6月17日 (二) 19:00 差异 历史 +128 小 User:OctoberSama/common.js 无编辑摘要 当前 标签:手工回退
- 19:002025年6月17日 (二) 19:00 差异 历史 −148 User:饮泉思源/common.js 维护性修改 贡献者页面统计已转移到全站小工具 当前
- 18:582025年6月17日 (二) 18:58 差异 历史 −128 小 User:OctoberSama/common.js 无编辑摘要 标签:已被回退
- 18:582025年6月17日 (二) 18:58 差异 历史 +21 新 MediaWiki:Gadget-ShowContributors 创建页面,内容为“页面贡献者统计” 当前
- 18:572025年6月17日 (二) 18:57 差异 历史 +8 小 MediaWiki:Gadgets-definition 无编辑摘要
- 18:562025年6月17日 (二) 18:56 差异 历史 +30 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要
- 18:192025年6月17日 (二) 18:19 差异 历史 −1,519 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要
- 18:192025年6月17日 (二) 18:19 差异 历史 +1,657 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要
- 18:052025年6月17日 (二) 18:05 差异 历史 −111 小 MediaWiki:Gadgets-definition →display-tools 标签:手工回退
- 18:052025年6月17日 (二) 18:05 差异 历史 −26 小 MediaWiki:Gadgets-definition →display-tools 标签:已被回退
- 17:552025年6月17日 (二) 17:55 差异 历史 −1,209 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要
- 17:482025年6月17日 (二) 17:48 差异 历史 +5,097 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退
- 17:472025年6月17日 (二) 17:47 差异 历史 −5,097 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退 已被回退
- 17:402025年6月17日 (二) 17:40 差异 历史 +5,088 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 17:402025年6月17日 (二) 17:40 差异 历史 −4,429 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退 已被回退
- 17:352025年6月17日 (二) 17:35 差异 历史 +4,429 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 17:352025年6月17日 (二) 17:35 差异 历史 −1,120 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退 已被回退
- 17:302025年6月17日 (二) 17:30 差异 历史 +1,129 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 17:282025年6月17日 (二) 17:28 差异 历史 −3,040 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 17:262025年6月17日 (二) 17:26 差异 历史 +3,031 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 17:252025年6月17日 (二) 17:25 差异 历史 +7,349 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退
- 17:192025年6月17日 (二) 17:19 差异 历史 −7,349 小 MediaWiki:Gadget-ShowContributors.js 页面内容被替换为“mw.loader.load("/index.php?title=User:OctoberSama/ShowContributors.js&action=raw&ctype=text/javascript");” 标签:替换 已被回退
- 17:192025年6月17日 (二) 17:19 差异 历史 +153 小 MediaWiki:Gadgets-definition 无编辑摘要 标签:手工回退 已被回退
- 17:152025年6月17日 (二) 17:15 差异 历史 −16 小 MediaWiki:Gadgets-definition →display-tools 标签:已被回退
- 17:142025年6月17日 (二) 17:14 差异 历史 +3 小 User:OctoberSama/common.js 无编辑摘要 标签:手工回退
- 17:102025年6月17日 (二) 17:10 差异 历史 +7,302 小 User:OctoberSama/ShowContributors.js 已移除至MediaWiki:Gadget-ShowContributors.js的重定向 当前 标签:移除重定向
- 17:092025年6月17日 (二) 17:09 差异 历史 −3 小 User:OctoberSama/common.js 无编辑摘要 标签:手工回退 已被回退
- 17:082025年6月17日 (二) 17:08 差异 历史 −137 小 MediaWiki:Gadgets-definition →display-tools 标签:已被回退
- 17:062025年6月17日 (二) 17:06 差异 历史 −582 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退
- 17:002025年6月17日 (二) 17:00 差异 历史 +582 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 16:522025年6月17日 (二) 16:52 差异 历史 +1,980 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退
- 16:482025年6月17日 (二) 16:48 差异 历史 −1,980 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 16:472025年6月17日 (二) 16:47 差异 历史 −829 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:手工回退
- 16:452025年6月17日 (二) 16:45 差异 历史 0 小 MediaWiki:Gadgets-definition 无编辑摘要 标签:已被回退
- 16:422025年6月17日 (二) 16:42 差异 历史 +824 小 MediaWiki:Gadget-ShowContributors.js 无编辑摘要 标签:已被回退
- 16:412025年6月17日 (二) 16:41 差异 历史 +158 小 MediaWiki:Gadgets-definition 无编辑摘要 标签:手工回退 已被回退