所有吾萌百科公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年2月20日 (日) 14:23 Rmolives 讨论 贡献创建了页面模板:居中/doc (创建页面,内容为“== 模板介紹 == 这是一个简单的让文字居中的模板。 == 範例 == {| class="wikitable" style="width:50%;" ! style="width:100px;" | 代码 | <nowiki>{{居中|Hello world!}}</nowiki> |- ! style="width:100px;" | 效果 | {{居中|Hello world!}} |} <templatedata> { "params": { "1": { "description": "想要居中的文字", "type": "string", "required": true } } } </templatedata>”)
- 2022年2月20日 (日) 14:23 Rmolives 讨论 贡献删除页面模板:居中/doc (被清空前的内容为:“== 模板介紹 == 这是一个简单的让文字居中的模板。 == 範例 == {| class="wikitable" style="width:50%;" ! style="width:100px;" | 代码 | <nowiki>{{居中|Hello world!}}</nowiki> |- ! style="width:100px;" | 效果 | {{居中|Hello world!}} |} <templatedata> { "params": { "1": { "description": "想要居中的文字", "type": "string", "required": true } } } </templatedata>”)
- 2022年2月20日 (日) 14:22 Rmolives 讨论 贡献移动页面模板:Center/doc至模板:居中/doc,不留重定向
- 2022年2月20日 (日) 14:22 Rmolives 讨论 贡献移动页面模板:Center至模板:居中覆盖重定向,不留重定向
- 2022年2月20日 (日) 14:22 Rmolives 讨论 贡献通过覆盖删除重定向模板:居中 (删除以便移动模板:Center)
- 2022年2月20日 (日) 14:13 Rmolives 讨论 贡献保护了吾萌:Test [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史)
- 2022年2月20日 (日) 14:09 Rmolives 讨论 贡献创建了页面模板:居中 (重定向页面至模板:Center) 标签:新重定向
- 2022年2月20日 (日) 14:08 Rmolives 讨论 贡献创建了页面模板:Center/doc (创建页面,内容为“== 模板介紹 == 这是一个简单的让文字居中的模板。 == 範例 == {| class="wikitable" style="width:50%;" ! style="width:100px;" | 代码 | <nowiki>{{Center|Hello world!}}</nowiki> |- ! style="width:100px;" | 效果 | {{Center|Hello world!}} |} <templatedata> { "params": { "1": { "description": "想要居中的文字", "type": "string", "required": true }, "style": {} } } </templatedata>”)
- 2022年2月20日 (日) 14:08 Rmolives 讨论 贡献创建了页面模板:Center (创建页面,内容为“<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;{{#if: {{{style|}}} | {{{style}}};}}">{{{1}}}</div>{{#if:{{{1|}}}||Category:使用Center模板卻未提供置中文字參數}}</includeonly><noinclude> {{documentation}} </noinclude>”)
- 2022年2月20日 (日) 12:27 Rmolives 讨论 贡献删除页面模板:2columns/doc (内容为:“|1=第一栏 |2=第二栏”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月20日 (日) 12:27 Rmolives 讨论 贡献删除页面模板:2columns (内容为:“<div class="clear-div {{{class|}}}"> <div class="clear-div"> <div class="one-half column"> {{{1|第一栏}}} </div> <div class="one-half column"> {{{2|第二栏}}} </div> </div> </div> <div class="clear-div"></div><noinclude> {{Documentation}} </noinclude>”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月20日 (日) 12:26 Rmolives 讨论 贡献删除页面模板:3columns (内容为:“<div class="clear-div"> <div class="clear-div"> <div class="one-third column"> {{{1|第一栏}}} </div> <div class="one-third column"> {{{2|第二栏}}} </div> <div class="one-third column"> {{{3|第三栏}}} </div> </div> </div> <div class="clear-div"></div>”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月20日 (日) 12:26 Rmolives 讨论 贡献创建了页面模板:3columns (创建页面,内容为“<div class="clear-div"> <div class="clear-div"> <div class="one-third column"> {{{1|第一栏}}} </div> <div class="one-third column"> {{{2|第二栏}}} </div> <div class="one-third column"> {{{3|第三栏}}} </div> </div> </div> <div class="clear-div"></div>”)
- 2022年2月20日 (日) 12:25 Rmolives 讨论 贡献创建了页面模板:2columns/doc (创建页面,内容为“|1=第一栏 |2=第二栏”)
- 2022年2月20日 (日) 12:25 Rmolives 讨论 贡献创建了页面模板:2columns (创建页面,内容为“<includeonly><div class="clear-div {{{class|}}}"> <div class="clear-div"> <div class="one-half column"> {{{1|第一栏}}} </div> <div class="one-half column"> {{{2|第二栏}}} </div> </div> </div> <div class="clear-div"></div></includeonly><noinclude> {{Documentation}} </noinclude>”)
- 2022年2月19日 (六) 16:48 Rmolives 讨论 贡献创建了页面有穷自动机 (创建页面,内容为“## 确定性有穷自动机 (Deterministic Finite Automaton, DFA) ### 定义 确定性有穷自动机是一个5元组<math>(Q,\Sigma,\delta,q_0,F)</math>,其中 1. Q是一个有穷集合,称为状态集 2. <math>\Sigma</math>是一个有穷集合,称为字母表 3. <math>\delta:Q×\Sigma \rightarrow Q</math>是状态转移函数 4. <math>q_0\in Q</math>是起始状态 5. <math>F\subseteq Q</math>是接受状态集 一台确定性有穷自动机有…”)
- 2022年2月19日 (六) 15:49 Rmolives 讨论 贡献创建了页面前缀和 (创建页面,内容为“对于一个给定的数组A,它的前缀和数列S是能通过递推能求出的基本信息之一: <math> S_i=\sum_{j=1}^i{A_j} </math>”)
- 2022年2月19日 (六) 15:36 Rmolives 讨论 贡献创建了页面队列 (创建页面,内容为“'''队列(Sueue)'''是一种是'''先进先出(FIFO, First-In-First-Out)'''的数据结构,队列只允许在'''后端(rear)'''进行插入操作,在'''前端(front)'''进行删除操作。”)
- 2022年2月18日 (五) 18:21 Rmolives 讨论 贡献删除页面模板:Music163 (内容为:“<includeonly><div class="music163" data-id="{{{1|{{{id|}}}}}}" data-size="{{#ifeq: {{{size}}} | small | small | big}}" data-type="{{{type|}}}" data-width="{{{width|}}}" data-height="{{{height|}}}" title="{{{title|}}}" data-float="{{{float|}}}"></div>{{#widget:music163}}{{ac|条目中存在只限中国内地播放的音频}}</includeonly>”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 18:20 Rmolives 讨论 贡献删除页面微件:Music163 (内容为:“<includeonly><!--{if !isset($wgMusic163) || !$wgMusic163}--><!--{assign var="wgMusic163" value=true scope="global"}--><script> "use strict"; window.RLQ.push(() => { const types = ["playlist", "album", "song", "program", "djradio"]; const placeholderToggle = (iframe) => { if (iframe.data("displayFlag")) { iframe.data("displayFlag…”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 18:13 Rmolives 讨论 贡献创建了页面微件:Music163 (创建页面,内容为“><includeonly><!--{if !isset($wgMusic163) || !$wgMusic163}--><!--{assign var="wgMusic163" value=true scope="global"}--><script> "use strict"; window.RLQ.push(() => { try { const types = ["playlist", "album", "song", "program", "djradio"]; const placeholderToggle = (iframe) => { if (iframe.data("displayFlag")) { iframe.data("displayFlag", false); iframe.data("placeholder").fadeOut(370);…”)
- 2022年2月18日 (五) 18:12 Rmolives 讨论 贡献还原页面模板:Ac(1个修订版本)
- 2022年2月18日 (五) 18:12 Rmolives 讨论 贡献创建了页面模板:Music163 (创建页面,内容为“<includeonly><div class="music163" data-id="{{{1|{{{id|}}}}}}" data-size="{{#ifeq: {{{size}}} | small | small | big}}" data-type="{{{type|}}}" data-width="{{{width|}}}" data-height="{{{height|}}}" title="{{{title|}}}" data-float="{{{float|}}}"></div>{{#widget:music163}}{{ac|条目中存在只限中国内地播放的音频}}</includeonly>”)
- 2022年2月18日 (五) 18:07 Rmolives 讨论 贡献删除页面模板:网易云音乐/player.css (内容为:“@media all and (max-width: 850px){ .music163-longbar{ width:100%; height:90px; } .music163-left{ width:100%; height:90px; } .music163-right{ width:100%; height:90px; } .music163-column-left{ width:100%; height:400px; } } @media all and (min-width: 850px){ .music163-longbar{ width:100%; height:90px; } .music163-left{ width:400px; height:90px; float:left…”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 18:07 Rmolives 讨论 贡献删除页面微件:Music163 (内容为:“<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100% height=90 src=""></iframe> <script type="text/javascript"> window.RLQ = window.RLQ || []; window.RLQ.push(function(){ //jQuery 加载参考 https://zh.moegirl.org.cn/User:Nbdd0121/萌娘百科技术指南 $("div[class=music163un]").each( function(){ let iframe = $(this).children("iframe");…”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 18:06 Rmolives 讨论 贡献删除页面模板:网易云音乐 (内容为:“<includeonly><templatestyles src="网易云音乐/player.css" /> {{#if:{{{id|}}}|<div class="music163un" data-id="{{{id|}}}" data-class="{{{class|全宽}}}" data-type="{{{type|2}}}">{{#Widget:Music163}}</div>|请输入网易云音乐ID。}}</includeonly><noinclude>{{Documentation}}</noinclude>”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 18:02 Rmolives 讨论 贡献创建了页面模板:网易云音乐/player.css (创建页面,内容为“@media all and (max-width: 850px){ .music163-longbar{ width:100%; height:90px; } .music163-left{ width:100%; height:90px; } .music163-right{ width:100%; height:90px; } .music163-column-left{ width:100%; height:400px; } } @media all and (min-width: 850px){ .music163-longbar{ width:100%; height:90px; } .music163-left{ width:400px; height:90px; float:left; } .music163-right{ width:400px; height:90px; float:right; } .music163-column-left{…”)
- 2022年2月18日 (五) 18:01 Rmolives 讨论 贡献创建了页面微件:Music163 (创建页面,内容为“<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100% height=90 src=""></iframe> <script type="text/javascript"> window.RLQ = window.RLQ || []; window.RLQ.push(function(){ //jQuery 加载参考 https://zh.moegirl.org.cn/User:Nbdd0121/萌娘百科技术指南 $("div[class=music163un]").each( function(){ let iframe = $(this).children("iframe"); let id = "&id=" + $(this).attr("data-id"); let type = "?type=" + $(this).attr("data-type…”)
- 2022年2月18日 (五) 18:01 Rmolives 讨论 贡献创建了页面模板:网易云音乐 (创建页面,内容为“<includeonly><templatestyles src="网易云音乐/player.css" /> {{#if:{{{id|}}}|<div class="music163un" data-id="{{{id|}}}" data-class="{{{class|全宽}}}" data-type="{{{type|2}}}">{{#Widget:Music163}}</div>|请输入网易云音乐ID。}}</includeonly><noinclude>{{Documentation}}</noinclude>”)
- 2022年2月18日 (五) 17:58 Rmolives 讨论 贡献删除页面模板:Music163 (内容为:“<includeonly><div class="music163" data-id="{{{1|{{{id|}}}}}}" data-size="{{#ifeq: {{{size}}} | small | small | big}}" data-type="{{{type|}}}" data-width="{{{width|}}}" data-height="{{{height|}}}" title="{{{title|}}}" data-float="{{{float|}}}"></div>{{#widget:music163}}</includeonly>”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 17:58 Rmolives 讨论 贡献删除页面微件:Music163 (内容为:“<includeonly><!--{if !isset($wgMusic163) || !$wgMusic163}--><!--{assign var="wgMusic163" value=true scope="global"}--><script> "use strict"; window.RLQ.push(() => { try { const types = ["playlist", "album", "song", "program", "djradio"]; const placeholderToggle = (iframe) => { if (iframe.data("displayFlag")) { iframe.data("d…”,唯一贡献者是“Rmolives”(讨论))
- 2022年2月18日 (五) 17:32 Rmolives 讨论 贡献还原页面微件:Music163(2个修订版本)
- 2022年2月18日 (五) 17:31 Rmolives 讨论 贡献还原页面模板:Music163(5个修订版本)
- 2022年2月18日 (五) 16:34 Rmolives 讨论 贡献创建了页面文件:Monotonous-stack-before.svg (基于MsUpload的文件上传)
- 2022年2月18日 (五) 16:34 Rmolives 讨论 贡献上传文件:Monotonous-stack-before.svg (基于MsUpload的文件上传)
- 2022年2月18日 (五) 16:34 Rmolives 讨论 贡献创建了页面文件:Monotonous-stack-after.svg (基于MsUpload的文件上传)
- 2022年2月18日 (五) 16:34 Rmolives 讨论 贡献上传文件:Monotonous-stack-after.svg (基于MsUpload的文件上传)
- 2022年2月18日 (五) 16:20 Rmolives 讨论 贡献创建了页面栈 (创建页面,内容为“thumb|堆栈的简单示意图 '''栈(Stack)'''是一种'''后进先出(LIFO, Last In First Out)'''的数据结构,通常支持3种运算,分别为查看栈顶(top),加入栈(push),和删除栈顶(pop)。”)
- 2022年2月18日 (五) 16:20 Rmolives 讨论 贡献创建了页面文件:Data stack.svg (基于MsUpload的文件上传)
- 2022年2月18日 (五) 16:20 Rmolives 讨论 贡献上传文件:Data stack.svg (基于MsUpload的文件上传)
- 2022年2月18日 (五) 16:09 Rmolives 讨论 贡献创建了页面递归 (创建页面,内容为“'''递归(Recursion)'''是指函数的定义中使用函数自身。”)
- 2022年2月18日 (五) 13:33 Rmolives 讨论 贡献创建了页面模板: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…”)
- 2022年2月18日 (五) 13:28 Rmolives 讨论 贡献创建了页面模板: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|}}}…”)
- 2022年2月18日 (五) 12:32 Rmolives 讨论 贡献创建了页面模板:卡片/doc (创建页面,内容为“<templatedata> { "params": { "header": { "label": "头部", "description": "在框外显示的标题", "example": "推荐页面", "type": "string", "suggested": true }, "title": { "label": "标题", "description": "框内显示的标题", "example": "测试页面", "type": "string", "suggested": true }, "content": { "label": "内容", "description": "框中的文字内容", "type": "content", "required": true…”)
- 2022年2月18日 (五) 12:26 Rmolives 讨论 贡献创建了页面模板:上标/doc (创建页面,内容为“<noinclude> == 使用方法: == <nowiki>{{上标|下面的文字|上面的文字}}</nowiki> == 示例: == {{上标|下面的文字|上面的文字}}这样即可 <templatedata> { "params": { "1": { "label": "文字", "type": "line", "required": true }, "2": { "label": "上标", "type": "line", "required": true } }, "description": "在文字上显示上标" } </templatedata> </noinclude>”)
- 2022年2月18日 (五) 12:22 Rmolives 讨论 贡献创建了页面文件:Test Template Info-Icon - Version (2).svg
- 2022年2月18日 (五) 12:22 Rmolives 讨论 贡献上传文件:Test Template Info-Icon - Version (2).svg
- 2022年2月18日 (五) 12:20 Rmolives 讨论 贡献创建了页面模块:Namespace detect/config (创建页面,内容为“-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --…”)
- 2022年2月18日 (五) 12:18 Rmolives 讨论 贡献创建了页面模块:Namespace detect/data (创建页面,内容为“-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') loca…”)
- 2022年2月18日 (五) 12:17 Rmolives 讨论 贡献创建了页面模块:Category handler/blacklist (创建页面,内容为“-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', --…”)