Zeroclanzhang的用户贡献

搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2023年7月21日 (星期五)

  • 14:352023年7月21日 (五) 14:35 差异 历史 +831 模板:Infobox nodebase/production state/styles.css创建页面,内容为“→‎Reset:​ .data-productionstate td { padding: 0; } .data-productionstate__container { padding: 10px 15px; background-color: var( --color-surface-3 ); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; } .data-productionstate__container--可飞 { background-color: var( --color-success ); color: rgba( 255, 255, 255, 0.8 ) ; } .data-productionstate__container--可飞 a { color: #fff; } .data-productionstate__container--…” 当前
  • 14:342023年7月21日 (五) 14:34 差异 历史 +561 模板:Infobox nodebasic/production state创建页面,内容为“{{#if:{{{productionstate|}}}| <div class="data-productionstate__container data-productionstate__container--{{lc:{{Strip whitespace|{{{productionstate}}}}}}}"> <div class="data-productionstate__title">[[:Category:{{{productionstate}}}|{{{productionstate}}}]]</div> <div class="data-productionstate__description">{{{productionstatedesc|}}}</div> </div> }}<templatestyles src="Template:Infobox nodebase/production state/styles.css"/><noinclude> {{/…”
  • 14:302023年7月21日 (五) 14:30 差异 历史 +187 模板:Infobox创建页面,内容为“<templatestyles src="Template:Infobox/styles.css" />{{#invoke:Infobox|infobox}}<noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>” 当前
  • 13:472023年7月21日 (五) 13:47 差异 历史 +540 模板:Infobox AlgorithmOutput创建页面,内容为“{{Infobox tabber |label1=节点输出结果 |data1=<!-- 建议连接的制图节点 -->{{Infobox data div |id = plotoutput |col = 2 |label = 建议连接的制图节点 |value1 = {{#if:{{{english|}}}|{{pcnodeoutput|{{{english}}}}}|{{pcnodeoutput|{{{name}}}}}}<br><nowiki>|</nowiki><nowiki>|</nowiki>}{#if:{{{english|}}}|{{pcnodeoutput|{{{english}}}}}|{{pcnodeoutput|{{{name}}}}}}<br><nowiki>|</nowiki><nowiki>|</nowiki>}}}<!-- } <noinclude> {{/doc}} <!-- Categories…” 当前

2023年7月18日 (星期二)

  • 12:032023年7月18日 (二) 12:03 差异 历史 +488 模板:Infobox data div/doc创建页面,内容为“{{Documentation}} {{t|Infobox data div}} creates a <code><nowiki><div></nowiki></code> container which mimics the <code><nowiki><tr class="infobox-data"></nowiki></code> element use in the infobox. == Usage == <syntaxhighlight lang="html+handlebars"> {{Infobox data div |id = <!-- Unique ID used to label the data --> |col = <!-- Column --> |label = <!-- Label text --> |value = <!-- Value text --> }} </syntaxhighlight> <includeonly>Category:Infobox utility te…” 当前
  • 12:022023年7月18日 (二) 12:02 差异 历史 +339 模板:Infobox data div创建页面,内容为“<div class="data-{{{id}}} infobox-data infobox-col{{{col}}}"> <div class="infobox-data__label">{{{label}}}</div> <div class="infobox-data__value">{{{value}}}</div> </div><templatestyles src="Template:Infobox data div/styles.css" /><noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>” 当前
  • 12:012023年7月18日 (二) 12:01 差异 历史 +534 模板:Infobox data div/styles.css创建页面,内容为“→‎Mimic infobox styles from Template:Infobox/styles.css:​ →‎.infobox tr:​ div.infobox-data { display: flex; box-sizing: border-box; flex-direction: column; padding: 0 10px; margin-top: 10px; } →‎.infobox th, .infobox tdd:​ .infobox-data__label, .infobox-data__value { padding: 0 5px; } →‎.infobox th:​ .infobox-data__label { color: var( --color-base--subtle ); font-size: 0.8125rem; font-weight: normal; letter-spacing: 0.75…” 当前

2023年7月17日 (星期一)

2023年7月14日 (星期五)

  • 17:162023年7月14日 (五) 17:16 差异 历史 +997 模板:Infobox tabber/doc创建页面,内容为“{{Documentation}} {{t|Infobox tabber}} implements the <code><nowiki><tabber></nowiki></code> tag from [https://www.mediawiki.org/wiki/Extension:TabberNeue Extension:TabberNeue] for infobox usage only. It includes additional styling needed for infobox. == Usage == <syntaxhighlight lang="html+handlebars"> {{Infobox tabber |label1 = Tab Title A |data1 = Tab content A goes here. |label2 = Tab Title B |data2 = Tab content B goes here. |label3 = Tab Title C |data3 =…” 当前
  • 17:152023年7月14日 (五) 17:15 差异 历史 +395 模板:Infobox tabber创建页面,内容为“<!-- Don't run if there is no label -->{{#if:{{{label1|}}} |{{#tag:tabber|{{#vardefine:i|1}}{{#while: |{{{label{{#var:i}}|}}} |{{!}}-{{!}}{{{label{{#var:i}}}}}={{{data{{#var:i}}}}}{{#vardefine:i|{{#expr:{{#var:i}}+ 1}}}} }}}} }}<templatestyles src="Template:Infobox tabber/styles.css" /><noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>” 当前
  • 17:142023年7月14日 (五) 17:14 差异 历史 +346 模板:Infobox title icon创建页面,内容为“<includeonly>{{#if:{{{icon|}}}|<div class="infobox-title-container">{{{1}}}[[File:{{{icon}}}|x20px|link=|class={{#if:{{{inverted|}}}|inverted}}]]</div>|{{{1}}}}}<templatestyles src="Template:Infobox title icon/styles.css" /></includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>”
  • 17:142023年7月14日 (五) 17:14 差异 历史 +443 模板:Infobox title icon/styles.css创建页面,内容为“.infobox-title-container { display: flex; justify-content: space-between; align-items: center; } .infobox-title-container img { opacity: .7; } .infobox-title-container img.inverted { filter: invert(1) hue-rotate(180deg); } →‎Dark mode:​ html.skin-citizen-dark .infobox-title-container img { filter: invert(1) hue-rotate(180deg); } html.skin-citizen-dark .infobox-title-container img.inverted { filter: none; }”
  • 17:102023年7月14日 (五) 17:10 差异 历史 +435 模板:Infobox tabber/styles.css创建页面,内容为“→‎Infobox tabber:​ .infobox .infobox-tabber { width: 100%; margin-top: 0; padding: 0; } .infobox-tabber td { padding: 0; } →‎Stop overflow:​ .infobox-tabber .tabber__header { max-width: 400px; } →‎Align with the rest of the infobox elements:​ .infobox-tabber .tabber__tab { padding-left: 15px; padding-right: 15px; } →‎Flexbox value from infobox:​ .infobox-tabber .tabber__panel { display: flex; flex-wrap: wrap; }” 当前
  • 17:042023年7月14日 (五) 17:04 差异 历史 +1,894 模板:Bulleted list/doc创建页面,内容为“{{Documentation}} {{Template shortcut|blist|bulleted|ulist|unordered list}} {{Wikipedia template}} {{t|Bulleted list}} may be used to generate a bulleted list in similar vein to HTML's {{tag|ul}} list. A typical application is within captions, where the equivalent wiki markup (asterisks at the starts of new lines) may be awkward or impossible to use. See Wik…” 当前
  • 17:042023年7月14日 (五) 17:04 差异 历史 +237 模块:TableTools/doc创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:TableTools''' includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke.” 当前
  • 17:032023年7月14日 (五) 17:03 差异 历史 +8,030 模块:TableTools创建页面,内容为“--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #inv…” 当前
  • 17:022023年7月14日 (五) 17:02 差异 历史 +170 模板:Bulleted list创建页面,内容为“{{<includeonly>safesubst:</includeonly>#invoke:list|bulleted}}<noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>” 当前
  • 17:012023年7月14日 (五) 17:01 差异 历史 +1,747 模板:Template shortcut/doc创建页面,内容为“{{Documentation}} {{tsh|tsh}} This template displays one or more of a template's shortcuts (that is, redirects, also known as aliases, as in the box appearing at the right. {{tl|Tsh}} is a shortcut to this template, {{<nowiki />template shortcut}}, and can be used in its place. See Wikipedia:Template:Template shortcut for more details. Note that there are no optional parameter in this template. == Usage == Place this template and its list of few to one, c…” 当前
  • 17:002023年7月14日 (五) 17:00 差异 历史 +480 模板:Shortcut/styles.css创建页面,内容为“.module-shortcutboxplain { float: right; margin: 0.8rem 0 0.8rem 1rem; padding: 10px; color: var( --color-base--subtle ); background: var( --background-color-framed ); border-radius: 8px; text-align: center; } .module-shortcutlist { margin-bottom: 0.2rem; font-weight: bold; font-size: 0.825rem; } .module-shortcutboxplain ul { margin: 0!important; padding: 0!important; } .module-shortcutboxplain li { font-si…” 当前
  • 16:592023年7月14日 (五) 16:59 差异 历史 +2,500 模板:Template shortcut创建页面,内容为“<div role="note" class="module-shortcutboxplain plainlist plainlinks noprint"><!-- Adding the shortcut links: --><div class="module-shortcutlist">{{#if:{{{redirect|}}} |Redirect |Shortcut}}{{#if:{{{2|}}}|s}}</div> {{bulleted list | {{#if: {{{1|<noinclude>{{PAGENAME}}</noinclude>}}} | {{{{{pre|}}}{{#ifexist:Template:{{{1}}} |[{{fullurl:Template:{{{1}}}|redirect=no}} {{#if:true|{{{1}}}}}] |Template:{{{1|<noinclude>{{PAGENAME}}</noinclude>}}}|{…” 当前
  • 16:582023年7月14日 (五) 16:58 差异 历史 +40 模板:Template shortcut重定向页面至模板:Template shortcut 当前 标签新重定向
  • 16:582023年7月14日 (五) 16:58 差异 历史 +631 模板:In-wiki name/doc无编辑摘要 当前
  • 16:532023年7月14日 (五) 16:53 差异 历史 +7,651 模板:In-wiki name创建页面,内容为“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} <!-- Vehicle --> |vehicle = {{#if:{{{2|}}} |{{#switch:{{lc:{{{2}}}}} |avenger stalker = AEGS_Avenger_Stalker |avenger titan = AEGS_Avenger_Titan |avenger titan renegade = AEGS_Avenger_Renegade |avenger warlock = AEGS_Avenger_Warlock |eclipse = AEGS_Eclipse |gladius = AEGS_Gladius |gladius valiant = AEGS_Gladius_Valiant |hammerhead = AEGS_Hammerhead |idris-p = AEGS_…” 当前
  • 16:502023年7月14日 (五) 16:50 差异 历史 +327 模板:Gallery/doc创建页面,内容为“{{Documentation}} ;Description :This template is used to implement gallery section into a page ;Syntax :Type <code><nowiki>{{Gallery|<<image 1>>|<<image 2>>|<<image 3>>|<...>|<<image 9>>}}</nowiki></code> ;Sample output :<code><nowiki>{{Gallery|tapir.jpg|tapirfront.jpg|tapirback.jpg}}</nowiki></code> ;References <references/>”
  • 16:492023年7月14日 (五) 16:49 差异 历史 +150 模板:Gallery创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#invoke:Gallery|main}}}}<templatestyles src="Template:Gallery/styles.css"/></includeonly><noinclude>{{/doc}}</noinclude>” 当前
  • 16:492023年7月14日 (五) 16:49 差异 历史 +349 模板:Gallery/styles.css创建页面,内容为“table.gallerytable { display: block; border-radius: var( --border-radius--small ); border-spacing: 0; } .gallerytable a.mw-file-description { display: block; margin-right: var( --space-xxs ); border-radius: var( --border-radius--small ); overflow: hidden; } .gallerytable a.mw-file-description:hover img { transform: scale(1.1); }”
  • 16:372023年7月14日 (五) 16:37 差异 历史 +83 模板:DPLAndEscape创建页面,内容为“<includeonly>{{replace|{{{1}}}|&|and}}</includeonly><noinclude>{{/doc}}</noinclude>” 当前
  • 16:332023年7月14日 (五) 16:33 差异 历史 +172 模块:Infobox/doc创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:Infobox''' is a module that implements the {{tl|Infobox}} template. Please see the template page for usage instructions.”
  • 16:322023年7月14日 (五) 16:32 差异 历史 +15,974 模块:Infobox创建页面,内容为“-- -- This module implements {{Infobox}} -- local p = {} -- local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. m…” 当前
  • 15:212023年7月14日 (五) 15:21 差异 历史 +1,935 模板:Yesno/doc创建页面,内容为“{{Documentation}} This template normalises an input to be a yes/no output. === Usage === The template has five possible outputs depending on the default parameter (input if you will). In its simplest usage these will all be either "yes" or "" (blank - nothing no characters). # <tt><nowiki>{{yesno|yes}}</nowiki></tt> result "yes" (also applies to "Yes", "YeS", etc, "Y", "y" and "1") # <tt><nowiki>{{yesno|no}}</nowiki></tt> result "" (also applies to "N…”
  • 15:202023年7月14日 (五) 15:20 差异 历史 +344 模板:Yesno创建页面,内容为“{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |false |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |true |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude>{{/doc}}</noinclude>” 当前
  • 15:092023年7月14日 (五) 15:09 差异 历史 +109 模块:Documentation/doc创建页面,内容为“{{Documentation}} '''Module:Documentation''' implements Template:Documentation for templates and modules.”
  • 15:052023年7月14日 (五) 15:05 差异 历史 +2,810 模块:Module toc创建页面,内容为“-- Imported from: https://runescape.wiki/w/Module:Module%20toc -- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = string.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (max + mi…” 当前
  • 14:312023年7月14日 (五) 14:31 差异 历史 +398 模板:TOC/styles.css创建页面,内容为“→‎* Allow limiting of which header levels are shown in a TOC; * <div class="toclimit-3">, for instance, will limit to * showing ==headings== and ===headings=== but no further. * Used in [[Template:TOC]]:​ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; }” 当前
  • 14:302023年7月14日 (五) 14:30 差异 历史 +266 模板:TOC/doc创建页面,内容为“{{Documentation}} {{t|TOC}} is used to modify parameters for the table of content (ToC) of a page. Currently only the limit param is available. == Usage == {{t|TOC|<nowiki>limit=header level</nowiki>}} <includeonly>Category:General wiki templates</includeonly>” 当前
  • 14:302023年7月14日 (五) 14:30 差异 历史 +148 模板:TOC创建页面,内容为“<templatestyles src="Template:TOC/styles.css" /><div {{#if:{{{limit|}}}|class="toclimit-{{{limit|}}}"}}>__TOC__</div><noinclude>{{/doc}}</noinclude>” 当前
  • 14:212023年7月14日 (五) 14:21 差异 历史 +492 模板:Main page/latestpatch无编辑摘要
  • 13:592023年7月14日 (五) 13:59 差异 历史 +2,393 模板:Reflist/doc创建页面,内容为“{{Documentation}} {{Wikipedia template}} This template provides formatting and organizational features for footnotes. It encapsulates the <code><nowiki><references/></nowiki></code> tag used by the Extension:Cite to show the list of references as defined by <code><nowiki><ref></nowiki></code> tags. It adds support for sizing the column width, groups. ==TemplateData== <templatedata> { "description": "This template displays the list of footnotes at the end of…”
  • 13:572023年7月14日 (五) 13:57 差异 历史 +1,174 模板:Reflist/styles.css创建页面,内容为“→‎{{pp|small=yes}}:​ →‎can we remove the font size declarations? .references gets a font-size in * common.css that is always 90, and there is nothing else in reflist out in * the wild. May affect column sizes.:​ .reflist { list-style-type: decimal; } .reflist .references { list-style-type: inherit; →‎Enable custom list style types:​ } /* columns-2 and columns-3 are legacy for "2 or more" column view from when the * template was implemented with c…” 当前
  • 13:562023年7月14日 (五) 13:56 差异 历史 +914 模板:Reflist创建页面,内容为“<includeonly><templatestyles src="Template:Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{group|}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{group}}}}} <!-- -->{{#if:{{{1|}}}|{{#iferror:{{#ifexpr: {{{1|1}}} > 1 }}||{{#switch:{{{1|}}}|1=|2=reflist-columns-2|#default=reflist-columns-3}} }}}}" <!-- end class -->{{#if:{{{1|}}}{{{colwidth|}}}…”
  • 13:432023年7月14日 (五) 13:43 差异 历史 +606 模板:T创建页面,内容为“<includeonly><nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/p…” 当前
  • 13:412023年7月14日 (五) 13:41 差异 历史 +1,510 模板:PatchData/doc创建页面,内容为“{{Documentation}} The {{t|PatchData}} template provides current status and navigation for patch pages specifically. It also provides searchable data for [https://www.mediawiki.org/wiki/Extension:DynamicPageList3 DynamicPageList3]. ==TemplateData== <templatedata> { "params": { "Prev": { "label": "Previous patch page name", "description": "Page name of the previous patch", "example": "DecisionTree 1.0.0", "type": "wiki-pa…” 当前
  • 12:222023年7月14日 (五) 12:22 差异 历史 +296 模板:Main page/兴趣模块无编辑摘要 当前
  • 12:182023年7月14日 (五) 12:18 差异 历史 0 文件:Xiaohongshu.svg无编辑摘要 当前
  • 12:162023年7月14日 (五) 12:16 差异 历史 0 文件:Xiaohongshu Logo Vector.svgZeroclanzhang上传文件:Xiaohongshu Logo Vector.svg的新版本 当前
  • 12:092023年7月14日 (五) 12:09 差异 历史 0 文件:Bilibili-logo-blue.svg无编辑摘要 当前
  • 12:032023年7月14日 (五) 12:03 差异 历史 0 文件:Wechat Green.svg无编辑摘要 当前
  • 12:012023年7月14日 (五) 12:01 差异 历史 0 文件:Wechat.svg无编辑摘要 当前
  • 11:562023年7月14日 (五) 11:56 差异 历史 +344 MediaWiki:Licenses创建页面,内容为“- * 自由协议: ** MW-screenshot|MediaWiki截图 ** PD|PD: 公共领域 ** CC-BY-SA-4.0|署名-相同方式共享 4.0 国际 许可协议 ** GFDL|GFDL: GNU Free Documentation License ** GPL|GPL: GNU General Public License ** LGPL|LGPL: GNU Lesser General Public License * Non-free license (exception): ** CopyrightByWikimedia|Wikimedia images”
  • 11:342023年7月14日 (五) 11:34 差异 历史 0 文件:QQ.svg无编辑摘要 当前
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500