所有NebulaeWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年5月16日 (五) 13:53 Kuina 留言 贡献创建了页面模块:I18n/doc (创建页面,内容为“{{Documentation|scwShared=true}}”)
- 2025年5月16日 (五) 13:53 Kuina 留言 贡献创建了页面模块:I18n (创建页面,内容为“require( 'strict' ) local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset namespace from key prefix --- --- @param key string The transla…”)
- 2025年5月16日 (五) 13:52 Kuina 留言 贡献创建了页面模块:Format link/doc (创建页面,内容为“{{Documentation|fromWikipedia=true}} This module, migrated from origins in Module:Hatnote, provides functionality for formatting links for display, including that powering the {{tl|format link}} template. It can pretty-format section links with the section symbol ("§") and appropriate whitespace, it automatically escapes category and file names with the colon trick, and includes functionality for italicizing the page or section name,…”)
- 2025年5月16日 (五) 13:52 Kuina 留言 贡献创建了页面模块:Format link (创建页面,内容为“-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------…”)
- 2025年5月16日 (五) 13:52 Kuina 留言 贡献创建了页面模块:Hatnote list/doc (创建页面,内容为“{{Documentation|fromWikipedia=true}} '''Module:Hatnote list''' produces and formats lists for use in hatnotes. In particular, it implements the for-see list, i.e. lists of "For X, see Y" statements, as used in {{t|about}}, {{t|redirect}}, and their variants. Also introduced are andList & orList helpers for formatting lists with those conjunctions.”)
- 2025年5月16日 (五) 13:51 Kuina 留言 贡献创建了页面模块:Hatnote list (创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. A…”)
- 2025年5月16日 (五) 13:51 Kuina 留言 贡献创建了页面模块:User error/doc (创建页面,内容为“{{Documentation}} A less intimidating version of the built-in <syntaxhighlight inline lang="lua">error(...)</syntaxhighlight> function, to help editors fix their mistakes when transcluding a template.”)
- 2025年5月16日 (五) 13:51 Kuina 留言 贡献创建了页面模块:User error (创建页面,内容为“-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Mo…”)
- 2025年5月16日 (五) 13:50 Kuina 留言 贡献创建了页面模板:Helper module/doc (创建页面,内容为“{{Documentation}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of the modules documentation. There is no limit to the number of functions this template can list. This template is called by Star Citizen:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module |name = Name of the module (no namespace prefix) |fname1 = Name of first function as it is called in m…”)
- 2025年5月16日 (五) 13:50 Kuina 留言 贡献创建了页面模板:Helper module (创建页面,内容为“<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2025年5月16日 (五) 13:48 Kuina 留言 贡献创建了页面模块:Array (创建页面,内容为“-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(numbe…”)
- 2025年5月16日 (五) 13:46 Kuina 留言 贡献创建了页面模块:Mbox/styles.css (创建页面,内容为“.mbox { position: relative; display: flex; flex-direction: column; margin-block: var(--space-md); background-color: 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); } .mbox.mbox-high { background-color: var(--background-color-destructive-subtle); } .mbox.mbox-med { background-color: var(--background-color-warni…”)
- 2025年5月16日 (五) 13:46 Kuina 留言 贡献移动页面模块:MBox/doc至模块:Mbox/doc,不留重定向
- 2025年5月16日 (五) 13:46 Kuina 留言 贡献移动页面模块:MBox至模块:Mbox,不留重定向
- 2025年5月16日 (五) 13:46 Kuina 留言 贡献创建了页面模块:MBox/doc (创建页面,内容为“{{Documentation}}”)
- 2025年5月16日 (五) 13:45 Kuina 留言 贡献创建了页面模块:MBox (创建页面,内容为“local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error { message = 'Error…”)
- 2025年5月16日 (五) 13:45 Kuina 留言 贡献创建了页面模块: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年5月16日 (五) 13:44 Kuina 留言 贡献创建了页面模块:Hatnote/doc (创建页面,内容为“{{Documentation|scwShared=true|fromWikipedia=true}} '''Module:Hatnote''' is a meta-module that provides various functions for making hatnotes. It implements the {{tl|hatnote}} template, for use in hatnotes at the top of pages, and the {{tl|format link}} template, which is used to format a wikilink for use in hatnotes. It also contains a number of helper functions for use in other Lua hatnote modules.”)
- 2025年5月16日 (五) 13:44 Kuina 留言 贡献创建了页面模块:Hatnote (创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules.…”)
- 2025年5月16日 (五) 13:42 Kuina 留言 贡献删除页面模板:Documentation/styles.css (内容为:“.documentation { display: flex; box-sizing: border-box; flex-direction: column; margin: 1.6rem 0; padding-top: 1.6rem; border-top: 1px solid; border-color: var( --border-color-base ); border-radius: var( --border-radius--medium ); font-size: 0.875rem; } .documentation-header { margin-top: 0; margin-bottom: 0.8rem; color: var( --color-base--emphasized ); font-size:…”,唯一贡献者是“Kuina”(讨论))
- 2025年5月16日 (五) 13:42 Kuina 留言 贡献创建了页面模块:Documentation/styles.css (创建页面,内容为“.documentation { margin-top: var( --space-md ); padding-top: var( --space-md ); border-top: 1px solid; border-color: var( --border-color-base ); font-size: var( --font-size-small ); } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-title { color: var( --color-emphasized ); font-size: var( --font-size-x-large ); font-weight: var( --font…”)
- 2025年2月8日 (六) 18:04 Kuina 留言 贡献创建了页面MediaWiki:Citizen-page-info-viewcount (创建页面,内容为“页面访问次数”)
- 2025年2月6日 (四) 10:33 Kuina 留言 贡献将保护设置从模板:首页/抬头/styles.css移动到了模板:首页/标题/styles.css (模板:首页/抬头/styles.css移动至模板:首页/标题/styles.css)
- 2025年2月6日 (四) 10:33 Kuina 留言 贡献移动页面模板:首页/抬头/styles.css至模板:首页/标题/styles.css,不留重定向
- 2025年2月6日 (四) 10:33 Kuina 留言 贡献移动页面模板:首页/抬头/doc至模板:首页/标题/doc,不留重定向
- 2025年2月6日 (四) 10:33 Kuina 留言 贡献将保护设置从模板:首页/抬头移动到了模板:首页/标题 (模板:首页/抬头移动至模板:首页/标题)
- 2025年2月6日 (四) 10:33 Kuina 留言 贡献移动页面模板:首页/抬头至模板:首页/标题,不留重定向
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献将保护设置从模板:Main page/shared/styles.css移动到了模板:首页/styles.css (模板:Main page/shared/styles.css移动至模板:首页/styles.css)
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献移动页面模板:Main page/shared/styles.css至模板:首页/styles.css,不留重定向
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献将保护设置从模板:Main page/友链/styles.css移动到了模板:首页/友链/styles.css (模板:Main page/友链/styles.css移动至模板:首页/友链/styles.css)
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献移动页面模板:Main page/友链/styles.css至模板:首页/友链/styles.css,不留重定向
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献移动页面模板:Main page/友链/doc至模板:首页/友链/doc,不留重定向
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献将保护设置从模板:Main page/友链移动到了模板:首页/友链 (模板:Main page/友链移动至模板:首页/友链)
- 2025年2月6日 (四) 10:22 Kuina 留言 贡献移动页面模板:Main page/友链至模板:首页/友链,不留重定向
- 2025年2月6日 (四) 10:21 Kuina 留言 贡献将保护设置从模板:Main page/navigation/styles.css移动到了模板:首页/导航/styles.css (模板:Main page/navigation/styles.css移动至模板:首页/导航/styles.css)
- 2025年2月6日 (四) 10:21 Kuina 留言 贡献移动页面模板:Main page/navigation/styles.css至模板:首页/导航/styles.css,不留重定向
- 2025年2月6日 (四) 10:21 Kuina 留言 贡献移动页面模板:Main page/navigation/doc至模板:首页/导航/doc,不留重定向
- 2025年2月6日 (四) 10:21 Kuina 留言 贡献将保护设置从模板:Main page/navigation移动到了模板:首页/导航 (模板:Main page/navigation移动至模板:首页/导航)
- 2025年2月6日 (四) 10:21 Kuina 留言 贡献移动页面模板:Main page/navigation至模板:首页/导航,不留重定向
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献将保护设置从模板:Main page/header/styles.css移动到了模板:首页/抬头/styles.css (模板:Main page/header/styles.css移动至模板:首页/抬头/styles.css)
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献移动页面模板:Main page/header/styles.css至模板:首页/抬头/styles.css,不留重定向
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献移动页面模板:Main page/header/doc至模板:首页/抬头/doc,不留重定向
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献将保护设置从模板:Main page/header移动到了模板:首页/抬头 (模板:Main page/header移动至模板:首页/抬头)
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献移动页面模板:Main page/header至模板:首页/抬头,不留重定向
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献将保护设置从模板:Main page/jokes/styles.css移动到了模板:首页/日常黑话/styles.css (模板:Main page/jokes/styles.css移动至模板:首页/日常黑话/styles.css)
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献移动页面模板:Main page/jokes/styles.css至模板:首页/日常黑话/styles.css,不留重定向
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献移动页面模板:Main page/jokes/doc至模板:首页/日常黑话/doc,不留重定向
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献将保护设置从模板:Main page/jokes移动到了模板:首页/日常黑话 (模板:Main page/jokes移动至模板:首页/日常黑话)
- 2025年2月6日 (四) 10:20 Kuina 留言 贡献移动页面模板:Main page/jokes至模板:首页/日常黑话,不留重定向
- 2025年2月6日 (四) 10:19 Kuina 留言 贡献将保护设置从模板:Main page/landmark/styles.css移动到了模板:首页/服务器剪影/styles.css (模板:Main page/landmark/styles.css移动至模板:首页/服务器剪影/styles.css)