主要公开日志
外观
所有中医百科公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年12月4日 (日) 23:04 入我相思门 留言 贡献删除页面MediaWiki:Gadget-site-hackathon-zonestamp.js
- 2022年12月4日 (日) 23:04 入我相思门 留言 贡献删除页面MediaWiki:Gadget-site
- 2022年12月4日 (日) 23:04 入我相思门 留言 贡献删除页面MediaWiki:Gadget-site.css
- 2022年12月4日 (日) 22:54 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-site-hackathon-zonestamp.js (创建页面,内容为“* * Display local times on mw:Wikimedia_Hackathon_2022/Schedule, via mw:Template:Zonestamp. * * License: CC0 * * Based on <https://meta.wikimedia.org/wiki/User:BDavis_(WMF)/Scripts/zonestamp.js>: global mw: mw.hook( 'wikipage.content' ).add( function () { if (!Array.from || !document.append ) { return; } document.querySelectorAll( 'time.zonestamp, time.tpl-zonestamp' ).forEach( function ( node ) { node.textContent = ''; var d…”)
- 2022年12月4日 (日) 22:53 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-site.css (创建页面,内容为“* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org. * Styling inside .mw-parser-output should generally use TemplateStyles.: Public Domain background in the Help namespace: .action-view.ns-12 #bodyContent { background-image: url(//upload.wikimedia.org/wikipedia/commons/6/67/PD-icon-faded.png); background-repeat: no-repeat; @noflip: background-position: right 5em; } * Hide elements on the main page.: .p…”)
- 2022年12月4日 (日) 22:52 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-site-styles (创建页面,内容为“站点(样式):此wiki的模板和主题所需的通用实用程序(包括en.wikipedia.org中的框样式)”)
- 2022年12月4日 (日) 22:51 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-site.js (创建页面,内容为“global mw, $: * * Hide prefix in category * * @source www.mediawiki.org/wiki/Snippets/Hide_prefix_in_category * @rev 5: var prefix = $.trim( $( '#mw-cat-hideprefix' ).text() ) || ( mw.config.get( 'wgTitle' ) + '/' ); $( '#mw-pages' ).find( 'a' ).text( function ( i, val ) { return val.slice( 0, prefix.length ) === prefix ? val.slice( prefix.length ) : val; } ); /** * Load the CodeReview 'tooltips' gadget on MediaWiki roadmap subpages, *…”)
- 2022年12月4日 (日) 22:50 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-site (创建页面,内容为“此wiki的模板和主题所需的通用工具。”)
- 2022年12月4日 (日) 20:26 入我相思门 留言 贡献删除页面MediaWiki:Gadget-Edittools (废弃)
- 2022年12月4日 (日) 20:26 入我相思门 留言 贡献删除页面MediaWiki:Gadget-Edittools.js (废弃)
- 2022年12月4日 (日) 12:57 入我相思门 留言 贡献删除页面MediaWiki:Gadget-blocktab (废弃)
- 2022年12月4日 (日) 12:57 入我相思门 留言 贡献删除页面MediaWiki:Gadget-blocktab.js (废弃)
- 2022年12月4日 (日) 12:41 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-blocktab.js (创建页面,内容为“jQuery( document ).ready( function ($) { var msgBlockLabel, msgBlockTooltip, title, lang = mw.config.get( 'wgUserLanguage' ), ns = mw.config.get( 'wgNamespaceNumber' ); if ( ns !== 2 && ns !== 3 ) { // restrict to User and User talk return; } // @todo: Use MediaWiki message interface when Gadgets 2.0 is out and messages can be loaded through ResourceLoader msgBlockLabel = { en: 'Block', pl: 'Zablokuj' }; msgBlockTooltip = { en: 'Block "…”)
- 2022年12月4日 (日) 12:41 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-blocktab (创建页面,内容为“添加选项卡以阻止用户访问其用户和用户对话页面”)
- 2022年12月4日 (日) 12:35 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-autonum.js (创建页面,内容为“* * Auto-number headings * * @source https://www.mediawiki.org/wiki/Snippets/Auto-number_headings * @author Krinkle * @version 2021-10-03: var toc = document.querySelector('#toc'); if (toc) { document.querySelectorAll('.mw-parser-output :is(h1,h2,h3,h4,h5,h6) .mw-headline').forEach(function (headline) { var num = toc.querySelector('a[href="#' + CSS.escape(headline.id) + '"] .tocnumber'); if (num) headline.prepend(num.textContent + ' '); })…”)
- 2022年12月4日 (日) 12:35 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-autonum.css (创建页面,内容为“* * Auto-number headings * * @source https://www.mediawiki.org/wiki/Snippets/Auto-number_headings * @author Krinkle * @version 2021-10-03: * * Fallback for pages without a TOC. This could in principle work for all pages, * but we don't to ensure consistency between the TOC and heading numbers: .tpl-autonum .mw-parser-output { counter-reset: autonum-h2 autonum-h3 autonum-h4 autonum-h5 autonum-h6; } .tpl-autonum .mw-parser-output h2 { counte…”)
- 2022年12月4日 (日) 12:35 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-autonum (创建页面,内容为“自动编号标题”)
- 2022年12月4日 (日) 11:24 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-UTCLiveClock.js (创建页面,内容为“/** * Warning! Global gadget file! * * This gadget adds a clock in the personal toolbar that shows the current time * in UTC (or a different timezone of your choosing), and also provides a link * to purge the current page. * * Revision: July 2020 * Source: https://www.mediawiki.org/wiki/MediaWiki:Gadget-UTCLiveClock.js * * Installation: * * 1. Copy the JS page at https://www.mediawiki.org/wiki/MediaWiki:Gadget-UTCLiveClock.js * to the page [[Medi…”)
- 2022年12月4日 (日) 11:23 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-UTCLiveClock.css (创建页面,内容为“* * Explicitly set width of the UTC-clock list element, so that we can use a * hidden peer gadget to add space where the clock would go before it loads.: .skin-vector #utcdate { width: 6em; * The default margin-left is 0.75em, but set it again here explicitly, so * we can be sure of the exact width.: margin-left: 0.75em; } /** * Vector-2022: * The header is not designed to hold too many items (see T301583#7712430) so push down to new l…”)
- 2022年12月4日 (日) 11:23 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-UTCLiveClock-pagestyles.css (创建页面,内容为“* * This is loaded as a hidden peer gadget of UTCLiveClock. * Before UTCLiveClock has loaded, it adds space where the clock would go, * so that the personal toolbar does not "jump".: /* * In Vector, by default the li elements in the p-personal bar have a font-size * of 0.75em. Duplicate that here so that we can be sure of the proper factor to * multiply the ul element's margin-right by. And just in case, override any * possible changes to the font…”)
- 2022年12月4日 (日) 11:22 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-UTCLiveClock (创建页面,内容为“个人工具栏中的时钟,以UTC显示当前时间,并提供清除当前页面的链接”)
- 2022年12月4日 (日) 10:51 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-HotCat.js/local defaults (创建页面,内容为“if ( typeof( HotCat ) != 'undefined' ) { HotCat.uncat_regexp = null; HotCat.single_minor = true; HotCat.use_up_down = false; HotCat.upload_disabled = false; HotCat.redir_category = null; HotCat.disambig_category = null; HotCat.messages.using = ' 使用HotCat'; } //”)
- 2022年12月4日 (日) 10:50 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-HotCat.js (创建页面,内容为“/** HotCat V2.43 Ajax-based simple Category manager. Allows adding/removing/changing categories on a page view. Supports multiple category changes, as well as redirect and disambiguation resolution. Also plugs into the upload form. Search engines to use for the suggestion list are configurable, and can be selected interactively. Documentation: https://commons.wikimedia.org/wiki/Help:Gadget-HotCat List of main authors: https://commons.wikimedia.org/wiki/Help:G…”)
- 2022年12月4日 (日) 10:47 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-HotCat (创建页面,内容为“HotCat,通过名称轻松添加/删除/更改页面上的类别”)
- 2022年12月4日 (日) 10:21 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-DotsSyntaxHighlighter.js (创建页面,内容为“mw.loader.using("jquery.client",function(){"use strict";var l,g,d,c,p,y,f,b=-1,e=mw.config.get("wgUrlProtocols"),r="&(?:(?:n(?:bsp|dash)|m(?:dash|inus)|lt|e[mn]sp|thinsp|amp|quot|gt|shy|zwn?j|lrm|rlm|Alpha|Beta|Epsilon|Zeta|Eta|Iota|Kappa|[Mm]u|micro|Nu|[Oo]micron|[Rr]ho|Tau|Upsilon|Chi)|#x[0-9a-fA-F]+);\n*",t="\\[(?:\\[|(?:"+e+"))|\\{(?:\\{\\{?|\\|)|<(?:[:A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-⁰-Ⰰ-、-豈-﷏ﷰ-�][:\\wÀ-ÖØ-öø-˿Ͱ-ͽͿ-…”)
- 2022年12月4日 (日) 10:20 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-DotsSyntaxHighlighter (创建页面,内容为“语法高亮显示,使语法在编辑框中醒目。在Firefox中效果最好,在Chrome和Opera中几乎所有时间都可以使用。”)
- 2022年12月4日 (日) 09:54 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-CharInsertButtons (创建页面,内容为“将wiki编辑器下方的插入菜单设置为按钮样式”)
- 2022年12月4日 (日) 09:53 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-CharInsertButtons.css (创建页面,内容为“* * Styling for links generated by MediaWiki:Edittools * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2020-03-17: .mw-charinsert-buttons { border: 1px solid #aaa; margin-top: 10px; padding: 1px; font-size: 1.1em; text-align: center; } .mw-charinsert-buttons a { background-color: #cde !important; color: #000; border: thin #069 outset; padding: 0 1px 1px; font-weight: bold; font-size: 0.9em; text-decorati…”)
- 2022年12月4日 (日) 09:51 入我相思门 留言 贡献还原页面MediaWiki:Gadget-Edittools.js(1个修订版本)
- 2022年12月4日 (日) 09:50 入我相思门 留言 贡献移动页面Wiki/MediaWiki:Gadget-Edittools至MediaWiki:Gadget-Edittools,不留重定向
- 2022年12月4日 (日) 09:50 入我相思门 留言 贡献创建了页面Wiki/MediaWiki:Gadget-Edittools (创建页面,内容为“Edittools: Enhance the edittools section (grouping into section with a dropdown menu and converting static links to buttons)”)
- 2022年12月4日 (日) 00:06 入我相思门 留言 贡献删除页面MediaWiki:Gadget-Edittools.js
- 2022年12月4日 (日) 00:06 入我相思门 留言 贡献删除页面MediaWiki:Gadget-Edittools
- 2022年12月3日 (六) 14:02 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-Edittools.js (创建页面,内容为“* * EditTools support: add a selector, change <a> into buttons. * The special characters to insert are defined at MediaWiki:Edittools. * * @author Arnomane, 2006 (on the commons.wikimedia.org/wiki/MediaWiki:Edittools.js) * @author Kaganer, 2007 (adapting to www.mediawiki.org) * @author Krinkle, 2012 * @source www.mediawiki.org/wiki/MediaWiki:Gadget-Edittools.js * @revision 2019-12-17: jslint browser: true: global jQuery, mediaWiki: (funct…”)
- 2022年12月3日 (六) 14:02 入我相思门 留言 贡献创建了页面MediaWiki:Gadget-Edittools (创建页面,内容为“''Edittools'': Enhance the edittools section (grouping into section with a dropdown menu and converting static links to buttons)”)
- 2022年12月2日 (五) 22:55 入我相思门 留言 贡献创建了页面Category:使用DynamicPageList3解析器函数的页面 (创建页面,内容为“__HIDDENCAT__ ”)
- 2022年11月30日 (三) 23:06 入我相思门 留言 贡献创建了页面Template:近期编辑 (重定向页面至Template:Under construction) 标签:新重定向
- 2022年11月30日 (三) 23:06 入我相思门 留言 贡献创建了页面Template:Under construction/doc (创建页面,内容为“<noinclude>{{内联模板文档}}</noinclude> <!-- 在本行下编辑模板说明 --> 挂上模板的页面会被分类到Category:正在构建的条目。 == 范例 == * {{tlx|under construction|2=comment=}} * {{tlx|近期编辑|2=comment=}} === 结构 === 如有其他附注说明,请加上<code>|comment=</code>。 === 使用注意 === 请注意编辑完成请'''移除'''本模板。 == 使用指引 == {{Main|Template:Inuse/doc}} 如果条目并没…”)
- 2022年11月30日 (三) 23:02 入我相思门 留言 贡献创建了页面File:Ambox warning blue construction.svg
- 2022年11月30日 (三) 23:02 入我相思门 留言 贡献上传File:Ambox warning blue construction.svg
- 2022年11月30日 (三) 23:01 入我相思门 留言 贡献创建了页面Template:Under construction (创建页面,内容为“{{mbox |type = notice |image = 50px|link=|页面正在扩充或大幅编辑中 |text = '''本{{NS1}}近期正在扩充或大幅编辑。'''<br><span style="font-size: smaller;">若本{{NS1}}{{Fullurl|{{NAMESPACE}}:{{PAGENAME}}|2=action=history|3=已数日无大修改}},请移除本模板。<br>致添加本模板的编者:如须在短时间内大幅修改,请务必在编辑期间用{{tlxb|inuse}}或{{tlxb|inus…”)
- 2022年11月30日 (三) 22:59 入我相思门 留言 贡献创建了页面Template:Tlg/doc (创建页面,内容为“{{Documentation subpage}} {{lua|Module:Tlg}} <!-- 任何分类請於本页底部加入 --> == 使用方法 == {{tlx|tlg}}('''<u>t</u>emplate <u>l</u>ink, <u>g</u>eneral''',即“全功能模板链接”)是用来添加模板链接的全功能模板。本模板可以代替或实现任何{{code|<nowiki>{{tl*}}</nowiki>}}类模板的功能,例如{{tlx|tl}}、{{tlx|tlx}}、{{tlx|tlb}}。可用参数如下: * {{code|code{{=}}yes}}:使用{{tag|code}}HTML…”)
- 2022年11月30日 (三) 22:49 入我相思门 留言 贡献保护了Module:Tlg [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史)
- 2022年11月30日 (三) 22:49 入我相思门 留言 贡献创建了页面Module:Tlg (创建页面,内容为“-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function tri…”)
- 2022年11月30日 (三) 22:48 入我相思门 留言 贡献创建了页面Template:Tlg (创建页面,内容为“{{#Invoke:Tlg|main}}<noinclude> {{Documentation}} </noinclude>”)
- 2022年11月30日 (三) 22:47 入我相思门 留言 贡献创建了页面Template:Tlxb (创建页面,内容为“{{Tlg|bold=yes|code=yes|subst={{{subst|}}}|{{{1|<noinclude>test</noinclude>}}}<!-- -->|2{{#ifeq:{{{2<noinclude>|x</noinclude>}}}|{{{2|x}}}||x}}={{{2<noinclude>|params</noinclude>}}}<!-- -->|3{{#ifeq:{{{3}}}|{{{3|x}}}||x}}={{{3}}}<!-- -->|4{{#ifeq:{{{4}}}|{{{4|x}}}||x}}={{{4}}}<!-- -->|5{{#ifeq:{{{5}}}|{{{5|x}}}||x}}={{{5}}}<!-- -->|6{{#ifeq:{{{6}}}|{{{6|x}}}||x}}={{{6}}}<!-- -->|7{{#ifeq:{{{7}}}|{{{7|x}}}||x}}={{{7}}}<!-- -->|8{{#ifeq:{{{8}}}|{{{8|x}}}||x}}={{{…”)
- 2022年11月30日 (三) 22:44 入我相思门 留言 贡献创建了页面Template:Last edited by (创建页面,内容为“<span class="lasteditedby">{{#if:{{{small|}}}|<small>|}}本{{NS1}}{{#if: {{REVISIONUSER}} | 由[[{{ns:2}}:{{REVISIONUSER}}|{{REVISIONUSER}}]]<small>([[Special:Contributions/{{REVISIONUSER}}|贡献]]·[[Special:Log/{{REVISIONUSER}}|日志]])</small> }}于[{{fullurl:{{FULLPAGENAME}}|action=purge}} {{Time ago|{{REVISIONTIMESTAMP}}}}]{{#if:{{{small|}}}|</small>|}}[{{fullurl:{{FULLPAGENAME}}|diff=cur}} 最后编辑]。</span><noinclude>{{documentation}}</noinclude>”)
- 2022年11月30日 (三) 22:44 入我相思门 留言 贡献创建了页面Template:NS1/doc (创建页面,内容为“{{NoteTA |1 = zh-cn:示例; zh-tw:範例; |2 = zh-cn:重定向; zh-tw:重新導向; }} {{Documentation subpage}} {{High-use}} 本模板产生命名空间的中文标签显示。 == 用法 == {-{}-{NS1}} {-{}-{NS1|语种}} {-{}-{NS1|语种|指定空间名称}} ;语种:参数的值可以是:zh zh-hans zh-hant zh-cn zh-tw zh-hk zh-sg 预设为用户正在使用的 ;指定空间名称:参数的值可以是:(空值) talk template template_talk 等 预设…”)
- 2022年11月30日 (三) 22:41 入我相思门 留言 贡献创建了页面Template:NS1 (创建页面,内容为“{{#switch:{{#if:{{{1|}}}|{{{1}}}|{{int:Conversionname}}}} |zh|zh-hans|zh-cn|zh-sg|zh-my={{#switch:{{ns:{{{2|{{NAMESPACE}}}}}}} |{{ns:-1}}=特殊页面 |{{ns:}}=条目 |{{ns:talk}}=讨论 |{{ns:user}}=用户页 |{{ns:user talk}}=用户讨论页 |{{ns:中医百科}}=项目页面 |{{ns:中医百科 talk}}=中医百科讨论 |{{ns:file}}=…”)
- 2022年11月30日 (三) 22:37 入我相思门 留言 贡献创建了页面Template:LastEditedBy (重定向页面至Template:Last edited by) 标签:新重定向