Selfice的用户贡献
跳转到导航
跳转到搜索
2025年1月20日 (星期一)
- 03:442025年1月20日 (一) 03:44 差异 历史 +7 Template:Areatag 无编辑摘要
- 03:422025年1月20日 (一) 03:42 差异 历史 +102 Template:Areatag 无编辑摘要
- 03:362025年1月20日 (一) 03:36 差异 历史 +2 小 Template:Areatag 无编辑摘要
- 03:322025年1月20日 (一) 03:32 差异 历史 +726 新 Template:Areatag 创建页面,内容为“{{Tooltip|{{#ifeq:{{{1|}}}||18px|link=|'''-{{{1}}}-'''}}|{{{2|{{#switch: {{{1|}}} | E = 英文社群特有内容。 | 简 = 中文社群特有内容。 | 繁 = 台湾地区社群或繁体中文社群特有内容。 | 中 = 中文社群特有内容。 | に = 日文社群特有内容。 | #default = 其他地区或语言社群特有内容。 }}}}}}} - {{{3|{{{2|{{#switch: {{{1|}}} | E = 英文社群特有内容…”
- 03:292025年1月20日 (一) 03:29 差异 历史 +306 新 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; }” 当前
- 03:282025年1月20日 (一) 03:28 差异 历史 +827 新 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…” 当前
- 03:282025年1月20日 (一) 03:28 差异 历史 +1,453 新 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…” 当前
- 03:122025年1月20日 (一) 03:12 差异 历史 +1,736 新 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…” 当前
- 03:112025年1月20日 (一) 03:11 差异 历史 +5,642 新 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'…” 当前
- 03:102025年1月20日 (一) 03:10 差异 历史 +4,755 新 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…” 当前
- 03:102025年1月20日 (一) 03:10 差异 历史 +157 新 Template:IfPNS 创建页面,内容为“{{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}#invoke:Namespace|ispseudo|{{{{{|safesubst:}}}FULLPAGENAME}}}} |{{{1|}}} |{{{2|}}} }}<noinclude>{{doc}}</noinclude>” 当前
- 03:092025年1月20日 (一) 03:09 差异 历史 +553 新 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…” 当前
- 03:092025年1月20日 (一) 03:09 差异 历史 +272 新 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>” 当前
- 03:082025年1月20日 (一) 03:08 差异 历史 +4,759 新 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…” 当前
- 03:062025年1月20日 (一) 03:06 差异 历史 +231 新 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>” 当前
- 01:252025年1月20日 (一) 01:25 差异 历史 −2 小 梗列表 →铁牛奶
- 01:242025年1月20日 (一) 01:24 差异 历史 −20 小 梗列表 无编辑摘要
- 01:222025年1月20日 (一) 01:22 差异 历史 +2,204 梗列表 无编辑摘要
2025年1月19日 (星期日)
- 23:052025年1月19日 (日) 23:05 差异 历史 +28 新 MediaWiki:Grouppage-highprivbot 创建页面,内容为“NeuroWiki:高权限机器人” 当前
- 23:052025年1月19日 (日) 23:05 差异 历史 +18 新 MediaWiki:Group-highprivbot-member 创建页面,内容为“高权限机器人” 当前
- 23:042025年1月19日 (日) 23:04 差异 历史 +18 新 MediaWiki:Group-highprivbot 创建页面,内容为“高权限机器人” 当前
- 21:372025年1月19日 (日) 21:37 差异 历史 +393 小 梗列表 →Filipino boy/菲律宾男孩
- 21:312025年1月19日 (日) 21:31 差异 历史 +430 梗列表 无编辑摘要
- 20:552025年1月19日 (日) 20:55 差异 历史 +965 新 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}} {…” 当前
- 20:552025年1月19日 (日) 20:55 差异 历史 −19 小 Template:Tooltip/doc 无编辑摘要
- 20:542025年1月19日 (日) 20:54 差异 历史 +979 新 Template:Tooltip/doc 创建页面,内容为“{{tlx|Tooltip}}是在缩写之外的情况生成快顯視窗的模板。如果您要表示的不是缩写,请'''一定要'''用这个模板。 ==模板參數== {{tlx|Tooltip}}有兩個不命名參數: # '''縮寫文本''':在頁面上以文字加虛線底線顯示; # '''全寫文本''':在大部分网页浏览器中,當使用者將滑鼠游標移動到縮寫文本上,會彈出快顯視窗顯示全寫文本。切勿在全寫文本中使用任…”
- 20:502025年1月19日 (日) 20:50 差异 历史 +3,312 新 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…” 当前
- 20:492025年1月19日 (日) 20:49 差异 历史 +69 新 Template:Tooltip/styles.css 创建页面,内容为“: .tooltip-dotted { border-bottom: 1px dotted; cursor: help; }” 当前
- 02:302025年1月19日 (日) 02:30 差异 历史 +3,413 新 梗列表 创建页面,内容为“{{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…”
- 01:032025年1月19日 (日) 01:03 差异 历史 +25 Category:导航模板 无编辑摘要 当前
- 00:452025年1月19日 (日) 00:45 差异 历史 +132 新 Template:Jk 创建页面,内容为“<includeonly><s class="just-kidding-text" title="{{{2|Just Kidding. LMAO}}}">{{{1}}}</s></includeonly><noinclude>{{doc}}</noinclude>” 当前
- 00:432025年1月19日 (日) 00:43 差异 历史 −23 小 Template:Jk/doc 无编辑摘要 当前
- 00:422025年1月19日 (日) 00:42 差异 历史 +1,211 新 Template:Jk/doc 创建页面,内容为“本模板用来创建一段被划掉的文字,适合标注玩笑话、胡话、虽然真实但完全只因幽默效果而被提及的内容{{jk|,比如说这个模板可能根本没人用什么的}}。 请不要滥用此模板。 <big>'''Just Kidding'''</big> ==语法== *<code>{{胡话|文字|鼠标放到文字上显示的内容}}</code> *<code>{{胡话|1=文字|2=鼠标放到文字上显示的内容}…”
- 00:362025年1月19日 (日) 00:36 差异 历史 +25 Category:信息框内容模板 无编辑摘要 当前
- 00:322025年1月19日 (日) 00:32 差异 历史 +58 Category:信息框模板 无编辑摘要 当前
- 00:252025年1月19日 (日) 00:25 差异 历史 0 小 Template:Infobox/doc 无编辑摘要 当前
- 00:242025年1月19日 (日) 00:24 差异 历史 +100 Template:Infobox/doc 无编辑摘要
- 00:202025年1月19日 (日) 00:20 差异 历史 +25 Category:功能模板 无编辑摘要
- 00:192025年1月19日 (日) 00:19 差异 历史 +25 Category:页顶提示模板 无编辑摘要
- 00:182025年1月19日 (日) 00:18 差异 历史 +25 Category:格式模板 无编辑摘要 当前
- 00:172025年1月19日 (日) 00:17 差异 历史 +73 新 Category:影响页面内容的模板 创建页面,内容为“en:Category:Templates affecting page contentCategory:模板分类” 当前
- 00:162025年1月19日 (日) 00:16 差异 历史 +34 新 Category:模板分类 创建页面,内容为“en:Category:Templates Category”
- 00:132025年1月19日 (日) 00:13 差异 历史 +46 小 Template:目录右置 无编辑摘要 当前
- 00:112025年1月19日 (日) 00:11 差异 历史 +280 新 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月14日 (星期二)
- 22:572025年1月14日 (二) 22:57 差异 历史 +477 小 User:Selfice 无编辑摘要
- 22:512025年1月14日 (二) 22:51 差异 历史 +944 新 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…”
- 19:252025年1月14日 (二) 19:25 差异 历史 +13 小 Neuro 无编辑摘要
2025年1月13日 (星期一)
- 20:382025年1月13日 (一) 20:38 差异 历史 −72 Template:NeuroWiki政策文件 无编辑摘要
- 19:592025年1月13日 (一) 19:59 差异 历史 +38 Category:模板文档 无编辑摘要
- 19:582025年1月13日 (一) 19:58 差异 历史 +75 小 Module:SafeCate/doc 无编辑摘要 当前