所有公开日志
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年11月1日 (五) 11:37 Selfice 留言 贡献创建了页面Template:N/A (创建页面,内容为“{| class="wikitable" |- | <onlyinclude>data-sort-value="{{{sort|}}}" style="background: var(--background-color-disabled-subtle,#ececec); color: var(--color-disabled,#2c2c2c); vertical-align: middle; font-size: smaller; text-align: {{{align|center}}}; {{{style|}}}" class="table-na skin-invert" <!-- -->| {{{1|不適用}}}</onlyinclude> |} {{documentation}}”)
- 2024年11月1日 (五) 11:37 Selfice 留言 贡献创建了页面Template:N/a (重定向页面至Template:N/A) 标签:新重定向
- 2024年11月1日 (五) 11:35 Selfice 留言 贡献创建了页面Module:Yesno/doc (创建页面,内容为“本模块提供用于处理布尔值或形如布尔值的字符串输入的一致接口。Lua允许布尔值<code>true</code>和<code>false</code>,wiki代码则只能用像yes、no这样的词语来表达布尔值。本模块处理这些字符串并将其转化为布尔值,以供Lua处理。对于<code>nil</code>值依旧返回<code>nil</code>,以允许区分<code>nil</code>和<code>false</code>。本模块同样接受其他的Lua结构输入,如布尔…”)
- 2024年11月1日 (五) 11:34 Selfice 留言 贡献创建了页面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 "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y'…”)
- 2024年11月1日 (五) 11:34 Selfice 留言 贡献创建了页面Template:Fullurl2/doc (创建页面,内容为“{{Fullurl/doc}}”)
- 2024年11月1日 (五) 11:33 Selfice 留言 贡献创建了页面Template:Fullurl2 (创建页面,内容为“{{{{{|safesubst:}}}#invoke:fullurl|fullurl}}<noinclude> {{doc}}</noinclude>”)
- 2024年11月1日 (五) 11:32 Selfice 留言 贡献创建了页面Module:Fullurl/doc (创建页面,内容为“{{lua|Module:Fullurl}} == 概要 == 由於技術限制,使用{{tlx|fullurl}}時皆須要把等號用{{tlx|{{=}}}}替換,或是寫成<code>{{fullurl|title|2=a=b&c=d|3=文字}}</code>,因此寫了這個模板。 == 參數及使用方法 == 有幾個特殊參數: {| class="wikitable" |- ! 參數 !! 別名 !! 意義 |- | <code>title</code> || <code>1</code> || 標題,未填寫時自動讀取當前頁面名。 |- | <code>…”)
- 2024年11月1日 (五) 11:32 Selfice 留言 贡献创建了页面Module:Fullurl (创建页面,内容为“local p = {} local yesno = require('Module:Yesno') local mError = require('Module:Error').error function p._fullurl(args) local paid = '' local title = args['title'] or args[1] or args['1'] or tostring(mw.title.getCurrentTitle()) if title == '' then --不能讓title變空值,否則url會返回nil title = tostring(mw.title.getCurrentTitle()) end local text = args['text'] or args[2] or args['1'] or title for k, v in pairs( args ) do if ((k == 'titl…”)
- 2024年11月1日 (五) 11:04 Selfice 留言 贡献创建了页面Template:Infobox (创建页面,内容为“{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}{{#ifeq:{{PAGENAME}}|信息框||{{#ifeq:{{str rightc|{{SUBPAGENAME}}|3}}|信息框|{{str crop|{{SUBPAGENAME}}|3}}}}}}{{#ifeq:{{PAGENAME}}|資訊框||{{#ifeq:{{str rightc|{{SUBPAGENAME}}|3}}|資訊框|Category:信息框模板|{{str…”)
- 2024年11月1日 (五) 11:01 Selfice 留言 贡献创建了页面Template:Nowrap/doc (创建页面,内容为“本模板防止包含空格的一段文本或链接被从中换行。换行是在英文环境下可能需要注意的一个问题。中文环境下也可用该模板来保持一段文本不被换行所打断,例如: <pre>-{}- {{Nowrap|不想从中换行的文字}} </pre> 在你使用本模板之前你可能会想弄懂{{Link-en|Help:换行处理|Help:Line-break handling}}。 == 用法 == <pre> Lots of text {{Nowrap|10 kg (22 lb)}} more text. </pre> 它可…”)
- 2024年11月1日 (五) 10:58 Selfice 留言 贡献还原页面Template:Nowrap(1个修订版本)
- 2024年11月1日 (五) 10:57 Selfice 留言 贡献创建了页面Template:Demo/doc (创建页面,内容为“{{Lua|Module:Demo}} 该模板只是将模板代码(或任何其他代码)放在标签中<syntaxhighlight lang="wikitext">...</syntaxhighlight>,然后将该代码的呈现放在下面。 {{演示|< nowiki > {{您的模板}} </ nowiki >}} 重要提示:您必须用<nowiki>...</nowiki>标签包裹要演示的源(或者使用{{ escape }},它有一个 demo-escape 示例),如下所示: {{demo|<nowiki>[template source]</nowiki>}}”)
- 2024年11月1日 (五) 10:56 Selfice 留言 贡献创建了页面Module:Demo/doc (创建页面,内容为“{{Lua|Module:Demo}} 该模板只是将模板代码(或任何其他代码)放在标签中<syntaxhighlight lang="wikitext">...</syntaxhighlight>,然后将该代码的呈现放在下面。 {{演示|< nowiki > {{您的模板}} </ nowiki >}} 重要提示:您必须用<nowiki>...</nowiki>标签包裹要演示的源(或者使用{{ escape }},它有一个 demo-escape 示例),如下所示: {{demo|<nowiki>[template source]</nowiki>}}”)
- 2024年11月1日 (五) 10:55 Selfice 留言 贡献还原页面Module:Demo(1个修订版本)
- 2024年11月1日 (五) 10:54 Selfice 留言 贡献还原页面Template:Demo(1个修订版本)
- 2024年11月1日 (五) 10:54 Selfice 留言 贡献还原页面Template:Template Pre(1个修订版本)
- 2024年11月1日 (五) 10:53 Selfice 留言 贡献创建了页面Template:Template other/doc (创建页面,内容为“这是一个元模板,它可以帮助其他模板检测它们是否在“Template:”命名空间中使用。”)
- 2024年11月1日 (五) 10:52 Selfice 留言 贡献还原页面Template:Template other(1个修订版本)
- 2024年11月1日 (五) 10:51 Selfice 留言 贡献还原页面Module:Infobox/styles.css(1个修订版本)
- 2024年11月1日 (五) 10:50 Selfice 留言 贡献还原页面Module:Navbar(1个修订版本)
- 2024年11月1日 (五) 10:49 Selfice 留言 贡献创建了页面Template:Infobox/doc (创建页面,内容为“{{Lua|Module:Infobox}} 本模板为一系列「信息框」模板的元模板,亦即本模板用于构建其他模板。通常不建議在条目中直接使用此模板,但是如有需要,可以在個別「一次性」情況中直接使用。参见Help:信息框以获取创建通用信息框的进一步方法。 === 用法 === 本模板与{{tl|navbox}}的用法相似,但也有一些不同之处。表格中的每一行既可以是顶栏(header)…”)
- 2024年11月1日 (五) 10:48 Selfice 留言 贡献创建了页面Module:Infobox (创建页面,内容为“-- 中文的此模块对比英文维基多解析了overimage, overcaption, -- overimagerowclass以及header/labal/data*style参数。 local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s'…”)
- 2024年11月1日 (五) 09:18 Selfice 留言 贡献删除页面Template:Infobox/styles.css
- 2024年11月1日 (五) 09:18 Selfice 留言 贡献删除页面Module:Infobox
- 2024年11月1日 (五) 09:17 Selfice 留言 贡献删除页面Module:Infobox/doc
- 2024年11月1日 (五) 09:17 Selfice 留言 贡献删除页面Module:Image area
- 2024年11月1日 (五) 09:17 Selfice 留言 贡献删除页面Module:Image area/doc
- 2024年11月1日 (五) 09:17 Selfice 留言 贡献删除页面Module:Animate
- 2024年11月1日 (五) 09:16 Selfice 留言 贡献删除页面Module:Animate/doc
- 2024年11月1日 (五) 09:16 Selfice 留言 贡献删除页面Template:Animate
- 2024年11月1日 (五) 09:16 Selfice 留言 贡献删除页面Template:Animate/doc
- 2024年11月1日 (五) 09:16 Selfice 留言 贡献删除页面Module:Inventory slot
- 2024年11月1日 (五) 09:15 Selfice 留言 贡献删除页面Module:Inventory slot/doc
- 2024年11月1日 (五) 09:15 Selfice 留言 贡献删除页面Template:Inventory slot
- 2024年11月1日 (五) 09:15 Selfice 留言 贡献删除页面Template:Inventory slot/doc
- 2024年11月1日 (五) 09:14 Selfice 留言 贡献删除页面Template:Infobox
- 2024年11月1日 (五) 09:14 Selfice 留言 贡献删除页面Template:Image area
- 2024年11月1日 (五) 09:13 Selfice 留言 贡献删除页面Template:Image area/doc
- 2024年11月1日 (五) 09:13 Selfice 留言 贡献删除页面Template:Infobox/doc
- 2024年11月1日 (五) 09:12 Selfice 留言 贡献删除页面Module:Navbar
- 2024年11月1日 (五) 09:12 Selfice 留言 贡献删除页面Module:Infobox/styles.css
- 2024年11月1日 (五) 09:12 Selfice 留言 贡献删除页面Template:Nowrap (内容为:“<includeonly><span class="nowrap">{{{1}}}</span></includeonly><noinclude>{{Documentation}}</noinclude>”,唯一贡献者是“Selfice”(讨论))
- 2024年11月1日 (五) 09:11 Selfice 留言 贡献删除页面Template:Template Pre
- 2024年11月1日 (五) 09:11 Selfice 留言 贡献删除页面Template:Demo
- 2024年11月1日 (五) 09:11 Selfice 留言 贡献删除页面Module:Demo
- 2024年11月1日 (五) 09:10 Selfice 留言 贡献删除页面Template:Template other
- 2024年11月1日 (五) 02:05 Selfice 留言 贡献创建了页面Template:Template other (创建页面,内容为“{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>”)
- 2024年11月1日 (五) 02:04 Selfice 留言 贡献创建了页面Module:Demo (创建页面,内容为“local p = {} -- 建立一個無法存取任何父級參數的框架對象 -- 除非提供包含不繼承的列表鍵的表 function disinherit(frame, onlyTheseKeys) local parent = frame:getParent() or frame local orphan = parent:newChild{} orphan.getParent = parent.getParent --返回 nil 值 orphan.args = {} if onlyTheseKeys then local family = {parent, frame} for f = 1, 2 do for k, v in pairs(family[f] and family[f].args or {}) do orphan.args[…”)
- 2024年11月1日 (五) 02:03 Selfice 留言 贡献创建了页面Template:Demo (创建页面,内容为“{{#invoke:Demo|main}}<noinclude>{{documentation}}</noinclude>”)
- 2024年11月1日 (五) 02:03 Selfice 留言 贡献创建了页面Template:Template Pre (重定向页面至Template:Demo) 标签:新重定向