主要公开日志
更多操作
所有Tiancheng Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模块:Int(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模块:String(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模块:Template translation(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Clear(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Int(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Collapse bottom(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Dir(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Collapse top(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Localized link(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Ll(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Pagelang(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Translatable(1个版本)
- 2025年11月25日 (二) 11:12 WikiAdmin 留言 贡献通过文件上传导入了模板:Extension(1个版本)
- 2025年11月25日 (二) 09:22 WikiAdmin 留言 贡献创建了页面模块:TableTools (创建页面,内容为“--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #inv…”)
- 2025年11月25日 (二) 09:21 WikiAdmin 留言 贡献创建了页面模块:ExtensionJson (创建空白页面)
- 2025年11月25日 (二) 09:20 WikiAdmin 留言 贡献创建了页面模板:Extension (创建页面,内容为“<noinclude> <languages/> </noinclude><!-- --><templatestyles src="Template:Infobox/styles.css" /><!-- --><templatestyles src="Template:Extension/styles.css" /><!-- --><templatestyles src="Template:Extension/status.css" /><!-- --><includeonly>{{#switch:<translate></translate> | = {{#ifeq:{{lc:{{{status}}}}}|unmaintained|{{#ifeq:{{NAMESPACE}}|Extension|{{#invoke:Extension|unmaintained}}}}}} {{#if: {{{phabricator|{{{bugzilla|}}}}}} | {{Ptag|{{{phabricator|MediaWik…”) 标签:已重建
- 2025年11月25日 (二) 09:18 WikiAdmin 留言 贡献删除页面模块:ZhConversion/data (内容为:“local data = { max_length = 0, ['zh-tw'] = {}, ['zh-hk'] = {}, ['zh-cn'] = {}, } local mwtable = mw.loadData(Module:ZhConversion/mwtable) local function merge (a, b) for k, v in pairs(b) do a[k] = v if mw.ustring.len(k) > data.max_length then data.max_length = mw.ustring.len(k) end end end merge(data['zh-tw'], mwtable['zh-hant']) merge(data['zh-tw…”,唯一贡献者是“WikiAdmin”(讨论))
- 2025年11月25日 (二) 09:17 WikiAdmin 留言 贡献删除页面模块:ZhConversion (内容为:“local p={} local zhcvt = mw.loadData('Module:ZhConversion/data') function p.to_tw(str) local input_str = str if type(str) == "table" then input_str = (str.args or {})[1] or str[1] or '' elseif type(str) ~= "string" then input_str = tostring(str) end return p._language_cvt(input_str, zhcvt['zh-tw'], zhcvt.max_length) end function p.to_hk(str) local input_str…”,唯一贡献者是“WikiAdmin”(讨论))
- 2025年11月25日 (二) 09:15 WikiAdmin 留言 贡献创建了页面模块:ZhConversion/data (创建页面,内容为“local data = { max_length = 0, ['zh-tw'] = {}, ['zh-hk'] = {}, ['zh-cn'] = {}, } local mwtable = mw.loadData(Module:ZhConversion/mwtable) local function merge (a, b) for k, v in pairs(b) do a[k] = v if mw.ustring.len(k) > data.max_length then data.max_length = mw.ustring.len(k) end end end merge(data['zh-tw'], mwtable['zh-hant']) merge(data['zh-tw'], mwtable['zh-tw']) merge(data['zh-hk'], mwtable['zh-hant']) merge(data['zh-hk'], mwtable['z…”)
- 2025年11月25日 (二) 09:14 WikiAdmin 留言 贡献创建了页面模块:ZhConversion (创建页面,内容为“local p={} local zhcvt = mw.loadData('Module:ZhConversion/data') function p.to_tw(str) local input_str = str if type(str) == "table" then input_str = (str.args or {})[1] or str[1] or '' elseif type(str) ~= "string" then input_str = tostring(str) end return p._language_cvt(input_str, zhcvt['zh-tw'], zhcvt.max_length) end function p.to_hk(str) local input_str = str if type(str) == "table" then input_str = (str.args or {})[1] or str[1] or '' elseif…”)
- 2025年11月25日 (二) 09:09 WikiAdmin 留言 贡献创建了页面模块:Tabber (创建页面,内容为“local p = {} function p.main(frame) return p.tabber(frame:getParent().args[1]) end function p.tabber(body) if not body or body == '' then return mw.getCurrentFrame():extensionTag('tabber') end local zhcv = require('Module:ZhConversion') local bodycn = {} local bodytw = {} local bodyhk = {} for _, part in ipairs(mw.text.split(body, '|-|', true)) do local name, content = part:match('^(.-)=(.*)$') if not name or not content then name = part en…”)
- 2025年11月25日 (二) 09:08 WikiAdmin 留言 贡献创建了页面模块:STConversion (创建页面,内容为“local p = {} local fallbackString = mw.getCurrentFrame():extensionTag('nowiki') local function item( variant, content ) if not content then return '' end if string.match( content, '^()%s*$' ) then return variant .. ':' .. fallbackString .. ';' end return variant .. ':' .. string.match( content, '^.*%S' ) .. ';' end function p.call( args ) return '-{' .. ( args.mode and ( args.mode .. '|' ) or '' ) .. item( 'zh-cn', args[ 'zh-cn' ] or args[ 1 ] )…”)
- 2025年11月25日 (二) 09:07 WikiAdmin 留言 贡献创建了页面模块:Animate (创建页面,内容为“local p = {} function p.animate( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local files = args[1] or '' local size = args[2] or '' local link = args['link'] or args[3] or '' local class = args['class'] or args[4] or '' if size ~= '' then size = '|' .. size end if link ~= '' then link = '|link=' .. link end if class ~= '' then class = '|class=' .. class end local images = {} for image in mw.te…”)
- 2025年11月25日 (二) 09:04 WikiAdmin 留言 贡献创建了页面模块:ProcessArgs (创建页面,内容为“local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getPar…”)
- 2025年11月24日 (一) 19:45 WikiAdmin 留言 贡献保护了MediaWiki:Beian [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史)
- 2025年11月24日 (一) 19:42 WikiAdmin 留言 贡献创建了页面MediaWiki:Beian (创建页面,内容为“<strong>桂ICP备2023004021号-1</strong>”)
- 2025年11月24日 (一) 07:39 WikiAdmin 留言 贡献创建了页面模板:Infobox row (创建页面,内容为“<includeonly>{{ #invoke: Infobox | infoboxRow }}</includeonly>”)
- 2025年11月24日 (一) 07:38 WikiAdmin 留言 贡献创建了页面模块:Image area (创建页面,内容为“local p = {} local function imageLink( name, size, class ) local rows = { 'File:'..name } if size then table.insert(rows, ''..size) end if class then table.insert(rows, 'class='..class) end if name == 'No image.svg' then table.insert(rows, 'link=') end return '')..'' end local function parseImage( name, size, class ) if name:match( ';' ) then return require( 'Module:Animate' ).animate{ name, size, nil, class }…”)
- 2025年11月24日 (一) 07:37 WikiAdmin 留言 贡献创建了页面模板:Image area (创建页面,内容为“<includeonly>{{#invoke: Image area | imageArea }}</includeonly>”)
- 2025年11月24日 (一) 07:30 WikiAdmin 留言 贡献创建了页面模块:TSLoader (创建页面,内容为“local p = {} function p.call( name ) if not name then return nil end return mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = name } } end function p.main( f ) local args = f local frame = mw.getCurrentFrame() if f == frame then args = require( 'Module:ProcessArgs' ).merge( true ) end return p.call( args[ 1 ] ) end return p”)
- 2025年11月24日 (一) 07:30 WikiAdmin 留言 贡献创建了页面模板:TSLoader (创建页面,内容为“<includeonly>{{ #invoke: TSLoader | main }}</includeonly>”)
- 2025年11月24日 (一) 07:29 WikiAdmin 留言 贡献创建了页面模板:Infobox (创建页面,内容为“<includeonly>{{tsl|Template:Infobox/styles.css}}{{#invoke: infobox | infobox }}</includeonly>”)
- 2025年11月24日 (一) 07:23 WikiAdmin 留言 贡献创建了页面模块:Infobox (创建页面,内容为“local p = {} function p.infobox() local args = require( 'Module:ProcessArgs' ).merge( true ) return args[ 'infobox-body-only' ] and p.body( args ) or p.fullInfobox( args ) end function p.infoboxBody() return p.body( require( 'Module:ProcessArgs' ).merge( true ) ) end function p.infoboxRows() return p.rows( require( 'Module:ProcessArgs' ).merge( true ) ) end function p.infoboxRow() return p.row( require( 'Module:ProcessArgs' ).merge( true ) ) end funct…”)
- 2025年11月24日 (一) 07:21 WikiAdmin 留言 贡献删除页面模板:Extension (内容为:“<noinclude> <languages/> </noinclude><!-- --><templatestyles src="Template:Infobox/styles.css" /><!-- --><templatestyles src="Template:Extension/styles.css" /><!-- --><templatestyles src="Template:Extension/status.css" /><!-- --><includeonly>{{#switch:<translate></translate> | = {{#ifeq:{{lc:{{{status}}}}}|unmaintained|{{#ifeq:{{NAMESPACE}}|Extension|{{#invoke:Extensio…”,唯一贡献者是“WikiAdmin”(讨论))
- 2025年11月23日 (日) 21:55 WikiAdmin 留言 贡献创建了页面模块:String (创建页面,内容为“--[[ 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 whitespace. Global options ignore_errors: If set to 'true' or 1, a…”)
- 2025年11月23日 (日) 21:54 WikiAdmin 留言 贡献创建了页面模板:Extension/status.css (创建页面,内容为“******************* * Extension Status * ******************: Unstable: .ext-status-unstable, .ext-status-unstable td { border-color: #d33; } .ext-status-unstable .ext-infobox-header { background-color: #d33; color: #fff; } .ext-status-unstable .ext-infobox-header a { color: #fff; } Experimental: .ext-status-experimental, .ext-status-experimental td { border-color: #ff4500; } .ext-status-experimental .ext-infobox-header { background-colo…”)
- 2025年11月23日 (日) 21:54 WikiAdmin 留言 贡献创建了页面模板:Extension/styles.css (创建页面,内容为“.ext-infobox > tbody > tr > td:first-child { vertical-align: top; } .ext-infobox > tbody > tr > td abbr { white-space: nowrap; } .ext-infobox .mw-collapsible-header, .ext-infobox .mw-collapsible-toggle { font-weight: bold; } .ext-infobox .mw-collapsible-content { margin-top: .2em; padding-top: .2em; } .ext-infobox-header > th, .ext-infobox caption, .ext-infobox-image, .ext-infobox-translate { text-align: center; } .ext-infobox-name { font-size: 130%…”)
- 2025年11月23日 (日) 21:51 WikiAdmin 留言 贡献创建了页面模板:Extension (创建页面,内容为“<noinclude> <languages/> </noinclude><!-- --><templatestyles src="Template:Infobox/styles.css" /><!-- --><templatestyles src="Template:Extension/styles.css" /><!-- --><templatestyles src="Template:Extension/status.css" /><!-- --><includeonly>{{#switch:<translate></translate> | = {{#ifeq:{{lc:{{{status}}}}}|unmaintained|{{#ifeq:{{NAMESPACE}}|Extension|{{#invoke:Extension|unmaintained}}}}}} {{#if: {{{phabricator|{{{bugzilla|}}}}}} | {{Ptag|{{{phabricator|MediaWik…”)
- 2025年11月23日 (日) 21:48 WikiAdmin 留言 贡献创建了页面模块:Extension (创建页面,内容为“local lang = mw.language.getContentLanguage() local translation = mw.getCurrentFrame():callParserFunction{name='#translation', args="1"} local addr = { GNU = '//www.gnu.org/licenses/', OSI = '//opensource.org/licenses/', CC = '//creativecommons.org/licenses/', Mozilla = '//www.mozilla.org/' } local cats = { GPL = 'GPL licensed extensions', FDL = 'FDL licensed extensions', LGPL = 'LGPL licensed extensions', AGPL = 'AGPL licensed extensions',…”)
- 2025年11月23日 (日) 21:29 WikiAdmin 留言 贡献保护了模板:Infobox/styles.css [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)
- 2025年11月23日 (日) 21:28 WikiAdmin 留言 贡献创建了页面模板:Infobox/styles.css (创建页面,内容为“* * Common TemplateStyles used by Template:Extension, Template:Skin, * Template:Tool, etc.: .infobox { box-sizing: border-box; border: 2px solid var( --border-color-base, #a2a9b1 ); width: 280px; border-collapse: collapse; border-spacing: 0; background-color: white; color: #333; these are overriden by .infobox-rtl on the templates of interest: @noflip: clear: right; @noflip: float: right; @noflip: margin: 0 0…”)
- 2025年11月23日 (日) 20:44 WikiAdmin 留言 贡献创建了页面模板:Quote (创建页面,内容为“<includeonly>{{tsl|Template:Quote/styles.css}}<div class="quote {{#if: {{{image|{{{4|}}}}}} | has-image }} {{#if: {{{author|{{{2|}}}}}}{{{custom|}}} | has-attribution }}"><!-- -->{{#if: {{{image|{{{4|}}}}}} | <div class="quote-image notpageimage">[[File:{{{image|{{{4|}}}}}}|64px|class= notpageimage]]</div> }}<!-- --><div class="quote-mark quote-mark-start">“</div><!-- --><blockquote class="quote-content mcwiki-quote"> {{{1}}} </blockquote><!-- --…”)
- 2025年11月23日 (日) 20:38 WikiAdmin 留言 贡献创建了页面模板:Quote/styles.css (创建页面,内容为“Category:模板样式: .quote { display: grid; grid-template-columns: 23px 1fr 23px; gap: 0 4px; align-items: center; max-width: max-content; } .quote.has-image { grid-template-columns: 64px 23px 1fr 23px; } .quote.has-attribution .quote-image { grid-row-end: span 2; } .quote-mark { font: bold 3.3em Times, "Times New Roman", "Linux Libertine", "Liberation Serif", serif; font-feature-settings: "halt" 1; color: #b2b7f2; } .quote-mark-start…”)
- 2025年11月23日 (日) 20:03 WikiAdmin 留言 贡献创建了页面404 (创建) 标签:可视化编辑
- 2025年11月23日 (日) 18:21 WikiAdmin 留言 贡献保护了模板:MainPage/tiles.css [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史)
- 2025年11月23日 (日) 18:14 WikiAdmin 留言 贡献创建了页面模板:MainPage/tiles.css (创建页面,内容为“div.tile { background-color: #888888; }”)
- 2025年11月23日 (日) 17:54 WikiAdmin 留言 贡献创建了页面MediaWiki:Citizen-footer-tagline (创建页面,内容为“[https://www.mctccr.cn 官方网站] [https://space.bilibili.com/1170347936 作者主页] [https://qm.qq.com/q/FNNRv0H0Kk 官方QQ群]”)
- 2025年11月23日 (日) 17:52 WikiAdmin 留言 贡献创建了页面MediaWiki:Citizen-footer-desc (创建页面,内容为“天城城市建设存档,由[https://space.bilibili.com/1170347936 姚鲜森学长]主导推出的城市建设存档”)
- 2025年11月23日 (日) 17:24 WikiAdmin 留言 贡献创建了页面MediaWiki:Citizen.css (创建页面,内容为“这里所有CSS都会加载给Citizen皮肤的用户: {{#css:Citizen.css}}”)
- 2025年11月23日 (日) 10:15 MediaWiki default 留言 贡献创建了页面首页