所有公开日志
跳转到导航
跳转到搜索
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年11月1日 (五) 01:02 Selfice 留言 贡献创建了页面Template:Animate/doc (创建页面,内容为“{{Documentation header}} {{lua}} 此模板可以用于轮流播放多个图片。 == 用法 == <pre style="max-width: 476px">-{}- {{animate |需要被解析成动画的图片顺序,以半角分号(;)分隔 |图像的px大小 }} </pre> == 示例 == <pre style="max-width: 446px">{{animate|Dirt.png;Grass Block.png|100px}}</pre> {{animate|Illustration_Miniko.png;Illustration_Camila.png|100px}} 另见Template:Infobox block以了解此模板的使用。…”)
- 2024年11月1日 (五) 01:00 Selfice 留言 贡献创建了页面Template:Animate (创建页面,内容为“<includeonly>{{#invoke:animate|animate}}</includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年11月1日 (五) 00:59 Selfice 留言 贡献创建了页面Module:Animate/doc (创建页面,内容为“{{documentation header}} 本模块用于实现{{tl|animate}}。它只接受主函数而不接受任何直接输入的参数,因此建议不要直接从模板中调用。 <includeonly> <!-- Template categories/interwiki here --> en:Module:Animate </includeonly> <noinclude> <!-- Documentation categories/interwiki here --> en:Module:Animate/doc </noinclude>”)
- 2024年11月1日 (五) 00:59 Selfice 留言 贡献创建了页面Module:Animate (创建页面,内容为“local p = {} function p.animate( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local files = args[1] or '' local size = args[2] or '' local link = args['link'] or args[3] or '' local class = args['class'] or args[4] or '' if size ~= '' then size = '|' .. size end if link ~= '' then link = '|link=' .. link end if class ~= '' then class = '|class=' .. class end local images = {} for image in mw.te…”)
- 2024年11月1日 (五) 00:58 Selfice 留言 贡献创建了页面Module:Image area/doc (创建页面,内容为“{{Documentation header}} <!-- 文档页面 --> 本模块用于实现{{t|Image area}}和{{t|Infobox}}。 == 数据模块 == * {{dd|Module:InvSprite}} * {{dd|Module:Inventory slot/Aliases}} == 依赖项 == * {{dd|Module:ProcessArgs}} * {{dd|Module:Animate}} * {{dd|Module:STConversion}} * {{dd|Module:Inventory slot}} == 参见 == {{Infobox component see also}} <includeonly> <!-- 模块分类和跨语言链接 --> Category:模块 </includeonly> <noinclude>…”)
- 2024年11月1日 (五) 00:57 Selfice 留言 贡献创建了页面Module:Image area (创建页面,内容为“local p = {} local function imageLink( name, size, class ) local rows = { 'File:'..name } if size then table.insert(rows, ''..size) end if class then table.insert(rows, 'class='..class) end if name == 'No image.svg' then table.insert(rows, 'link=') end return '')..'' end function p.imageArea( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) return p.main( args ) end function p.main( args ) local t…”)
- 2024年11月1日 (五) 00:55 Selfice 留言 贡献创建了页面Module:Infobox/doc (创建页面,内容为“{{Documentation header}} <!-- 文档页面 --> 本模块用于实现{{t|Infobox}}。 == 依赖项 == * {{dd|Module:ProcessArgs}} * {{dd|Module:Image area}} == 参见 == {{Infobox component see also}} <includeonly> <!-- 模块分类和跨语言链接 --> Category:模块 en:Module:Infobox </includeonly> <noinclude> <!-- 文档分类和跨语言链接 --> en:Module:Infobox/doc </noinclude>”)
- 2024年11月1日 (五) 00:54 Selfice 留言 贡献创建了页面Module:Infobox (创建页面,内容为“local p = {} function p.infobox() local args = require( 'Module:ProcessArgs' ).merge( true ) if args['infobox-body-only'] then return p.body( args ) else return p.fullInfobox( args ) end end function p.infoboxBody() local args = require( 'Module:ProcessArgs' ).merge( true ) return p.body( args ) end function p.infoboxRows() local args = require( 'Module:ProcessArgs' ).merge( true ) return p.rows( args ) end function p.rows( args ) local footer…”)
- 2024年11月1日 (五) 00:50 Selfice 留言 贡献创建了页面Template:Infobox/styles.css (创建页面,内容为“Category:模板样式: lzh:Template:Infobox/styles.css: .notaninfobox { position: relative; clear: right; margin: 0 0 1em 1em; width: 300px; font-size: 90%; background-color: var(--custom-table-background); float: right; border: 1px solid var(--custom-border-gray); padding: 2px; overflow: auto; z-index: 1; overflow-wrap: anywhere; } @media all and (max-width: 511px) { .notaninfobox { float: none; margin-left: 0; width: auto;…”)
- 2024年11月1日 (五) 00:50 Selfice 留言 贡献创建了页面Template:Infobox see also (创建页面,内容为“?”)
- 2024年11月1日 (五) 00:49 Selfice 留言 贡献创建了页面Template:Infobox component see also (重定向页面至Template:Infobox see also) 标签:新重定向
- 2024年11月1日 (五) 00:49 Selfice 留言 贡献创建了页面Template:Param/doc (创建页面,内容为“{{Documentation header}} 该模板以代码格式显示参数名称,而不受页面转换的影响。 == 用法 == {{<nowiki/>param|参数名|可选默认参数}} == 示例 == <pre> {{param|1}} </pre> ;显示 {{param|1}} <pre> {{param|parameter|default}} </pre> ;显示 {{param|parameter|default}} == 另见 == * {{t|Para}} * {{t|Template link}} * {{t|TemplateCode}} <includeonly> <!-- Template categories/interwiki here --> Category:格式模板 e…”)
- 2024年11月1日 (五) 00:48 Selfice 留言 贡献创建了页面Template:Param (创建页面,内容为“<includeonly><code><nowiki>{{{</nowiki>{{{1}}}{{ #if:{{{2|}}} |{{!}}{{{2}}} }}<nowiki>}}}</nowiki></code></includeonly><noinclude> {{documentation}} <!-- 请将分类/语言链接放在文档页面 -->”)
- 2024年11月1日 (五) 00:45 Selfice 留言 贡献创建了页面Template:Hide/doc (创建页面,内容为“本模板用于隐藏一段文字/图片/表格并为其添加标题。 ==使用方法== {| class="wikitable" |+ 参数列表 |- ! 参数名 ! 说明 |- | style="color: #000; background-color: #f8f9fa; font-family: monospace,monospace;" | show | 当该参数内容为<code>show</code>时,将会默认展开内容 |- | style="color: #000; background-color: #f8f9fa; font-family: monospace,monospace;" | 标题 | 表格的标题部分 |- | style="color: #000; back…”)
- 2024年11月1日 (五) 00:39 Selfice 留言 贡献移动页面Template:HideInline/style.css至Template:HideInline/styles.css,不留重定向 (标题有错别字)
- 2024年11月1日 (五) 00:33 Selfice 留言 贡献创建了页面Template:HideInline/doc (创建页面,内容为“{{tsl|Template:HideInline/style.css}} 除了width参数以外,{{tl|hide}}的其他参数均有效 {{HideInline|河蟹你懂的|测试|expandtext=真的要看吗?|collapsetext=其实什么也没有}} ==参数== 本模板提供如下参数: #show #标题(或缺省第一项) #内容(或缺省第二项) #expandtext #collapsetext ===show=== <code>show</code>是一个特别的参数。它能且只能被用在第一个参数位置上。<br> 被使用…”)
- 2024年11月1日 (五) 00:33 Selfice 留言 贡献创建了页面Template:HideInline/style.css (创建页面,内容为“.HideInline>.mw-collapsible>.mw-collapsible-toggle { float: none !important; } .HideInline>.mw-collapsible:not(.mw-collapsed)>.mw-collapsible-content { display: inline !important; } .HideInline>.mw-collapsible.mw-collapsed>.mw-collapsible-content[style*="height:"] { display: none !important; } Category:在模板名字空间下的CSS页面:”)
- 2024年11月1日 (五) 00:31 Selfice 留言 贡献创建了页面Template:HideInline (创建页面,内容为“<includeonly><span class="HideInline">{{#if:{{{标题|{{{標題|}}}}}}|{{{标题|{{{標題|}}}}}}|{{#ifeq:{{{1}}}|show|{{{2|}}}|{{{1|}}}}}}}<span class="mw-collapsible {{#ifeq:{{#switch:show|{{{show|}}}|{{{1|}}}=true|#default=false}}|true||mw-collapsed}}" {{#if:{{{expandtext|}}}|data-expandtext="{{{expandtext}}}"|}} {{#if:{{{collapsetext|}}}|data-collapsetext="{{{collapsetext}}}"|}}>{{#if:{{{内容|{{{內容|}}}}}}|{{{内容|{{{內容|}}}}}}|{{#ifeq:{{{1}}}|sho…”)
- 2024年11月1日 (五) 00:27 Selfice 留言 贡献创建了页面Template:Hide (创建页面,内容为“<includeonly><table class="mw-collapsible {{#ifeq:{{#switch:show|{{{show|}}}|{{{1|}}}=true|#default=false}}|true||mw-collapsed}} wikitable" {{#if:{{{width|}}}|style="width: {{{width}}}"}} {{#if:{{{expandtext|}}}|data-expandtext="{{{expandtext}}}"|}} {{#if:{{{collapsetext|}}}|data-collapsetext="{{{collapsetext}}}"|}}> <tr> <th>{{{标题|{{{標題|{{#ifeq:{{{1}}}|show|{{{2|}}}|{{{1|}}}}}}}}}}}</th> </tr> <tr> <td> {{{内容|{{{內容|{{#ifeq:{{{1}}}|show|{{{3|}}}…”)
- 2024年11月1日 (五) 00:26 Selfice 留言 贡献创建了页面Template:Dependency declaration/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{shortcut|dd}} 此模板用于在文档页面中声明此页面所依赖的页面情况。 == 用法 == 建议使用行内样式。 === 基本用法 === {{tcd|dd|页面名称}} === 完整用法 === {{tcd|dd|页面名称|描述信息|4=hidden=是否隐藏|5=nocat=是否加入分类}} * {{p|1}}:必填(字符串),此页面所依赖的页面名称,不指定命名空间且前无冒号时默认链接到{{cd…”)
- 2024年11月1日 (五) 00:25 Selfice 留言 贡献创建了页面Template:Color/doc (创建页面,内容为“这个模板用于为文字设定颜色。 == 用法 == <pre>{{color|<color>|<text>}}</pre> 为<text>设定颜色<color>,<color>的格式如下<ref>https://developer.mozilla.org/zh-CN/docs/Web/CSS/color 、https://developer.mozilla.org/zh-CN/docs/Web/CSS/color_value</ref>: <ul> <li class="colorBlock">一个 ''颜色关键字'' 单词。 {{Hide|标题=现有的关键字如下:|内容=<templatestyles src="Color/doc.css" /> {{columns-lis…”)
- 2024年11月1日 (五) 00:23 Selfice 留言 贡献创建了页面Template:Doc (重定向页面至Template:Documentation) 标签:新重定向
- 2024年11月1日 (五) 00:22 Selfice 留言 贡献创建了页面Template:Color (创建页面,内容为“<includeonly><span style="color:{{{1}}};">{{{2}}}</span></includeonly><noinclude>{{doc}}Category:格式模板</noinclude>”)
- 2024年11月1日 (五) 00:07 Selfice 留言 贡献创建了页面Template:NOTOC/doc (创建页面,内容为“<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> ==Usage== This template is called when a user types {{tlc|{{BASEPAGENAME}}}} instead of the magic word <code><nowiki>__NOTOC__</nowiki></code>. The template displays no table of content(TOC). See Help:TOC for more information. <includeonly>{{Sandbox other|| <!-- ADD CATEGORIES BELOW THIS LINE --> Category:文档文件 }}</includeonly>”)
- 2024年11月1日 (五) 00:06 Selfice 留言 贡献创建了页面Template:NOTOC (创建页面,内容为“<includeonly>{{SAFESUBST:<noinclude />ifsubst|__NOTOC__|{{error|{{tlc|NOTOC}}: incorrect syntax, use {{tls|NOTOC}} or <code><nowiki>__NOTOC__</nowiki></code> instead.}}}}</includeonly><noinclude>{{documentation}}</noinclude>”)
- 2024年11月1日 (五) 00:05 Selfice 留言 贡献创建了页面Template:Documentation header/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 在文档页顶部放置。'''请勿'''在源代码第一行放置除该模板外的其他内容(包括像{{cd|_<nowiki/>_NOTOC__}}这样的魔术字),否则可能会导致模板页面加载文档时出错。 <includeonly> <!-- 模板分类和跨语言链接 --> * en:Template:Documentation header </includeonly> <noinclude> <!-- 文档分类和跨语言链接 --> en:Template:…”)
- 2024年11月1日 (五) 00:04 Selfice 留言 贡献创建了页面Template:Samp/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{see also|Template:Code}} {{lua|Array}} 此模板是<samp><samp>...</samp></samp>的简化用法。它支持任意多个参数;所有内容都将由{{cd|<samp>}}元素包装。 可设置一个可选的{{p|delimiter}}参数,以指定每个元素之间的默认空间。 注意,如果参数包含管道符号({{cd|{{!}}}})或等号({{cd|{{=}}}}),则需要在参数值周围加上{{cd|<nowi…”)
- 2024年11月1日 (五) 00:04 Selfice 留言 贡献创建了页面Template:Samp (创建页面,内容为“<includeonly><span style="word-break: break-word;">{{#invoke: Array | main | format=<samp>%s</samp> }}</span></includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年11月1日 (五) 00:04 Selfice 留言 贡献创建了页面Template:Code/doc (创建页面,内容为“{{documentation header}} <!-- 模板文档 --> {{shortcut|cd}} {{see also|Template:Samp}} {{lua|Array}} 此模板是{{HTMLtag|code}}的简化用法。它支持任意多个参数,所有内容都将由{{HTMLtag|code}}元素包装。 可设置一个可选的{{p|delimiter}}参数(可缩写成{{p|d}}),以指定每个元素之间的默认间隔符。 注意,如果参数包含管道符号({{cd|{{!}}}})或等号({{cd|{{=}}}}),则需要在参数值…”)
- 2024年11月1日 (五) 00:03 Selfice 留言 贡献创建了页面Template:See also/doc (创建页面,内容为“{{Documentation header}} 该模板应放在包含相关文章的章节的开头。'''不要在页面顶部使用此模板''',页面顶部的顶注是为了消除歧义而不是为了展示相关主题。 == 用法 == {{tl|See also|link1}} == 示例 == <pre style="max-width: 568px">== 运输矿车 == {{See also|运输矿车}} 运输矿车可以用来储存物品,并且可以用它来容易地运输物品。</pre> ;效果: <div style="background: white;…”)
- 2024年11月1日 (五) 00:02 Selfice 留言 贡献创建了页面Template:Format link/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{lua|Format link}} {{shortcut|slink|section link}} == 用法 == {{tl|format link}}模板(别称{{tl|section link}},缩写{{tl|slink}})可用于生成链向本地wiki页面特定段落的链接,并在此链接中显示分节符(§)。 该模板在{{tl|Hatnote}}及其派生模板中使用,也可在不需要引用正文主语时在正文中链向正文(或其他条目)的其他段…”)
- 2024年11月1日 (五) 00:01 Selfice 留言 贡献创建了页面Template:Format link (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{lua|Format link}} {{shortcut|slink|section link}} == 用法 == {{tl|format link}}模板(别称{{tl|section link}},缩写{{tl|slink}})可用于生成链向本地wiki页面特定段落的链接,并在此链接中显示分节符(§)。 该模板在{{tl|Hatnote}}及其派生模板中使用,也可在不需要引用正文主语时在正文中链向正文(或其他条目)的其他段…”)
- 2024年11月1日 (五) 00:01 Selfice 留言 贡献创建了页面Template:Section link (重定向页面至Template:Format link) 标签:新重定向
- 2024年11月1日 (五) 00:00 Selfice 留言 贡献创建了页面Template:Slink (重定向页面至Template:Format link) 标签:新重定向
- 2024年10月31日 (四) 23:59 Selfice 留言 贡献创建了页面Module:Format link/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模块用于实现{{t|Format link}}。 <includeonly> <!-- 模块分类和跨语言链接 --> </includeonly> <noinclude> <!-- 文档分类和跨语言链接 --> </noinclude>”)
- 2024年10月31日 (四) 23:59 Selfice 留言 贡献创建了页面Module:Format link (创建页面,内容为“local p = {} function p.call( inputArgs ) if not inputArgs or type( inputArgs ) ~= 'table' then return nil end local rawPage = inputArgs[ 1 ] or '' local rawSection = inputArgs[ 2 ] or '' local finalPage, finalSection if rawPage:find( '[', 1, true ) then return rawPage else if rawPage:find( '|', 1, true ) then return '' .. rawPage .. '' else if rawPage:find( '#', 1, true ) then local splitParts = mw.text.split( rawPage:gsub( '#+…”)
- 2024年10月31日 (四) 23:58 Selfice 留言 贡献创建了页面Template:Hatnote see also/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 这是一个“另见”模板,用于在顶注模板之间的快速链接(和链接更新)。 所有顶注模板中都应将其包含在内。 == 另见 == {{Template "see also" see also}} <includeonly> <!-- 模板分类和跨语言链接 --> Category:文档模板 </includeonly> <noinclude> <!-- 文档分类和跨语言链接 --> </noinclude>”)
- 2024年10月31日 (四) 23:57 Selfice 留言 贡献创建了页面Template:Hatnote see also (创建页面,内容为“* {{tl|Hatnote}} * {{tl|About}} * {{tl|For}} * {{tl|Distinguish}} * {{tl|Redirect}} * {{tl|Dungeons hatnote}} * {{tl|Legends hatnote}} * {{tl|See also}} * {{tl|Main}} * {{tl|Video note}} * {{tl|Music disclaimer}} <noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 23:56 Selfice 留言 贡献创建了页面Template:Hatnote/doc (创建页面,内容为“{{documentation header}} <!-- 模板文档 --> {{shortcut|dablink}} == 说明 == 此模板可以让一段文字缩进2格,通常用于在页面或段落顶部添加引导性说明。 == 用法 == ; 输入 <pre>{{Hatnote|输入文本}} 正文正文</pre> ; 输出 {{Hatnote|输入文本}} 正文正文 == 另见 == {{Hatnote see also}} <includeonly> <!-- 模板分类和跨语言链接 --> * Category:格式模板 en:Template:Ha…”)
- 2024年10月31日 (四) 23:54 Selfice 留言 贡献创建了页面Template:Hatnote (创建页面,内容为“<includeonly><div class="hatnote searchaux">{{{1}}}</div></includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 23:53 Selfice 留言 贡献创建了页面Template:See also (创建页面,内容为“<includeonly>{{Hatnote|参见:{{#invoke:Array|main|fd={{#if:{{{3|}}}|以及|和}}|template=Format link}}}}</includeonly><noinclude> {{documentation}} <!-- 请将分类/语言链接放在文档页面 --> </noinclude>”)
- 2024年10月31日 (四) 23:53 Selfice 留言 贡献创建了页面Template:HTMLtag/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 该模板用于展示HTML标签。 == 用法 == 建议使用行内样式。 === 基本用法 === {{tcd|HTMLtag|标签名称}} === 完整用法 === {{tcd|HTMLtag|标签名称|标签之间的内容|标签样式|param{{=}}标签参数|plain{{=}}是否取消白底}} * {{p|1}}:必填(字符串),HTML标签的名称。 * {{p|2}}:可选(字符串),HTHL标签之间的内容,当{{p|3|p}}或{{p|3|pair}}时…”)
- 2024年10月31日 (四) 23:52 Selfice 留言 贡献创建了页面Template:HTMLtag (创建页面,内容为“<includeonly>{{#if: {{{plain|}}} || <code>-{}- }}{{#switch: {{{3|p}}} | c | close = <!-- 无开始标签 --> | s | single | o | open | p | pair = {{#tag: span |<'''{{{1}}}'''{{#if: {{{param|}}} | {{{param}}} }}|style="color: #229900"}} | <!-- 错误 --> }}{{#switch: {{{3|p}}} | c | close = {{{2|}}} | s | single = {{#tag: span |/>|style="color: #229900"}} | o | open = {{#tag: span |>|style="color: #229900"}}{{{2|}}} | p | pa…”)
- 2024年10月31日 (四) 23:50 Selfice 留言 贡献创建了页面Template:Code (创建页面,内容为“<includeonly>{{#invoke: Array | main | format=<code>%s</code> }}</includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 23:50 Selfice 留言 贡献创建了页面Template:Cd (重定向页面至Template:Code) 标签:新重定向
- 2024年10月31日 (四) 23:40 Selfice 留言 贡献增加了前缀“wzh”(https://zh.wikipedia.org/wiki/$1)(嵌入:0;转发:0)到跨wiki表
- 2024年10月31日 (四) 23:36 Selfice 留言 贡献创建了页面Template:TSLoader/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{lua|TSLoader}} {{shortcut|tsl|tsloader}} 此模板用于在页面中加载模板样式。 虽然TemplateStyles本身只会在一个页面中插入一份样式表,但仍会在页面中留下对应标签。如果多次加载同一个模板样式,这些标签将会拉长页面长度,导致性能问题。 此模板即避免了这样的标签存留,保证一个页面中相同样式仅有一个标签存在。…”)
- 2024年10月31日 (四) 23:16 Selfice 留言 贡献创建了页面Template:Lua/doc (创建页面,内容为“{{documentation header}} 在使用了Lua模块的模板文档页面上使用。 {{p|1}}是不带命名空间的模块名称,默认为<code>{<nowiki/>{BASEPAGENAME}}</code>。如果该模板的数据被储存在独立的模块或模块的子页面里,就可以使用{{p|data}}和{{p|data2}}标记。 在使用Lua模块的模板的文档页面上使用。 使用了该模板的页面将会为模板也自动加上Category:基于Lua的模板,设置<code>…”)
- 2024年10月31日 (四) 23:15 Selfice 留言 贡献创建了页面Template:Uses TemplateStyles/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模板用于标记使用了模板样式的模板,放置于模板文档页的上方。 在文档中调用了此模板的模板页面会被加入Category:使用模板样式的模板分类,但文档页面本身不会被加入分类。 此模板重写自中文维基百科模板<code>{{Uses TemplateStyles}}</code>。 <…”)
- 2024年10月31日 (四) 23:12 Selfice 留言 贡献创建了页面Template:Tcode (重定向页面至Template:TemplateCode) 标签:新重定向