所有公开日志
跳转到导航
跳转到搜索
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 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