打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

主要公开日志

更多操作

所有INFWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
  • 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); } .…”)
  • 2025年8月2日 (六) 18:18 9Yan 留言 贡献创建了页面Documentation/styles.css (创建页面,内容为“.documentation { margin-top: var( --space-md ); padding-top: var( --space-md ); border-top: var( --border-base ); } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-header, .documentation-subheader { line-height: 1.25; } .documentation-title { color: var( --color-emphasized ); font-size: var( --font-size-large ); font-weight: var( --font-w…”)
  • 2025年8月2日 (六) 18:16 9Yan 留言 贡献创建了页面Module toc (创建页面,内容为“-- Imported from: https://runescape.wiki/w/Module:Module%20toc -- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = string.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (max + mi…”)
  • 2025年8月2日 (六) 18:16 9Yan 留言 贡献创建了页面DPLlua (创建页面,内容为“-- <nowiki> local dpl = {} local libraryUtil = require('libraryUtil') local hasContent = require('Module:Paramtest').has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} loc…”)
  • 2025年8月2日 (六) 18:15 9Yan 留言 贡献创建了页面Translate (创建页面,内容为“require( 'strict' ) local Translate = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() --- Cache table containing i18n data at the 'data' key, and a key map at the 'keys' key --- The table is keyed by the i18n.json module name local cache = {} local i18nDataset = 'Module:Translate/i18n.json' --- Us…”)
  • 2025年8月2日 (六) 18:15 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:14 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:14 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:13 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:13 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:12 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:11 9Yan 留言 贡献创建了页面Paramtest (创建页面,内容为“-- Imported from: https://runescape.wiki/w/Module:Paramtest --[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function re…”)
  • 2025年8月2日 (六) 18:11 9Yan 留言 贡献创建了页面Yesno (创建页面,内容为“-- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "string.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil…”)
  • 2025年8月2日 (六) 18:10 9Yan 留言 贡献创建了页面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年8月2日 (六) 18:09 9Yan 留言 贡献创建了页面DependencyList (创建页面,内容为“--- Based on Module:DependencyList from RuneScape Wiki --- Modified to use SMW instead of DPL --- @see https://runescape.wiki/w/Module:DependencyList require( 'strict' ) local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local userError = require( 'Module:User error' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mHatlist…”)
  • 2025年8月2日 (六) 18:08 9Yan 留言 贡献创建了页面Documentation/doc (创建页面,内容为“{{Documentation|scwShared=true}} '''Module:Documentation''' implements Template:Documentation for templates and modules.”)
  • 2025年8月2日 (六) 18:03 9Yan 留言 贡献创建了页面Documentation (创建页面,内容为“-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local lang = mw.getContentLanguage() local p = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @return string If the key was not found, the key is retur…”)
  • 2025年8月2日 (六) 18:00 9Yan 留言 贡献创建了页面Documentation (创建页面,内容为“<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__{{#seo: |type = website |description = {{FULLPAGENAME}} is a template page used on the Star Citizen Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. |site_name = Star Citizen Wiki |locale = {{PAGELANGUAGE}} }}</includeonly><noinclude>{{/doc}}</noinclude>”)
  • 2025年8月2日 (六) 17:59 9Yan 留言 贡献创建了页面T (创建页面,内容为“<includeonly><nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/p…”)
  • 2025年8月2日 (六) 17:35 9Yan 留言 贡献移动页面echo pagewarp page
  • 2025年8月2日 (六) 17:33 9Yan 留言 贡献移动页面echo infoboxwarp infobox
  • 2025年8月2日 (六) 16:55 9Yan 留言 贡献移动页面SquareMioMikoMioMiko (当重命名用户“SquareMioMiko”为“MioMiko”时自动移动页面)
  • 2025年8月2日 (六) 16:55 9Yan 留言 贡献重命名用户SquareMioMiko(86个编辑)为MioMiko (同步游戏id)
  • 2025年8月2日 (六) 16:34 MioMiko 留言 贡献创建了页面infrastructure infobox (创建页面,内容为“<includeonly>{|class="infobox"''斜体文本'' |-class="infobox-img" {{#if:{{{设施图片|}}}|{{!}}colspan=2{{!}}[[File:{{{设施图片|}}}|alt=设施图片]]}} |-class="title" !colspan=2|{{{设施名称}}} {{#if:{{{设施等级|}}}| {{!}}-class="subtitle" !colspan=2{{!}}{{{设施等级}}} }} |-class="detail-header" !colspan=2|基本资料 |-class="detail" {{#if:{{{申请者|}}}| !申请者 {{!}}{{{申请者|}}} }} |-class="detail" {{#if:{{{编号|}}}| !编号…”)
  • 2025年8月2日 (六) 16:27 9Yan 留言 贡献创建了页面warp (重定向页面至分类:地标 标签新重定向
  • 2025年8月2日 (六) 16:23 9Yan 留言 贡献移动页面public machineinfrastructure,不留重定向
  • 2025年8月2日 (六) 15:58 9Yan 留言 贡献创建了页面public machine (重定向页面至公共设施 标签新重定向 可视化编辑:已切换
  • 2025年8月2日 (六) 15:54 9Yan 留言 贡献创建了页面公共设施 (创建页面,内容为“'''「经过记录的红石/生电机器」''' ==等级划分== 公共设施的等级从低到高划分为'''{{fontcolor|#8B8989|『丐版』}}'''、'''{{fontcolor|#5D8AA8|『机枢』}}'''、'''{{fontcolor|#FFB347|『神工』}}'''。 设施并非一成不变,随着机器的扩建与完善,您可以申请'''更高等级的评级'''。<br> 例如,若您的建筑最初被评为丐版,后续经过扩建后符合巧构标准,可重新提交申请进行…”) 标签可视化编辑
  • 2025年8月2日 (六) 14:13 Wuming ETO 留言 贡献创建了页面XiyuTown Sculpture Stelle.jpg
  • 2025年8月2日 (六) 14:13 Wuming ETO 留言 贡献上传XiyuTown Sculpture Stelle.jpg
  • 2025年8月2日 (六) 13:27 9Yan 留言 贡献移动页面日务组管理组,不留重定向
  • 2025年8月2日 (六) 12:53 9Yan 留言 贡献创建了页面echo warp (重定向页面至回响地标 标签新重定向
  • 2025年7月30日 (三) 14:06 9Yan 留言 贡献创建了页面回响地标 (创建页面,内容为“'''「回响地标是的」''' 在世界的旅途中,旅人总会有想要歇息的时候,此时他能够听到远方的震动,这是与世界的共振。<br> 于是旅人决定建立属于自己的奇观,顺着轻微的震动,回应此地的声响,此即为'''回响'''。<br> 回响是世界的法则,定义为'''通过多处奇观之间的共振而形成的快捷交通通道(传送点)'''。 回响地标的划分等级从低到高分别为凡…”)
  • 2025年7月30日 (三) 12:34 9Yan 留言 贡献移动页面回响地标iZero回响地标,不留重定向
  • 2025年7月30日 (三) 00:34 9Yan 留言 贡献创建了页面物品 (创建页面,内容为“'''「将涵盖货币、纪念品、装饰品等服务器中特殊的物品资料」''' ==物品列表== <categorytree mode="pages" hideroot=on>物品</categorytree> 分类:总览”)
  • 2025年7月29日 (二) 21:11 Caialan 留言 贡献创建了页面碧玉 (创建页面,内容为“'''碧玉(Green_jade)是 island服务器中流通的一种货币。''' 作为比玉高一级的碧玉,可以用于换取一些玉无法换取的物品。 == 获取途径 == * 在isle中使用玉向异世界商人兑换。 * 完成限时活动获取中量不等的碧玉,具体数量视活动而定。”) 标签可视化编辑
  • 2025年7月29日 (二) 21:05 Caialan 留言 贡献创建了页面 (创建页面,内容为“'''玉(Jades)是 island服务器中流通的一种货币。''' 在游戏中,可以通过命令<code>/money</code>或按住shift+F打开菜单查询当前自己的玉余额。 可通过<code>/pay [玩家名] [金额]</code>直接将白玉转账给对方(即使对方不在线) 或通过菜单取出之后放置于箱子中或直接丢给对方(对方在线) == 获取途径 == * 签到一天可获取 {{fontcolor|orange|5枚}} 玉。 * 在线一…”) 标签可视化编辑
  • 2025年7月29日 (二) 20:59 Caialan 留言 贡献创建了页面isle (创建页面,内容为“'''isle登录大厅服是INF群组服务器中用以登录及传送至其他世界的服务器。''' == isle简介 == === 基本信息 === * 版本:1.21.x * 地图:登录大厅 === 世界观 === isle是为远道而来的旅者提供的休息驿站,也是各世界之间连接的桥梁,亦是通往各世界的传送通道。 旅者可以在此处与异世界商人交易获取在各世界无法获取的物资。 == isle世界 == === 经济系统 ===…”) 标签可视化编辑
  • 2025年7月28日 (一) 23:30 9Yan 留言 贡献移动页面编辑指南/语法手册编辑指南/语法,不留重定向
  • 2025年7月28日 (一) 23:29 9Yan 留言 贡献移动页面编辑指南/编辑入门编辑指南/介绍,不留重定向
  • 2025年7月28日 (一) 22:39 9Yan 留言 贡献创建了页面编辑指南/语法手册 (创建空白页面)
  • 2025年7月28日 (一) 21:32 9Yan 留言 贡献创建了页面编辑指南/编辑入门 (创建页面,内容为“也许你是为了完成地标申请而来到这里,正为不熟悉的编辑方式感到困扰。我们完全理解这种感受——Wiki编辑确实有着不低的学习门槛。<br> 但请相信,一旦掌握这些技能,你就能:创建专业美观的页面、自由展现创意内容以及制作出媲美专业网页的作品。 ==编辑入门== ===编辑=== 一个关于如何使用 VisualEditor 的入门指南,这是一个用户友好的系统,…”)
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500