所有公开日志
跳转到导航
跳转到搜索
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年1月21日 (二) 21:22 Selfice 留言 贡献创建了页面Template:直播记录开播时间/doc (创建页面,内容为“== 模板说明 == 这个模板用于显示直播开始时间,并根据不同城市的时区进行转换和显示。它适用于需要跨时区显示开播时间的场景,例如国际化的直播频道时间表页面。 填写的时间为伦敦时间,其他城市的时间会自动换算。 == 参数 == 以下是模板的参数及其功能说明: * `1` (必填):直播开始的小时(24小时制)。默认值为`19`。伦敦时间。 * `2` (…”)
- 2025年1月21日 (二) 00:09 Selfice 留言 贡献已将⧼abusefilter-blocker⧽的用户组从管理员更改至高权限机器人
- 2025年1月21日 (二) 00:09 Selfice 留言 贡献已将Zer0in的用户组从界面管理员和管理员更改至管理员
- 2025年1月20日 (一) 14:29 用户账号南仙小问天 留言 贡献已创建
- 2025年1月20日 (一) 04:44 Selfice 留言 贡献创建了页面Template:Cite web (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude>{{documentation}}</noinclude>”)
- 2025年1月20日 (一) 04:44 Selfice 留言 贡献创建了页面Module:Citation/CS1/Date validation (创建页面,内容为“ local p = {} --[[--------------------------< I S _ V A L I D _ A C C E S S D A T E >---------------------------------------- returns true if: Wikipedia start date <= accessdate < today + 2 days Wikipedia start date is 2001-01-15T00:00:00 UTC which is 979516800 seconds after 1970-01-01T00:00:00 UTC (the start of Unix time) accessdate is the date provided in |accessdate= at time 00:00:00 UTC today is the current date at time 00:00:00 UTC plus 48 hours if to…”)
- 2025年1月20日 (一) 04:44 Selfice 留言 贡献创建了页面Module:Citation/CS1/Whitelist (创建页面,内容为“ --[[--------------------------< P A R A M E T E R S N O T S U P P O R T E D >------------------------------ This is a list of parameters that once were but now are no longer supported: ['albumlink'] = nil, -- unique alias of titlelink used by old cite AV media notes ['albumtype'] = nil, -- controled inappropriate functionality in the old cite AV media notes ['artist'] = nil, -- unique alias of others used by old cite AV media notes ['Author']…”)
- 2025年1月20日 (一) 04:43 Selfice 留言 贡献创建了页面Module:Citation/CS1/Configuration (创建页面,内容为“ local citation_config = {}; -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: -- https://git.wikimedia.org/blob/mediawiki%2Fcore.git/69cd73811f7aadd093050dbf20ed70ef0b42a713/skins%2Fcommon%2FcommonElements.css#L199 local code_style="color:inherit; border:inherit; padding:inherit;"; --[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of na…”)
- 2025年1月20日 (一) 04:41 Selfice 留言 贡献创建了页面Module:Citation/CS1 (创建页面,内容为“ local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance } --[[--------------------------< F O R W A R D D E C L A R A T I O N S >------------------------------------…”)
- 2025年1月20日 (一) 04:40 Selfice 留言 贡献创建了页面Template:Cite web/doc (创建页面,内容为“== 简介== 描写条目时经常需要参考网络上的各种资源,因此更多地使用这个模板可以将所参考的来源记录下来,以便浏览者以及之后的编写者找到这些来源资料。 本模板是用来列明条目中非新闻的网络参考资料。<br />所有的参数{{Color|red|仅允许小写}}。 ==用法== 所有参数都'''必须'''使用小写字母。 使用时可以复制下面的空白模板。参数之间以“|”…”)
- 2025年1月20日 (一) 03:32 Selfice 留言 贡献创建了页面Template:Areatag (创建页面,内容为“{{Tooltip|{{#ifeq:{{{1|}}}||18px|link=|'''-{{{1}}}-'''}}|{{{2|{{#switch: {{{1|}}} | E = 英文社群特有内容。 | 简 = 中文社群特有内容。 | 繁 = 台湾地区社群或繁体中文社群特有内容。 | 中 = 中文社群特有内容。 | に = 日文社群特有内容。 | #default = 其他地区或语言社群特有内容。 }}}}}}} - {{{3|{{{2|{{#switch: {{{1|}}} | E = 英文社群特有内容…”)
- 2025年1月20日 (一) 03:29 Selfice 留言 贡献创建了页面Module:If preview/styles.css (创建页面,内容为“.preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: red; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }”)
- 2025年1月20日 (一) 03:28 Selfice 留言 贡献创建了页面Module:If preview/configuration (创建页面,内容为“--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function te…”)
- 2025年1月20日 (一) 03:28 Selfice 留言 贡献创建了页面Module:If preview (创建页面,内容为“local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. te…”)
- 2025年1月20日 (一) 03:12 Selfice 留言 贡献创建了页面Module:Lan2 (创建页面,内容为“local l = {} local getArgs l.fallbackList = { ['zh'] = {'zh', 'zh-hans', 'zh-hant', 'zh-cn', 'zh-tw', 'zh-hk', 'zh-mo', 'zh-sg', 'zh-my'}, ['zh-hans'] = {'zh-hans', 'zh-cn', 'zh-sg', 'zh-my', 'zh'}, ['zh-hant'] = {'zh-hant','zh-tw', 'zh-hk', 'zh-mo', 'zh'}, ['zh-cn'] = {'zh-cn', 'zh-hans', 'zh-sg', 'zh-my', 'zh'}, ['zh-sg'] = {'zh-sg', 'zh-hans', 'zh-cn', 'zh-my', 'zh'}, ['zh-my'] = {'zh-my', 'zh-hans', 'zh-cn', 'zh-sg', 'zh'}, ['zh-tw'] = {'zh-tw', 'zh…”)
- 2025年1月20日 (一) 03:11 Selfice 留言 贡献创建了页面Module:Namespace/data (创建页面,内容为“return { -- 命名空間 Namespace = { list = {-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 118, 119, 126, 127, 710, 711, 828, 829, 2600}, ['-2'] = { ['en'] = 'Media', ['zh-hans'] = '媒体', ['zh-hant'] = '媒體' }, ['-1'] = { ['en'] = 'Special', ['zh-hans'] = '特殊', ['zh-hant'] = '特殊' }, ['0'] = { ['en'] = 'Article', ['zh-hans'] = '条目', ['zh-hant'] = '條目' }, ['1'…”)
- 2025年1月20日 (一) 03:10 Selfice 留言 贡献创建了页面Module:Namespace (创建页面,内容为“local p = {} local data = mw.loadData('Module:Namespace/data') local mLan = require('Module:Lan2') local function Error (msg) return mError.error{'Module:Namespace錯誤:' + msg} end local function ifempty (ret, val) return ret ~= '' and ret or val end function p._lan (args, lang) return mLan.main(args, ifempty(lang and lang:lower(), mw.getCurrentFrame():callParserFunction{ name = 'int', args = {'Lang'} }), { ['def'] = {'en'} }) end function p.i…”)
- 2025年1月20日 (一) 03:10 Selfice 留言 贡献创建了页面Template:IfPNS (创建页面,内容为“{{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}#invoke:Namespace|ispseudo|{{{{{|safesubst:}}}FULLPAGENAME}}}} |{{{1|}}} |{{{2|}}} }}<noinclude>{{doc}}</noinclude>”)
- 2025年1月20日 (一) 03:09 Selfice 留言 贡献创建了页面Template:Main other (创建页面,内容为“{{{{{|safesubst:}}}#switch: <!--If no or empty "demospace" parameter then detect namespace-->{{{{{|safesubst:}}}#if:{{{demospace|}}} | {{{{{|safesubst:}}}lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{{{{|safesubst:}}}#ifeq:{{{{{|safesubst:}}}NAMESPACE}}|{{{{{|safesubst:}}}ns:0}} | {{{{{|safesubst:}}}ifPNS| other | main }} | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude><!--End switch-->{{Document…”)
- 2025年1月20日 (一) 03:09 Selfice 留言 贡献创建了页面Template:Yesno-yes (创建页面,内容为“{{SAFESUBST:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|yes}}}|¬={{{¬|yes}}}|def={{{def|yes}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>”)
- 2025年1月20日 (一) 03:08 Selfice 留言 贡献创建了页面Template:Yesno-yes/doc (创建页面,内容为“{{tlc|yesno}}模板可将字串范式化为<code>yes</code>或<code>no</code>,并提供多种自定义范式化选项。该模板参与构建模板,但不应直接在条目中使用。如有需要用到例如<br /> {{tlxm|#if|{{tl|yesno|<nowiki>{{{1}}}</nowiki>}}|yes時文字|no時文字|subst=yes}}<br /> 時請使用<br /> {{tlxm|#if|{{<nowiki>{{{|</nowiki>safesubst:<nowiki>}}}</nowiki>safeyesno{{!}}<n…”)
- 2025年1月20日 (一) 03:06 Selfice 留言 贡献创建了页面Template:Yesno-no (创建页面,内容为“{{safesubst:<noinclude/>yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|no}}}|¬={{{¬|no}}}|def={{{def|no}}}}}<noinclude> <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>”)
- 2025年1月19日 (日) 23:09 Selfice 留言 贡献已将GetNumberOfFansBot的用户组从机器人更改至机器人和高权限机器人
- 2025年1月19日 (日) 23:05 Selfice 留言 贡献创建了页面MediaWiki:Grouppage-highprivbot (创建页面,内容为“NeuroWiki:高权限机器人”)
- 2025年1月19日 (日) 23:05 Selfice 留言 贡献创建了页面MediaWiki:Group-highprivbot-member (创建页面,内容为“高权限机器人”)
- 2025年1月19日 (日) 23:04 Selfice 留言 贡献创建了页面MediaWiki:Group-highprivbot (创建页面,内容为“高权限机器人”)
- 2025年1月19日 (日) 22:52 Selfice 留言 贡献已将LingAgo的用户组从(无)更改至管理员
- 2025年1月19日 (日) 22:44 Selfice 留言 贡献已将Qingchenyou的用户组从(无)更改至管理员
- 2025年1月19日 (日) 22:41 Selfice 留言 贡献已将GetNumberOfFansBot的用户组从机器人和管理员更改至机器人
- 2025年1月19日 (日) 21:35 用户账号Qingchenyou 留言 贡献已创建
- 2025年1月19日 (日) 20:55 Selfice 留言 贡献创建了页面Template:Tooltip (创建页面,内容为“<templatestyles src="Template:Tooltip/styles.css" />{{#ifeq:{{yesno-no|{{{link}}}}}|yes |[[{{{1}}}|<span class="rt-commentedText tooltip {{#ifeq:{{yesno-yes|{{{dotted}}}}}|no||tooltip-dotted}} {{{class|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{#tag:nowiki|{{#invoke:String|replace|{{{2|}}}|"|"}}}}">{{{1|}}}</span>]] |<span class="rt-commentedText tooltip {{#ifeq:{{yesno-yes|{{{dotted}}}}}|no||tooltip-dotted}} {…”)
- 2025年1月19日 (日) 20:54 Selfice 留言 贡献创建了页面Template:Tooltip/doc (创建页面,内容为“{{tlx|Tooltip}}是在缩写之外的情况生成快顯視窗的模板。如果您要表示的不是缩写,请'''一定要'''用这个模板。 ==模板參數== {{tlx|Tooltip}}有兩個不命名參數: # '''縮寫文本''':在頁面上以文字加虛線底線顯示; # '''全寫文本''':在大部分网页浏览器中,當使用者將滑鼠游標移動到縮寫文本上,會彈出快顯視窗顯示全寫文本。切勿在全寫文本中使用任…”)
- 2025年1月19日 (日) 20:50 Selfice 留言 贡献创建了页面Module:Check for unknown parameters (创建页面,内容为“-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the origina…”)
- 2025年1月19日 (日) 20:49 Selfice 留言 贡献创建了页面Template:Tooltip/styles.css (创建页面,内容为“: .tooltip-dotted { border-bottom: 1px dotted; cursor: help; }”)
- 2025年1月19日 (日) 02:30 Selfice 留言 贡献创建了页面梗列表 (创建页面,内容为“{{noteTA |1=zh-tw:Neuro宇宙; zh-hk:Neuro宇宙; zh-mo:Neuro宇宙; zh-sg:neuroverse; zh-my:neuroverse; zh-cn:环牛圈; |2=zh-cn:呼币;zh-tw:小奇點;zh-hk:小奇點;zh-mo:小奇點;zh-my:呼币;zh-sg:呼币;zh-hans:呼币;zh-hant:小奇點; |3=zh-cn:繁体中文;zh-tw:正體中文;zh-hk:繁體中文;zh-mo:繁體中文;zh-my:繁體字;zh-sg:繁體中文; }} 本列表是环牛圈的用语和梗的集合。其中: * 对于'''除'''Neuro、Evil…”)
- 2025年1月19日 (日) 00:45 Selfice 留言 贡献创建了页面Template:Jk (创建页面,内容为“<includeonly><s class="just-kidding-text" title="{{{2|Just Kidding. LMAO}}}">{{{1}}}</s></includeonly><noinclude>{{doc}}</noinclude>”)
- 2025年1月19日 (日) 00:42 Selfice 留言 贡献创建了页面Template:Jk/doc (创建页面,内容为“本模板用来创建一段被划掉的文字,适合标注玩笑话、胡话、虽然真实但完全只因幽默效果而被提及的内容{{jk|,比如说这个模板可能根本没人用什么的}}。 请不要滥用此模板。 <big>'''Just Kidding'''</big> ==语法== *<code>{{胡话|文字|鼠标放到文字上显示的内容}}</code> *<code>{{胡话|1=文字|2=鼠标放到文字上显示的内容}…”)
- 2025年1月19日 (日) 00:17 Selfice 留言 贡献创建了页面Category:影响页面内容的模板 (创建页面,内容为“en:Category:Templates affecting page contentCategory:模板分类”)
- 2025年1月19日 (日) 00:16 Selfice 留言 贡献创建了页面Category:模板分类 (创建页面,内容为“en:Category:Templates Category”)
- 2025年1月19日 (日) 00:11 Selfice 留言 贡献创建了页面Template:目录右置 (创建页面,内容为“<includeonly><div style="clear: right; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: auto;"> __TOC__</div></includeonly><noinclude>这是目录右置模板,能使页面目录右置……分类:影响页面内容的模板</noinclude>”)
- 2025年1月18日 (六) 23:04 用户账号Lamaja 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2025年1月18日 (六) 20:44 用户账号HETAN 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2025年1月17日 (五) 22:12 用户账号南仙問天 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2025年1月17日 (五) 09:46 用户账号南仙问天 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2025年1月14日 (二) 22:51 Selfice 留言 贡献创建了页面User:Selfice (创建页面,内容为“==Neuro Stream== <div style="display:flex;flex-wrap: wrap;justify-content: space-around;"> <div style="max-width:710px;"> ===Twitch=== <htmltag tagname="iframe" src="https://player.twitch.tv/?channel=vedal987&parent=zh.neuro-book.com" frameborder="0" allowfullscreen="true" scrolling="no" height="400" width="700"></htmltag> </div><div style="max-width:710px;"> ===Twitch(Japanese)=== <htmltag tagname="iframe" src="https://player.twitch.tv/?channel=vedal987_jp&par…”)
- 2025年1月13日 (一) 00:46 Selfice 留言 贡献创建了页面Template:NeuroWiki政策文件与帮助文档 (创建页面,内容为“{{NeuroWiki政策文件}} <noinclude>Category:导航模板en:Template:NeuroWiki_policy_documents_and_help_files</noinclude>”)
- 2025年1月13日 (一) 00:30 Selfice 留言 贡献创建了页面Template:Info/policies (重定向页面至Template:Info/Policies) 标签:新重定向
- 2025年1月13日 (一) 00:30 Selfice 留言 贡献创建了页面Template:Policies (重定向页面至Template:Info/Policies/doc) 标签:新重定向
- 2025年1月13日 (一) 00:29 Selfice 留言 贡献删除页面Template:Info/Guidance/doc (内容为:“<noinclude>Category:模板文档en:Template:Info/Guidance/doc</noinclude> == 预览 == {{Info/Guidance}} ==重定向== {{Tl|Guidance}} {{Tl|Info/guidance}} ===中文站限定=== {{Tl|指引}} == 适用范围 == *该模板应当悬挂于'''现行的方针页面''',以提示访问者和编辑者。其定义与范围详见NeuroWiki:方针、指引与帮助。”,唯一贡献者是“Selfice”(讨论))
- 2025年1月13日 (一) 00:29 Selfice 留言 贡献删除页面Template:Guidance (内容为:“#REDIRECT Template:Info/Guidance”,唯一贡献者是“Selfice”(讨论))