主要公开日志
更多操作
所有OGAS数据中枢公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Supt (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Ac (Python脚本批量补全基础模板) 标签:新重定向
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Ruby (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:ArticleCategory (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Eye color (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Languageicon (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Infobox (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Str len (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:- (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:专题导航 (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:胡话 (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:TextHover (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Info (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Lang (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Tabs (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Border (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:MoepadArtwork (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Ja icon (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:TimeSinceLastEdit (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:En (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Ja (Python脚本批量补全基础模板) 标签:新重定向
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Infobox brick (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 16:16 秋绘君 留言 贡献创建了页面Template:Str test (Python脚本批量补全基础模板)
- 2026年1月22日 (四) 14:09 秋绘君 留言 贡献创建了页面Module:TemplateAsyncLoad (创建页面,内容为“local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) local titleArgKey = 'TemplateAsyncLoadTitle' local title = args[titleArgKey] local titleObj -- 标题检查 assert(title, '未输入标题参数') titleObj = mw.title.new(title, 'Template') assert(titleObj, '无效标题') assert(not titleObj.isExternal and titleObj.namespace == 10, '仅可输入模板标题') assert(titleObj.exists, '模板不存在') --…”)
- 2026年1月22日 (四) 14:09 秋绘君 留言 贡献创建了页面Module:String (创建页面,内容为“--[[ 引自维基百科(enwp:Module:String,oldid=552254999) This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whi…”)
- 2026年1月22日 (四) 13:43 秋绘君 留言 贡献创建了页面Module:Str test (创建页面,内容为“local module = {} function module.main(frame) local args = frame.args local str = args[1] local ptn = mw.text.decode(mw.text.unstripNoWiki(args[2])) if mw.ustring.find(str, ptn) == nil then return '' else return 1 end end function module.MultiMatch(frame) local parent = frame:getParent() if parent and parent:getTitle() == "Template:Str substr" then frame = parent end local args = frame.args local str = args[1] local result = "" local i = 2 wh…”)
- 2026年1月22日 (四) 13:42 秋绘君 留言 贡献创建了页面Module:SafeCate (创建页面,内容为“local module = {} local function _isvalid(value) return value ~= nil and type(value) == "string" and mw.text.trim(value) ~= "" end function module.main(frame) local strict = frame local parent = frame:getParent() if not _isvalid(frame.args[1]) then if not (parent and _isvalid(parent.args[1])) then return end local title = parent:getTitle() if title == "Template:SafeCate" then strict, frame = parent, parent elseif mw.title.new(title).namespace =…”)
- 2026年1月22日 (四) 13:40 秋绘君 留言 贡献创建了页面Module:Ruby (创建页面,内容为“local module = {} local g_frame function get_arg ( name, plain ) if g_frame.args[name] and (mw.text.trim(g_frame.args[name]) ~= '' or plain) then return mw.text.trim(g_frame.args[name]) end end function module.ruby ( frame ) local parent = frame:getParent() if parent and (parent:getTitle() == "Template:Ruby" or parent:getTitle() == "Template:Ruby/Sandbox" or parent:getTitle() == "Template:沙盒") then frame = parent end g_frame = frame local args…”)
- 2026年1月22日 (四) 13:39 秋绘君 留言 贡献创建了页面Module:Nav (创建页面,内容为“local nav = {} local notnil = function(value, default) return value or default end local __nn = notnil local notnilnorempty = function(value, default) if value == nil then return default elseif type(value) == "string" and value == "" then return default else return value end end local __nne = notnilnorempty local notnilnorwhitespace = function(value, default) if value == nil then return default elseif type(value) == "string" then…”)
- 2026年1月22日 (四) 13:38 秋绘君 留言 贡献创建了页面Module:ISBN (创建页面,内容为“local module = {} --[[--------------------------< IS _ V A L I D _ I S X N >----------------------------------------------------- ISBN-10 and ISSN validator code calculates checksum across all isbn/issn digits including the check digit. ISBN-13 is checked in check_isbn(). If the number is valid the result will be 0. Before calling this function, issbn/issn must be checked for length and stripped of dashes, spaces and other non-isxn characters. ]] local f…”)
- 2026年1月22日 (四) 13:35 秋绘君 留言 贡献创建了页面Module:BilibiliVideoIDValidator (创建页面,内容为“return { validation = function(frame) local flag = false local id = mw.text.trim(frame.args.id or "") local regex = "[A-HJ-NP-Za-km-z1-9]+$" -- 1. 有明确的 av 前缀且符合 aid 规则 if mw.ustring.match(id, "^[Aa][Vv][1-9]%d*$") then flag = true -- 2. 有明确的 bv 前缀且符合 bvid 规则 elseif string.len(id) == 12 and mw.ustring.match(id, "^[bB][vV]1" .. regex) then…”)
- 2026年1月22日 (四) 12:19 用户账号G36 留言 贡献已创建
- 2026年1月21日 (三) 15:33 XLemon 留言 贡献创建了页面User:XLemon (创建页面,内容为“http://gf-ogas.wiki/index.php/Special:CreateAccount BC2067中,武陵人捕bug为业。缘internet行,忘网路之远近。忽逢vector林,夹岸数百步,中无moeskin,芳草鲜美,落樱缤纷。愚人甚异之,复前行,欲穷其wiki。 wiki尽水源,便得一山,山有QQ,仿佛若有光。便舍船,从Q入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有土豆、洋芋、马铃…”) 标签:可视化编辑:已切换
- 2026年1月21日 (三) 15:18 秋绘君 留言 贡献更改了XLemon的用户组:授予了管理员
- 2026年1月21日 (三) 15:15 Sunddreissig 留言 贡献创建了页面User:97% (创建页面,内容为“🥔”)
- 2026年1月21日 (三) 15:15 用户账号XLemon 留言 贡献已创建
- 2026年1月21日 (三) 15:15 秋绘君 留言 贡献更改了97%的用户组:授予了管理员
- 2026年1月21日 (三) 15:12 用户账号97% 留言 贡献已创建
- 2026年1月21日 (三) 14:53 秋绘君 留言 贡献更改了Blitz0722的用户组:授予了管理员
- 2026年1月21日 (三) 14:53 秋绘君 留言 贡献更改了蝎狮aoe的用户组:授予了管理员
- 2026年1月21日 (三) 14:21 用户账号蝎狮aoe 留言 贡献已创建
- 2026年1月21日 (三) 11:26 用户账号Blitz0722 留言 贡献已创建
- 2026年1月20日 (二) 15:01 秋绘君 留言 贡献更改了蔡旭皮的用户组:授予了管理员
- 2026年1月20日 (二) 14:58 Sunddreissig 留言 贡献创建了页面User:Sunddreissig (创建页面,内容为“ {{Cquote|{{font|size=24px|{{Color|#fff; text-shadow:0 0 1em #800000,0 0 0.7em #E60000,0 0 0.5em #FF2400,0 0 0.2em #FF9900|'''{{ruby|您好啊,{{UserName}}Welcome here!'''}}}}}}}} == 我的编辑 == ===填坑中...=== *少前笑话 *丛林野战排2 *Template:少女前线 ==常用模板/沙盒组传送门== {{4columns |1= ===沙盒组=== *{{coloredlink|#E60000|U:Sunddreissig/Private Sandbox|'''自用沙盒'''}} *{{coloredlink|#007FFF|U:Sunddre…”) 标签:可视化编辑:已切换
- 2026年1月20日 (二) 14:57 秋绘君 留言 贡献更改了Sunddreissig的用户组:授予了管理员
- 2026年1月20日 (二) 14:56 用户账号蔡旭皮 留言 贡献已创建
- 2026年1月20日 (二) 14:54 用户账号Sunddreissig 留言 贡献已创建
- 2026年1月20日 (二) 14:32 秋绘君 留言 贡献创建了页面MediaWiki:Sidebar (创建页面,内容为“ * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** specialpages-url|specialpages * SEARCH * TOOLBOX * LANGUAGES”)
- 2026年1月20日 (二) 13:34 Maintenance script 留言 贡献创建了页面MediaWiki:Common.css (System Init)
- 2026年1月20日 (二) 12:48 MediaWiki default 留言 贡献创建了页面首页