主要公开日志
更多操作
所有OTTOWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年6月18日 (三) 16:13 OctoberSama 留言 贡献创建了页面Module:Category handler (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Category_handler&oldid=46539633 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- --…”)
- 2025年6月18日 (三) 16:08 OctoberSama 留言 贡献创建了页面Module:Message box (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Message_box&oldid=83431479 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This is a meta-module for producing message box templates, including {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Require necessary modules. local getArgs = require('Module:Arguments').getArgs local categoryHandler = requi…”)
- 2025年6月18日 (三) 11:47 OctoberSama 留言 贡献创建了页面MediaWiki:Abusefilter-disallowed-01 (创建页面,内容为“<center>'''抱歉,您的编辑已被阻止'''</center> 原因如下: *'''您可能输入了不被允许的违规内容''' 现在您已被'''永久封禁''' <center>'''如果您认为此封禁有误,请联系站点维护人员。'''</center>”)
- 2025年6月18日 (三) 11:44 OctoberSama 留言 贡献删除页面MediaWiki:爆了 (快速删除 (不再使用))
- 2025年6月18日 (三) 09:27 OctoberSama 留言 贡献已将OctoberSan的用户组从审核豁免用户、机器人、行政员、用户查核员、临时账号IP查看者、版主(评论流)、论坛管理员、界面管理员、版主、privatedomains、推送订阅管理员、staff、监督员、管理员、translator、上传向导活动编辑者、小部件编辑者和手动确认用户更改至审核豁免用户、机器人、行政员、用户查核员、临时账号IP查看者、版主(评论流)、论坛管理员、界面管理员、版主、privatedomains、推送订阅管理员、staff、监督员、translator、上传向导活动编辑者、小部件编辑者和手动确认用户 (测试用)
- 2025年6月17日 (二) 23:23 OctoberSama 留言 贡献保护了Template:Img [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (重要模板) (历史)
- 2025年6月17日 (二) 22:27 OctoberSama 留言 贡献创建了页面Module:TemplateParameters (创建页面,内容为“--源代码来自维基百科: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…”)
- 2025年6月17日 (二) 20:50 OctoberSama 留言 贡献创建了页面MediaWiki:Scribunto-doc-page-show (创建页面,内容为“{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}|{{#ifexist:{{FULLPAGENAME}}/doc|{{FULLPAGENAME}}/doc|{{NAMESPACE}}:{{BASEPAGENAME}}/doc}}}}”)
- 2025年6月17日 (二) 20:47 OctoberSama 留言 贡献创建了页面Module:Nav/doc (创建空白页面)
- 2025年6月17日 (二) 20:16 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 20:15 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 20:13 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 20:11 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 20:00 OctoberSama 留言 贡献创建了页面MediaWiki:Scribunto-doc-page-does-not-exist (创建页面,内容为“{{#invoke:documentation|nonexistent|_content={{ {{#invoke:documentation|contentTitle}}}}}}”)
- 2025年6月17日 (二) 19:58 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 19:55 OctoberSama 留言 贡献创建了页面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”)
- 2025年6月17日 (二) 19:53 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 19:52 OctoberSama 留言 贡献创建了页面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…”)
- 2025年6月17日 (二) 19:46 OctoberSama 留言 贡献创建了页面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,…”)
- 2025年6月17日 (二) 19:35 OctoberSama 留言 贡献还原页面Template:Documentation/docname(2个修订版本) (误删除)
- 2025年6月17日 (二) 19:33 OctoberSama 留言 贡献删除页面Template:Documentation/docname (快速删除 (不再使用))
- 2025年6月17日 (二) 19:32 OctoberSama 留言 贡献删除页面Module:Nav/doc (快速删除 (测试))
- 2025年6月17日 (二) 19:32 OctoberSama 留言 贡献创建了页面Module:Nav/doc (创建页面,内容为“测试”)
- 2025年6月17日 (二) 18:58 OctoberSama 留言 贡献创建了页面MediaWiki:Gadget-ShowContributors (创建页面,内容为“页面贡献者统计”)
- 2025年6月17日 (二) 16:15 OctoberSan 留言 贡献删除页面User:OctoberSan/common.js (快速删除 ( ))
- 2025年6月17日 (二) 16:03 OctoberSama 留言 贡献移动页面MediaWiki:Gadget-ShowContributors.css至MediaWiki:Gadget-ShowContributors.css (快速重命名 → MediaWiki:Gadget-ShowContributors.css)
- 2025年6月17日 (二) 16:03 OctoberSama 留言 贡献移动页面MediaWiki:Gadget-ShowContributors.js至MediaWiki:Gadget-ShowContributors.js,不留重定向 (快速重命名 → MediaWiki:Gadget-ShowContributors.js)
- 2025年6月17日 (二) 15:59 OctoberSama 留言 贡献移动页面User:OctoberSama/citizen.css至MediaWiki:Gadget-ShowContributors.css (快速重命名 → mediawiki:Gadget-ShowContributors.css)
- 2025年6月17日 (二) 15:59 OctoberSama 留言 贡献移动页面User:OctoberSama/ShowContributors.js至MediaWiki:Gadget-ShowContributors.js (快速重命名 → mediawiki:Gadget-ShowContributors.js)
- 2025年6月17日 (二) 15:42 OctoberSan 留言 贡献创建了页面User:OctoberSan/common.js (创建页面,内容为“//贡献者统计 mw.loader.load("/index.php?title=User:OctoberSama/ShowContributors.js&action=raw&ctype=text/javascript");”)
- 2025年6月17日 (二) 15:27 OctoberSama 留言 贡献已将OctoberSan的用户组从审核豁免用户和手动确认用户更改至审核豁免用户、手动确认用户、机器人、管理员、界面管理员、行政员、监督员、translator、staff、推送订阅管理员、用户查核员、临时账号IP查看者、小部件编辑者、版主、论坛管理员、privatedomains、上传向导活动编辑者和版主(评论流) (测试)
- 2025年6月17日 (二) 14:09 OctoberSama 留言 贡献创建了页面User:OctoberSama/citizen.css (创建页面,内容为“#show-contributor-table { display: inline-table !important; max-width: 100% !important; }”)
- 2025年6月17日 (二) 10:45 用户账号Nagaeiku193 留言 贡献已创建
- 2025年6月17日 (二) 09:02 OctoberSama 留言 贡献删除页面Common.css old20250401 (快速删除 (没必要 而且也不该放在主名字空间))
- 2025年6月17日 (二) 09:02 OctoberSama 留言 贡献删除页面使用了AIGC的页面公示 (快速删除 (没必要 而且也不该放在主名字空间))
- 2025年6月16日 (一) 21:18 OctoberSama 留言 贡献创建了页面Template:Img/doc (创建页面,内容为“本模版用于在条目内插入<code><img></code>标签(用以插入外链图片)。 站内图片的插入请参见help:图像,<span class="error">请勿使用外链插入本站图片!会导致图片链入不被统计。</span> == 用法 == 最简单的用法只需要一个匿名参数: <pre>{{img|url=https://s2.loli.net/2025/06/16/JPTAvWOXl4NhS1G.jpg}}</pre> 效果: {{img|url=https://s2.loli.net/2025/06/16/JPTAvWOXl4NhS1G.jpg}} == 参数 == *'''…”)
- 2025年6月16日 (一) 19:03 琪露若 留言 贡献创建了页面Template:引言 ((InPageEdit-preference-summary-default))
- 2025年6月16日 (一) 18:52 OctoberSama 留言 贡献删除页面User:OctoberSama/citizen.css (快速删除 ( ))
- 2025年6月16日 (一) 18:51 OctoberSama 留言 贡献创建了页面User:OctoberSama/citizen.css (创建页面,内容为“:root { --font-family-citizen-base: 'Times New Roman', Times, serif; }”)
- 2025年6月16日 (一) 18:50 OctoberSama 留言 贡献删除页面User:OctoberSama/common.css (快速删除 ( ))
- 2025年6月16日 (一) 18:47 OctoberSama 留言 贡献创建了页面User:OctoberSama/common.css (创建页面,内容为“:root { --font-family-citizen-base: 'Roboto Serif' }”)
- 2025年6月16日 (一) 18:43 OctoberSama 留言 贡献创建了页面MediaWiki:Gadget-Font-citizen (创建页面,内容为“正文字体 <small>适用于citizen(公民)皮肤。</small>”)
- 2025年6月16日 (一) 18:39 OctoberSama 留言 贡献创建了页面MediaWiki:Gadget-Font-citizen.css (创建页面,内容为“root { --font-family-citizen-base: "WenKai", "Merriweather", serif, "Songti SC", "Noto Serif CJK SC"; }”)
- 2025年6月16日 (一) 17:13 OctoberSama 留言 贡献创建了页面Template:& (创建页面,内容为“<onlyinclude>&</onlyinclude><noinclude>{{doc}}</noinclude>”)
- 2025年6月16日 (一) 16:58 OctoberSama 留言 贡献更改Special:日志/block1个日志事件的可见性:隐藏内容 (隐私保护)
- 2025年6月16日 (一) 16:57 OctoberSama 留言 贡献(日志详情已移除) (滥用多个账号进行破坏、扰乱视听、创建敏感条目、大量发送垃圾评论、编写无关内容)
- 2025年6月16日 (一) 13:59 SALTYBOTS 留言 贡献 (上传了新头像)
- 2025年6月16日 (一) 13:53 用户账号SALTYBOTS 留言 贡献已创建
- 2025年6月16日 (一) 11:18 OctoberSama 留言 贡献创建了页面OTTOWiki:沙盒 (创建页面,内容为“{{img|https://s2.loli.net/2025/06/16/JPTAvWOXl4NhS1G.jpg|alt=测试}}”)
- 2025年6月16日 (一) 10:29 OctoberSama 留言 贡献创建了页面Template:Img (创建页面,内容为“<includeonly>{{#if:{{{src|{{{url|{{{1|}}}}}}}}} |{{#widget:img|url={{{src|{{{url|{{{1|}}}}}}}}}|alt={{{alt|{{{src|{{{url|{{{1|}}}}}}}}}}}}|width={{{width|50px}}}|height={{{height|{{{width|50px}}}}}}|style={{{style|}}}|id={{{id|}}}|class={{{class|}}}}} |<span class="error">错误:未正确传入图片参数</span>}}</includeonly><noinclude>{{doc}}</noinclude>”)