The editors' meeting has been canceled for technical reasons.
所有公开日志
跳转到导航
跳转到搜索
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年10月31日 (四) 22:41 Selfice 留言 贡献创建了页面Module:Message box (创建页面,内容为“local p = {} function commentSprite( pos, link ) if not pos or mw.text.trim( pos ) == '' then return '' end return require( 'Module:Sprite' ).base{ name = 'Comment', pos = pos, image = 'CommentCSS.png', sheetsize = 48, stylesheet = 1, link = link } end function p.main( f ) local args = f local frame = mw.getCurrentFrame() if f == frame then args = require( 'Module:ProcessArgs' ).merge( true ) end local rawTitle = frame:preprocess( frame:getParent…”)
- 2024年10月31日 (四) 22:40 Selfice 留言 贡献创建了页面Template:Message box/doc (创建页面,内容为“{{documentation header}} {{lua|Message box}} {{Uses TemplateStyles|Template:Message box/styles.css}} {{shortcut|msgbox}} 该模板用于向消息框添加一致的样式。 请注意,在页面源代码中将该模板与{{t|tag}}置于同一行时会导致{{tcode|tag}}换行出错。 == 用法 == 不推荐以行内形式使用此模板。 <pre style="width: fit-content;">-{}- {{ Message box | title = 作为标题的文本 | text = 作为普通文本的文本…”)
- 2024年10月31日 (四) 22:39 Selfice 留言 贡献创建了页面Template:Message box (创建页面,内容为“<includeonly>{{ #invoke: message box | main }}</includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 22:38 Selfice 留言 贡献创建了页面Template:Msgbox (重定向页面至Template:Message box) 标签:新重定向
- 2024年10月31日 (四) 22:37 Selfice 留言 贡献创建了页面Template:Uses TemplateStyles (创建页面,内容为“{{Msgbox | image = Farm-Fresh css add.svg | text = 本模板使用了模板样式{{#invoke:Array|main|d=、|format='''<includeonly>[[</includeonly>%s<includeonly>]]</includeonly>'''|{{ns:Template}}:{{BASEPAGENAME}}/styles.css}},{{#if:{{{2|}}}|这些|此}}样式表由CSS编写。<br>更多详情,请参阅Help:模板样式和Extension:TemplateStyles。 }}<includeonly><!--…”)
- 2024年10月31日 (四) 22:36 Selfice 留言 贡献创建了页面Template:Para/styles.css (创建页面,内容为“Category:模板样式: code.para.para-plain { border: none; background-color: inherit; }”)
- 2024年10月31日 (四) 22:36 Selfice 留言 贡献创建了页面Module:Array/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模块可将一个Lua table或一个字符串按给定的分隔符输出语言自然的列表。”)
- 2024年10月31日 (四) 22:35 Selfice 留言 贡献创建了页面Module:Array (创建页面,内容为“local p = {} local function stringToArray(str, separator, mapper) local arr = {} local i = 1 for v in mw.text.gsplit(str, separator) do arr[i] = mapper(v) i = i + 1 end return arr end local function tableToArray(tbl, offset, mapper) local arr = {} for k, v in pairs(tbl) do if type(k) == 'number' and k > offset then arr[k - offset] = mapper(v) end end return arr end function p.main() local args = require('Module:ProcessArgs').merge() ret…”)
- 2024年10月31日 (四) 22:35 Selfice 留言 贡献创建了页面Template:TSLoader (创建页面,内容为“<includeonly>{{ #invoke: TSLoader | main }}</includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 22:34 Selfice 留言 贡献创建了页面Template:Tsl (重定向页面至Template:TSLoader) 标签:新重定向
- 2024年10月31日 (四) 22:32 Selfice 留言 贡献创建了页面Template:Para/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{Uses TemplateStyles}} {{Shortcut|p}} 与{{tl|param}}类似,但只显示模板的一部分而不是全部。 == 用法 == 建议使用行内格式。 === 基本用法 === <pre>{{p|参数名|参数值}}</pre> === 完整用法 === <pre> {{para |参数名 |参数值 |plain=1 |style= }} </pre> * {{p|1}}:可选(字符串),指定需要显示的参数名称。 * {{p|2}}:可选(字符串),指定需要…”)
- 2024年10月31日 (四) 22:31 Selfice 留言 贡献创建了页面Template:Para (创建页面,内容为“<includeonly>{{tsl|Template:Para/styles.css}}<code class="para {{#if: {{{plain|}}} | para-plain }} nowrap" {{#if: {{{style|}}} | style="{{{style}}}" }}>|{{#if: {{{1|}}} | {{{1}}}= }}{{{2|}}}</code></includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 22:31 Selfice 留言 贡献创建了页面Template:P (重定向页面至Template:Para) 标签:新重定向
- 2024年10月31日 (四) 22:30 Selfice 留言 贡献创建了页面Template:Lua (创建页面,内容为“{{Message box | image = Lua logo.svg | text = 此模板使用了'''<includeonly>[[</includeonly>{{ns:828}}:{{ucfirst: {{PAGENAME:{{{1|{{BASEPAGENAME}}}}}}} }}<includeonly>]]</includeonly>''',{{ #if: {{{data|}}} | 以及数据模块[[{{ns:828}}:{{ ucfirst: {{PAGENAME:{{{data}}}}} }}]]{{ #if: {{{data2|}}} | 和[[{{ns:828}}:{{ ucfirst: {{PAGENAME:{{{data2}}}}} }}]] }} | 此脚本使用Lua编写}}。<br>{{ #if: {{{data|}}} | 这些脚本均使用wz…”)
- 2024年10月31日 (四) 22:29 Selfice 留言 贡献创建了页面Template:Documentation/doc (创建页面,内容为“{{documentation header}} <!-- Documentation here --> {{Lua}} 对于模板,在末尾插入<code><nowiki>{{subst:doc}}</nowiki></code>,然后保存页面,这将放置<code><nowiki>{{documentation}}</nowiki></code>和一条建议编辑者在何处放置类别和interwiki链接的注释。对于其他类型的页面,文档模板应该存在。 单击页面顶部的“创建”将打开文档页面,并带有某些Template:Documentation/preload|预格…”)
- 2024年10月31日 (四) 22:27 Selfice 留言 贡献创建了页面Template:Template link (创建页面,内容为“<includeonly><code>{{#if:{{{nocc|}}}||-{}-}}{{{{#if:{{{subst|}}}|subst: }}{{#if:{{{directlink|}}}|{{direct link|{{#if:{{#pos:{{{1}}}|:}}||Template:}}{{{1}}}|{{{1}}}}}|[[{{#if:{{#pos:{{{1}}}|:}}||Template:}}{{{1}}}|{{{1}}}]]}}{{ #ifeq:{{{2|+}}}|{{{2|-}}}|{{!}} }}{{#invoke: Array | main | offset = 1 | delimiter = {{!}} | wrap = nowiki }}}}</code></includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接…”)
- 2024年10月31日 (四) 22:26 Selfice 留言 贡献创建了页面Module:Documentation/styles.css (创建页面,内容为“.documentation { background-color: #eaf4f9; border: 1px solid #bbb; padding: 0.8em 1em 0.7em; margin-top: 1em; clear: both; } body.wgl-theme-dark .documentation { background-color: #393e3f; border-color: hsl(0, 0%, 36%); } .documentation-header-top, .documentation-header-bottom { padding: 0.8em 1em 0.7em; background-color: #eaf4f9; } body.wgl-theme-dark .documentation-header-top, body.wgl-theme-dark .documentation-header-bottom { background-color: #3…”)
- 2024年10月31日 (四) 22:25 Selfice 留言 贡献创建了页面Module:TSLoader/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模块用于实现{{t|TSLoader}}。 如果要从模块调用,请使用<code>p.call( name )</code>,<code>name</code>为要引用的模板样式页面名称,如果在<code>Template:</code>命名空间下,可以省略<code>Template:</code>。 == 依赖项 == * {{dd|Module:Static}} * TemplateStyles扩展 <includeonly> <!-- 模块分类和跨语言链接 --> Category:元…”)
- 2024年10月31日 (四) 22:24 Selfice 留言 贡献创建了页面Module:TSLoader (创建页面,内容为“local p = {} local static = require( 'Module:Static' ) if not static.TSLoader then static.TSLoader = {} end function p.call( name ) if not name then return nil end if not static.TSLoader.loadedTS then static.TSLoader.loadedTS = {} end local pagename = mw.title.getCurrentTitle() if not static.TSLoader.loadedTS[ pagename ] then static.TSLoader.loadedTS[ pagename ] = {} end if not name:find( '^%w*:' ) then name = 'Template:' .. name:sub( 1, 1 ):…”)
- 2024年10月31日 (四) 22:20 Selfice 留言 贡献创建了页面Template:Tl (重定向页面至Template:Template link) 标签:新重定向
- 2024年10月31日 (四) 22:17 Selfice 留言 贡献创建了页面Template:Documentation (创建页面,内容为“<includeonly>{{ #invoke: documentation | page }}</includeonly><noinclude> <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 22:12 Selfice 留言 贡献创建了页面Template:Documentation header (创建页面,内容为“<includeonly>{{ #invoke: documentation | docPage }}</includeonly><noinclude>{{documentation}} <!-- 请将分类/语言链接放在文档页面 --></noinclude>”)
- 2024年10月31日 (四) 22:11 Selfice 留言 贡献创建了页面Module:Static/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模块返回一个表,此表存储的数据可在多次{{tcd|#invoke:}}调用中读取。 == 示例 == <syntaxhighlight lang='lua'> local p = {} function p.main() local static = require( 'Module:Static' ) static.x = ( static.x or 0 ) + 1 return static.x end return p </syntaxhighlight> 若<code>Module:foo</code>使用了上述代码,然后使用<code><nowiki>{{ #invoke: foo | main }} {{ #invok…”)
- 2024年10月31日 (四) 22:11 Selfice 留言 贡献创建了页面Module:Static (创建页面,内容为“-- Source: https://runescape.wiki/w/Module:Static local mwHtml = getmetatable( mw.html.create() ) mwHtml._static = mwHtml._static or {} return mwHtml._static”)
- 2024年10月31日 (四) 22:09 Selfice 留言 贡献创建了页面Module:ProcessArgs/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 该模块将参数添加到一个表中以便模块使用。 == 用法 == 该模块通常只能在其他模块中调用,否则会出错。 === norm函数 === <syntaxhighlight lang="lua"> require('Module:ProcessArgs').norm(origArgs) </syntaxhighlight> * {{cd|origArgs}}:可选(表),用于指定{{cd|args}}表,默认值为父框架<ref group="注" name="frame">通常为{{tcd|#invoke:}}所在页面的框…”)
- 2024年10月31日 (四) 22:09 Selfice 留言 贡献创建了页面Module:ProcessArgs (创建页面,内容为“local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getPar…”)
- 2024年10月31日 (四) 22:00 Selfice 留言 贡献创建了页面Module:Lan/doc (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模块源于中文维基百科的同名模块,用于实现{{tl|Lan}},主要用于无法通过常规字词转换语法正常转换的位置。 此模块并非意在取代常规字词转换。在能够使用常规语法和{{t|STConversion}}模板时请不要滥用此模块。”)
- 2024年10月31日 (四) 21:59 Selfice 留言 贡献创建了页面Module:Lan (创建页面,内容为“local p = {} local merge p.fallbackList = { [ 'zh' ] = { 'zh', 'zh-hans', 'zh-hant', 'zh-cn', 'zh-tw', 'zh-hk' }, [ 'zh-hans' ] = { 'zh-hans', 'zh-cn', 'zh' }, [ 'zh-hant' ] = { 'zh-hant', 'zh-tw', 'zh-hk', 'zh' }, [ 'zh-cn' ] = { 'zh-cn', 'zh-hans', 'zh' }, [ 'zh-tw' ] = { 'zh-tw', 'zh-hant', 'zh-hk', 'zh' }, [ 'zh-hk' ] = { 'zh-hk', 'zh-hant', 'zh-tw', 'zh' } } function p.call( args ) local userLanguage = mw.getCurrentFrame():callParserFunction( 'in…”)
- 2024年10月31日 (四) 21:55 Selfice 留言 贡献创建了页面Template:Dependency declaration (创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#if:{{{hidden|}}}||{{#ifeq:{{NAMESPACENUMBER:{{transclude|{{{1}}}}}}}|10|{{t|{{{1}}}}}|[[{{{1}}}]]}}{{#if:{{{2|}}}| – {{{2}}}}}}}{{#if:{{{nocat|}}}||{{#ifeq: {{SUBPAGENAME}}|doc||[[Category:{{#switch:{{NAMESPACENUMBER:{{{1}}}}}|828=模块|模板}}依赖声明/{{PAGENAME:{{{1}}}}}]]}}}}|{{error|Template:Dependency declaration错误:必须指定依赖项名称(参数1)}}}}</includeonly><noinclude>{{documenta…”)
- 2024年10月31日 (四) 21:54 Selfice 留言 贡献创建了页面Template:Dd (重定向页面至Template:Dependency declaration) 标签:新重定向
- 2024年10月31日 (四) 21:53 Selfice 留言 贡献创建了页面Module:Documentation/doc (创建页面,内容为“{{documentation header}} <!-- Documentation here --> 该模块用于实现{{tl|Documentation}}。 == 依赖项 == * {{dd|Module:Lan}} * {{dd|Module:ProcessArgs}} * {{dd|Module:Static}} * mw:Extension:TemplateStyles:{{dd|Module:Documentation/styles.css}} <includeonly> <!-- Template categories/interwiki here --> en:Module:Documentation </includeonly> <noinclude> <!-- Documentation categories/interwiki here --> en:Module:Documentation/doc </noinclude>”)
- 2024年10月31日 (四) 21:50 Selfice 留言 贡献创建了页面Module:Documentation (创建页面,内容为“local p = {} -- Load modules (language wikis exclusive) local lan = require( 'Module:Lan' ).call -- Customizable strings local i18n = { -- 默认设置,有必要时修改 defaultDocPage = 'doc', -- 文档页后缀 defaultSandboxPage = 'sandbox', -- 沙盒页后缀 defaultTestCasePage = 'testcases', -- 测试用例页后缀 defaultPreload = 'Template:Documentation/preload', -- 存储文档页标准内容的页面 defaultStyles = 'Module:Documentation/s…”)
- 2024年10月31日 (四) 20:45 Miyako 留言 贡献创建了页面Help:编辑指南 (创建页面,内容为“Help:编辑指南”)
- 2024年10月31日 (四) 11:19 用户账号Tkk244 留言 贡献已创建
- 2024年10月31日 (四) 07:52 用户账号Miyako 留言 贡献已创建
- 2024年10月31日 (四) 00:50 用户账号夜神魔影 留言 贡献已创建
- 2024年10月31日 (四) 00:48 用户账号DaintyRemi 留言 贡献已创建
- 2024年10月31日 (四) 00:31 用户账号Youke 留言 贡献已创建
- 2024年10月30日 (三) 11:07 用户账号御ying 留言 贡献已创建
- 2024年10月30日 (三) 10:47 用户账号DESI 留言 贡献已创建
- 2024年10月30日 (三) 08:33 用户账号EOCELOT 留言 贡献已创建
- 2024年10月28日 (一) 21:38 Selfice 留言 贡献创建了页面MediaWiki:Common.js (创建页面,内容为“这里的任何JavaScript将为所有用户在每次页面加载时加载。: // 检查当前页面是否为首页 if (mw.config.get('wgPageName') === '首页') { // 在指定页面上运行的JavaScript代码 const rotatingDiv = document.getElementById('rotatingDiv'); rotatingDiv.addEventListener('mousemove', (event) => { const rect = rotatingDiv.getBoundingClientRect(); const x = event.clientX - rect.left - rect.width / 2; const y = event…”)
- 2024年10月25日 (五) 22:37 Selfice 留言 贡献将页面首页/styles.css的内容模型从“wikitext”更改为“已过滤的CSS”
- 2024年10月25日 (五) 22:36 Selfice 留言 贡献创建了页面首页/styles.css (创建页面,内容为“.mainpage-title{ font-size:1.6em; font-weight: bold; text-shadow: rgba(150, 150, 150, 0.6) 2px 1px 2px; } .text-container { position: relative; width: 100%; 可以根据需要调整: height: 64px; 可以根据需要调整: margin: 0 auto; 居中对齐: overflow: hidden; text-align: center; } .text-slide { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; animation:…”)
- 2024年10月25日 (五) 22:28 Selfice 留言 贡献创建了页面MediaWiki:Common.css (创建页面,内容为“这里放置的CSS将应用于所有皮肤: body { background-color:#efeff1; } body::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 930px; 限制背景图片的显示高度: background-image: linear-gradient(to bottom, transparent 25%, #efeff1 70%), url('https://www.neuro-book.com/mediawiki/resources/assets/vector.jpg'); background-size: cover; background-repeat: no…”)
- 2024年10月22日 (二) 19:46 Selfice 留言 贡献已修改跨wiki表中的前缀“en”(http://en.neuro-book.com/wiki/$1)(嵌入:0;转发:0)
- 2024年10月22日 (二) 19:44 Selfice 留言 贡献增加了前缀“en”(http://en.neuro-book.com/$1)(嵌入:0;转发:0)到跨wiki表
- 2024年10月22日 (二) 19:42 Selfice 留言 贡献增加了前缀“www”(https://www.neuro-book.com/wiki/$1)(嵌入:0;转发:0)到跨wiki表
- 2024年10月20日 (日) 23:26 Selfice 留言 贡献移动页面Main Page至首页
- 2024年10月20日 (日) 23:15 MediaWiki default 留言 贡献创建了页面Main Page