所有NebulaeWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2023年9月19日 (二) 14:16 Kuina 留言 贡献创建了页面文件:102358411 p0.jpg
- 2023年9月19日 (二) 14:16 Kuina 留言 贡献上传文件:102358411 p0.jpg
- 2023年9月19日 (二) 14:14 Kuina 留言 贡献删除页面文件:51a77e58824d49f011b0a679282122ce 8039623312407091963.jpg
- 2023年9月19日 (二) 14:13 Kuina 留言 贡献创建了页面文件:51a77e58824d49f011b0a679282122ce 8039623312407091963.jpg
- 2023年9月19日 (二) 14:13 Kuina 留言 贡献上传文件:51a77e58824d49f011b0a679282122ce 8039623312407091963.jpg
- 2023年9月19日 (二) 14:02 Kuina 留言 贡献删除页面文件:102358411 p0.jpg
- 2023年9月19日 (二) 14:02 Kuina 留言 贡献创建了页面文件:102358411 p0.jpg
- 2023年9月19日 (二) 14:02 Kuina 留言 贡献上传文件:102358411 p0.jpg
- 2023年9月19日 (二) 14:00 Kuina 留言 贡献删除页面文件:114.png
- 2023年9月19日 (二) 14:00 Kuina 留言 贡献创建了页面文件:114.png
- 2023年9月19日 (二) 14:00 Kuina 留言 贡献上传文件:114.png
- 2023年9月19日 (二) 13:37 Kuina 留言 贡献删除页面文件:Qq.png
- 2023年9月19日 (二) 13:36 Kuina 留言 贡献创建了页面文件:QQ.png
- 2023年9月19日 (二) 13:36 Kuina 留言 贡献上传文件:QQ.png
- 2023年9月19日 (二) 12:59 Kuina 留言 贡献创建了页面模块:Arguments/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:Arguments''' provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (More details below.) * Arguments can be passed in directly fro…”)
- 2023年9月19日 (二) 12:59 Kuina 留言 贡献创建了页面模块:Arguments (创建页面,内容为“-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) ==…”)
- 2023年9月19日 (二) 12:58 Kuina 留言 贡献创建了页面模块:TableTools/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:TableTools''' 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 #invoke.”)
- 2023年9月19日 (二) 12:58 Kuina 留言 贡献创建了页面模块: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…”)
- 2023年9月19日 (二) 12:57 Kuina 留言 贡献创建了页面模块:List/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:List''' outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items. == Usage == ; Quick usage <pre><nowiki>{{</nowiki>#invoke:list<nowiki>|</nowiki>''function''<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''se…”)
- 2023年9月19日 (二) 12:57 Kuina 留言 贡献创建了页面模块:List (创建页面,内容为“-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(li…”)
- 2023年9月19日 (二) 12:56 Kuina 留言 贡献创建了页面模板:Bulleted list/doc (创建页面,内容为“{{Documentation}} {{Template shortcut|blist|bulleted|ulist|unordered list}} {{Wikipedia template}} {{t|Bulleted list}} may be used to generate a bulleted list in similar vein to HTML's {{tag|ul}} list. A typical application is within captions, where the equivalent wiki markup (asterisks at the starts of new lines) may be awkward or impossible to use. See Wik…”)
- 2023年9月19日 (二) 12:56 Kuina 留言 贡献创建了页面模板:Bulleted list (创建页面,内容为“{{<includeonly>safesubst:</includeonly>#invoke:list|bulleted}}<noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>”)
- 2023年9月19日 (二) 12:56 Kuina 留言 贡献创建了页面模板:Template shortcut/doc (创建页面,内容为“{{Documentation}} {{tsh|tsh}} This template displays one or more of a template's shortcuts (that is, redirects, also known as aliases, as in the box appearing at the right. {{tl|Tsh}} is a shortcut to this template, {{<nowiki />template shortcut}}, and can be used in its place. See Wikipedia:Template:Template shortcut for more details. Note that there are no optional parameter in this template. == Usage == Place this template and its list of few to one, c…”)
- 2023年9月19日 (二) 12:55 Kuina 留言 贡献创建了页面模板:Tsh (重定向页面至模板:Template shortcut) 标签:新重定向
- 2023年9月19日 (二) 12:55 Kuina 留言 贡献创建了页面模板:Shortcut/styles.css (创建页面,内容为“.module-shortcutboxplain { float: right; margin: 0.8rem 0 0.8rem 1rem; padding: 10px; color: var( --color-base--subtle ); background: var( --background-color-framed ); border-radius: 8px; text-align: center; } .module-shortcutlist { margin-bottom: 0.2rem; font-weight: bold; font-size: 0.825rem; } .module-shortcutboxplain ul { margin: 0!important; padding: 0!important; } .module-shortcutboxplain li { font-si…”)
- 2023年9月19日 (二) 12:54 Kuina 留言 贡献创建了页面模板:Template shortcut (创建页面,内容为“<div role="note" class="module-shortcutboxplain plainlist plainlinks noprint"><!-- Adding the shortcut links: --><div class="module-shortcutlist">{{#if:{{{redirect|}}} |Redirect |Shortcut}}{{#if:{{{2|}}}|s}}</div> {{bulleted list | {{#if: {{{1|<noinclude>{{PAGENAME}}</noinclude>}}} | {{{{{pre|}}}{{#ifexist:Template:{{{1}}} |[{{fullurl:Template:{{{1}}}|redirect=no}} {{#if:true|{{{1}}}}}] |Template:{{{1|<noinclude>{{PAGENAME}}</noinclude>}}}|{…”)
- 2023年9月19日 (二) 12:52 Kuina 留言 贡献创建了页面模板:Plain link/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{tsh|plnk|plainlink}} This template will allow you to create a local or interwiki link (such as a link to the history of a page) on a page without having the external icon follow the link. This can be used, for example, when internal or interwiki links appear as external links. ==Examples== *<code><nowiki>{{Plain link |url=//sctoolszh.miraheze.org}}</nowiki></code>…”)
- 2023年9月19日 (二) 12:52 Kuina 留言 贡献创建了页面模板:Plain link (创建页面,内容为“<!-- The {{#if:1|...}} trims any leading and trailing whitespace without breaking <nowiki> like {{#sub:...}} does: --> <onlyinclude><span class="plainlinks">[{{<includeonly>safesubst:</includeonly>#if:1|{{{1|{{{URL|{{{url}}}}}}}}} {{{2|{{{NAME|{{{name|}}}}}}}}}}}]</span></onlyinclude> {{/doc}}”)
- 2023年9月19日 (二) 12:48 Kuina 留言 贡献创建了页面模块:Transcluder/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}}”)
- 2023年9月19日 (二) 12:48 Kuina 留言 贡献创建了页面模块:Transcluder (创建页面,内容为“local p = {} -- Helper function to test for truthy and falsy values local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' then return false end return true end -- Helper function to match from a list regular expressions -- Like so: match pre..list[1]..post or pre..list[2]..post or ... local function matchAny(text, pre, list, post, init) local match = {} for i = 1, #list do match =…”)
- 2023年9月19日 (二) 12:47 Kuina 留言 贡献创建了页面模块:String/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:String''' 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 opti…”)
- 2023年9月19日 (二) 12:46 Kuina 留言 贡献创建了页面模块: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' o…”)
- 2023年9月19日 (二) 12:31 Kuina 留言 贡献移动页面模板:Main page/quick-access/style.css至模板:Main page/quick-access/styles.css,不留重定向
- 2023年9月19日 (二) 12:31 Kuina 留言 贡献移动页面模板:Main page/railway/style.css至模板:Main page/railway/styles.css,不留重定向
- 2023年9月19日 (二) 12:30 Kuina 留言 贡献移动页面模板:Main page/joining/style.css至模板:Main page/joining/styles.css,不留重定向
- 2023年9月19日 (二) 12:27 Kuina 留言 贡献创建了页面模板:Main page/quick-access/style.css (创建页面,内容为“#home-quickaccess { display: flex; flex-direction: column; justify-content: space-between; }”)
- 2023年9月19日 (二) 12:23 Kuina 留言 贡献创建了页面模板:Main page/railway/style.css (创建页面,内容为“#home-railway { display: flex; flex-direction: column; justify-content: space-between; }”)
- 2023年9月19日 (二) 12:22 Kuina 留言 贡献创建了页面模板:Main page/joining/style.css (创建页面,内容为“#home-joining { display: flex; flex-direction: column; justify-content: space-between; }”)
- 2023年9月19日 (二) 11:57 Kuina 留言 贡献创建了页面模板:Main page/兴趣模块 (创建页面,内容为“<div id="home-card-kook" class="home-card home-card--col2 home-card--button">[https://kaihei.co/BjGBZq x50px|link=|alt=Kook]</div> <div id="home-card-QQ" class="home-card home-card--col2 home-card--button"> [http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=qTHIM--nQutU2wJbv-R0BEdfahT71POH&authKey=5CD%2FXY30SMOGng3kITqoOKKMVgunPjUk6ec0Jf0fbjRnvVFIZiJuQGVNKyYpe%2B6b&noverify=0&group_code=553233889 x50px|link=|alt=QQ]</div>”)
- 2023年9月19日 (二) 11:56 Kuina 留言 贡献创建了页面文件:Qq.png
- 2023年9月19日 (二) 11:56 Kuina 留言 贡献上传文件:Qq.png
- 2023年9月19日 (二) 11:49 Kuina 留言 贡献创建了页面文件:Kook.png
- 2023年9月19日 (二) 11:49 Kuina 留言 贡献上传文件:Kook.png
- 2023年9月19日 (二) 11:21 Kuina 留言 贡献创建了页面模板:Main page/railway/doc (创建页面,内容为“{{Documentation}} This template is used on the main page. It is the on the wiki card in the content section. <includeonly>{{PAGENAME}}</includeonly>”)
- 2023年9月19日 (二) 11:21 Kuina 留言 贡献创建了页面模板:Main page/railway (创建页面,内容为“<includeonly><div id="home-card-railway" class="home-card home-card--col2 home-card--row1"> <h3 class="home-card__header">轨道交通</h3> <p>城市轨道交通的建设是NebulaeCraft的核心玩法,目前服务器内已有多条建设完成的轨道交通线路,它们由不同的玩家建造,共同组成了星云轨道交通的庞大运输系统。<br> 目前NebulaeCraft的轨道交通系统由两部分组成,分别是代表城市轨道交通的…”)
- 2023年9月19日 (二) 11:05 Kuina 留言 贡献创建了页面模板:Main page/quick-access/doc (创建页面,内容为“{{Documentation}} This template is used on the main page. It is the on the wiki card in the content section. <includeonly>{{PAGENAME}}</includeonly>”)
- 2023年9月19日 (二) 11:04 Kuina 留言 贡献创建了页面模板:Main page/quick-access (创建页面,内容为“<includeonly><div id="home-gamebuild" class="home-card home-card--col2 home-card--row3"> <div class="home-card__label">快速访问</div> <div class="home-gamebuild-links home-link"> <div class="home-link__button">所有文件</div> <div class="home-link__button">系统信息</div> <div class="home-link__button">所有页面</div> <div class="home-link__button">[[特殊:用户列表|所有用户]…”)
- 2023年9月19日 (二) 10:52 Kuina 留言 贡献创建了页面模板:Main page/joining/doc (创建页面,内容为“{{Documentation}} This template is used on the main page. It is the on the wiki card in the content section. <includeonly>{{PAGENAME}}</includeonly>”)
- 2023年9月19日 (二) 10:51 Kuina 留言 贡献创建了页面模板:Main page/joining (创建页面,内容为“<includeonly><div id="home-card-joining" class="home-card home-card--col2 home-card--row1"> <h3 class="home-card__header">加入我们</h3> <p>目前服务器允许新玩家加入,但是你需要先加入NebulaeCraft创意交流群一个月,并有相应的活跃聊天记录。之后再通过下载群文件中的申请表参与审核,详细信息请参照本wiki玩家指南词条。</p> <div class="home-link> <div class="home-link__button"…”)
- 2023年9月19日 (二) 02:17 CuteKims 留言 贡献创建了页面星岛区 (还原页面) 标签:可视化编辑