主要公开日志
更多操作
所有INFWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年8月2日 (六) 22:22 9Yan 留言 贡献创建了页面Vehicle (创建页面,内容为“require( 'strict' ) local Vehicle = {} local BOUNDS = { ScmSpeed = { min = 45, max = 300 }, MaximumSpeed = { min = 20, max = 1485 }, ReverseSpeed = { min = 7, max = 34 }, RollRate = { min = 15, max = 234 }, PitchRate = { min = 7, max = 97 }, YawRate = { min = 8, max = 97 } } local metatable = {} local methodtable = {} metatable.__index = methodtable local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module…”)
- 2025年8月2日 (六) 22:19 9Yan 留言 贡献创建了页面InfoboxNeue/doc (创建页面,内容为“{{Documentation}} {{t|InfoboxNeue}} is a general use infobox template. See Module:InfoboxNeue for more documentation. === Usage === <syntaxhighlight> {{InfoboxNeue | snippet = <!-- Text that goes after "Quick facts: ", defaults to the page's root name --> | image = <!-- File name without namespace prefix --> | indicator = <!-- Indicator data, required for the other indicator arguments --> | indicatorClass = <!-- Indicator…”)
- 2025年8月2日 (六) 22:18 9Yan 留言 贡献创建了页面InfoboxNeue (创建页面,内容为“<includeonly>{{#invoke:InfoboxNeue|fromArgs}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2025年8月2日 (六) 22:17 9Yan 留言 贡献创建了页面FloatingUI (创建页面,内容为“--- Lua functions for Extension:FloatingUI --- --- WARNING --- ------- --- THIS IS AN EXPERIMENTAL MODULE MADE FOR AN EXPERIMENTAL EXTENSION --- THIS IS NOT READY FOR PRODUCTION AND SUBJECT TO CHANGE --- ------- local FloatingUI = {} --- Check if a string is empty --- --- @param str string --- @return boolean local function isStringEmpty( str ) return str == nil or str == '' end --- Return the HTML of the FloatingUI section component as string --- --- @…”)
- 2025年8月2日 (六) 22:16 9Yan 留言 贡献创建了页面InfoboxNeue/styles.css (创建页面,内容为“.infobox { margin-bottom: var(--space-md); width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); background-color: transparent; font-size: var(--font-size-small); line-height: var(--line-height-xx-small); box-sizing: content-box; } .infobox[open] { background-color: var(--color-surface-1); } .infobox__content { position: relative; } .infobox__image { position: relative; margin-bott…”)
- 2025年8月2日 (六) 22:15 9Yan 留言 贡献创建了页面InfoboxNeue/example (创建页面,内容为“local p = {} local infobox = require( 'Module:InfoboxNeue' ):new() function p.makeComponentsExample() local sectionTable = {} infobox:renderImage( 'Pico at New Babbage 1 1.jpg' ) infobox:renderIndicator( { data = 'Indicator', desc = 'Indicator message', } ) infobox:renderHeader( { title = 'Title', subtitle = 'Subtitle' } ) sectionTable = { infobox:renderItem( { label = 'Item label', data = 'Item data' } ), infobox:renderItem( {…”)
- 2025年8月2日 (六) 22:14 9Yan 留言 贡献创建了页面InfoboxNeue/doc (创建页面,内容为“{{Documentation|scwShared=true}} This module is used by Lua modules to build infobox. == Components == {{#invoke:InfoboxNeue/example|makeComponentsExample}} === Image === <syntaxhighlight lang="lua"> infobox:renderImage( 'Pico at New Babbage 1 1.jpg' ) </syntaxhighlight> === Indicator === {| class="wikitable" ! Parameter !! Description !! Type !! Status |- | <code>data</code> || Data of the indicator || string || '''required''' |- | <code>desc</c…”)
- 2025年8月2日 (六) 22:12 9Yan 留言 贡献创建了页面InfoboxNeue (创建页面,内容为“local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n' ):new() metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderInfobox() ) end --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --…”)
- 2025年8月2日 (六) 22:12 9Yan 留言 贡献创建了页面System (创建页面,内容为“local System = {} local Array = require( 'Module:Array' ) local Starmap = require( 'Module:Starmap_old' ) local Infobox = require( 'Module:InfoboxNeue' ) local TNT = require( 'Module:Translate' ):new() local config = mw.loadJsonData( 'Module:System/config.json' ) local lang if config[ 'module_lang' ] then lang = mw.getLanguage( config[ 'module_lang' ] ) else lang = mw.getContentLanguage() end local langCode = lang:getCode() --- Wrapper function for Module:…”)
- 2025年8月2日 (六) 22:08 9Yan 留言 贡献创建了页面Error (创建页面,内容为“-- Imported from: https://en.wikipedia.org/wiki/Module:Error -- This module implements {{error}}. local p = {} local function _error(args) local tag = string.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message o…”)
- 2025年8月2日 (六) 21:43 9Yan 留言 贡献创建了页面DependencyList (创建页面,内容为“<includeonly>{{#invoke:DependencyList|main}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2025年8月2日 (六) 21:24 9Yan 留言 贡献创建了页面DependencyList/i18n.json (创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:DependencyList" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "message_unused_module_title", { "de": "Dieses Modul wird nicht verwendet.", "en": "This module is unused." } ], [ "message_unused_module_desc", { "de": "Dieses Modul wird…”)
- 2025年8月2日 (六) 21:24 9Yan 留言 贡献删除页面DependencyList/i18n.json (内容为:“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:DependencyList" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "message_unused_module_title", { "de": "Dieses Modul wird nicht verwendet.", "en": "This module is unused."…”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 21:21 9Yan 留言 贡献移动页面DependencyList/i18n.json至DependencyList/i18n.json,不留重定向
- 2025年8月2日 (六) 21:20 9Yan 留言 贡献创建了页面DependencyList/i18n.json (创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:DependencyList" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "message_unused_module_title", { "de": "Dieses Modul wird nicht verwendet.", "en": "This module is unused." } ], [ "message_unused_module_desc", { "de": "Dieses Modul wird…”)
- 2025年8月2日 (六) 20:56 9Yan 留言 贡献创建了页面T/piece (创建页面,内容为“{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>”)
- 2025年8月2日 (六) 20:55 9Yan 留言 贡献删除页面T/piece (内容为:“{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 20:54 9Yan 留言 贡献移动页面T/piece1至T/piece,覆盖重定向
- 2025年8月2日 (六) 20:54 9Yan 留言 贡献通过覆盖删除重定向T/piece (删除以便移动模板:T/piece1)
- 2025年8月2日 (六) 20:54 9Yan 留言 贡献移动页面T/piece至T/piece1
- 2025年8月2日 (六) 20:50 9Yan 留言 贡献创建了页面i18n/category/en.json (创建页面,内容为“{ "category_documentation": "%s documentation", "category_error_item_missing_manufacturer": "Items missing manufacturer", "category_error_item_missing_uuid": "Items missing UUID", "category_error_pages_with_script_errors": "Pages with script errors", "category_error_item_missing_type_label": "Items missing type label", "category_error_item_missing_type_category": "Items missing type category", "category_ground_vehicle": "Ground vehicles", "category_grou…”)
- 2025年8月2日 (六) 20:20 9Yan 留言 贡献删除页面WikimediaUI-Language.svg (内容为:“”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 20:19 9Yan 留言 贡献创建了页面WikimediaUI-Language.svg
- 2025年8月2日 (六) 20:19 9Yan 留言 贡献上传WikimediaUI-Language.svg
- 2025年8月2日 (六) 20:17 9Yan 留言 贡献创建了页面Documentation/i18n.json (创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Documentation" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "module", { "de": "Modul", "en": "module" } ], [ "template", { "de": "Vorlage", "en": "template" } ], [ "message_subpage_title", { "de": "Dies ist die D…”)
- 2025年8月2日 (六) 20:08 9Yan 留言 贡献创建了页面WikimediaUI-Palette.svg
- 2025年8月2日 (六) 20:08 9Yan 留言 贡献上传WikimediaUI-Palette.svg
- 2025年8月2日 (六) 20:07 9Yan 留言 贡献创建了页面WikimediaUI-Alert.svg
- 2025年8月2日 (六) 20:07 9Yan 留言 贡献上传WikimediaUI-Alert.svg
- 2025年8月2日 (六) 20:05 9Yan 留言 贡献创建了页面WikimediaUI-ArticleDisambiguation-ltr.svg
- 2025年8月2日 (六) 20:05 9Yan 留言 贡献上传WikimediaUI-ArticleDisambiguation-ltr.svg
- 2025年8月2日 (六) 19:53 9Yan 留言 贡献创建了页面WikimediaUI-Notice.svg
- 2025年8月2日 (六) 19:53 9Yan 留言 贡献上传WikimediaUI-Notice.svg
- 2025年8月2日 (六) 19:52 9Yan 留言 贡献删除页面WikimediaUI-Notice.svg (内容为:“”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 19:51 9Yan 留言 贡献创建了页面WikimediaUI-Code.svg
- 2025年8月2日 (六) 19:51 9Yan 留言 贡献上传WikimediaUI-Code.svg
- 2025年8月2日 (六) 19:14 9Yan 留言 贡献删除页面T/piece (内容为:“{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 19:13 9Yan 留言 贡献创建了页面T/piece (创建页面,内容为“{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>”)
- 2025年8月2日 (六) 19:05 9Yan 留言 贡献创建了页面T/piece (创建页面,内容为“{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>”)
- 2025年8月2日 (六) 19:01 9Yan 留言 贡献创建了页面Documentation/doc (创建页面,内容为“{{Documentation}} The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc". ==Usage== Place {{t|documentation}} at the top of the documentation page. If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Templ…”)
- 2025年8月2日 (六) 18:54 9Yan 留言 贡献创建了页面WikimediaUI-Notice.svg
- 2025年8月2日 (六) 18:54 9Yan 留言 贡献上传WikimediaUI-Notice.svg
- 2025年8月2日 (六) 18:53 9Yan 留言 贡献删除页面WikimediaUI-Notice.svg (内容为:“”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 18:46 9Yan 留言 贡献创建了页面WikimediaUI-Notice.svg
- 2025年8月2日 (六) 18:46 9Yan 留言 贡献上传WikimediaUI-Notice.svg
- 2025年8月2日 (六) 18:45 9Yan 留言 贡献删除页面WikimediaUI-Palette.svg (内容为:“”,唯一贡献者是“9Yan”(讨论))
- 2025年8月2日 (六) 18:42 9Yan 留言 贡献创建了页面WikimediaUI-Palette.svg
- 2025年8月2日 (六) 18:42 9Yan 留言 贡献上传WikimediaUI-Palette.svg
- 2025年8月2日 (六) 18:19 9Yan 留言 贡献创建了页面Hatnote/styles.css (创建页面,内容为“.hatnote-container { display: flex; align-items: center; padding: var(--space-sm) var(--space-md); margin-block: var(--space-md); background: var(--color-surface-1); border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); font-size: var(--font-size-small); line-height: var(--line-height-xx-small); } .hatnote-icon img { display: block; width: var(--font-size-small); height: auto; margin-right: var(--space-xs); opaci…”)
- 2025年8月2日 (六) 18:18 9Yan 留言 贡献创建了页面Mbox/styles.css (创建页面,内容为“.mbox { position: relative; display: flex; flex-direction: column; margin-block: var(--space-md); background-color: var(--color-surface-1); border: var(--border-base); border-radius: var(--border-radius-medium); font-size: var(--font-size-small); line-height: var(--line-height-xx-small); } .mbox.mbox-high { background-color: var(--background-color-destructive-subtle); } .mbox.mbox-med { background-color: var(--background-color-warning-subtle); } .…”)