所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年1月16日 (二) 15:40 Zeroclanzhang 讨论 贡献创建了页面模板:Unichar/doc (创建页面,内容为“{{Documentation subpage}} {{lua|Module:Numcr2namecr}} This template produces a formatted description of a Unicode character, to be used inline or otherwise with regular text. * <code>The character {{tlx|unichar|<nowiki>a9|COPYRIGHT SIGN</nowiki>}} is about intellectual property.</code> → *: The character {{unichar|a9|COPYRIGHT SIGN}} is about intellectual property. ==Usage== The <nowiki>{{unichar}}</nowiki> template takes the Unicode hexadecimal code po…”)
- 2024年1月16日 (二) 15:39 Zeroclanzhang 讨论 贡献创建了页面模板:Unichar (创建页面,内容为“<includeonly>{{unichar/main | hval ={{unichar/hexformat|{{{1|<#salted#>}}} }} | hvalinput ={{{1|}}}<!--to use in errormessage--> | na ={{{2|}}} | ulink ={{{ulink|<#salted#>}}} | nlink ={{{nlink|<#salted#>}}} | image ={{{image|}}} | cwith ={{#if:{{{cwith|}}} | {{{cwith}}} | {{#if:{{{cwith}}} || }} }} | size ={{#if:{{{image|}}} | {{#if:{{#invoke:String|endswith|1={{lc:{{{size|}}}}}|2=px}}|{{{size}}}|10px}} | {{{size|{{#if:{{{cwith}}}|125%|150%}}}}} }}…”)
- 2024年1月16日 (二) 15:38 Zeroclanzhang 讨论 贡献创建了页面模块:Urldecode/doc (创建页面,内容为“== Functions == * Function ''urlDecode'' reverses the transformation by magic word <code><nowiki>{{urlencode:}}</nowiki></code>. :: <code><nowiki>{{#invoke:</nowiki>{{#ifeq:{{#titleparts:{{PAGENAME}}||-1}}|doc|{{#titleparts:{{PAGENAME}}|-1}}|{{PAGENAME}}}}<nowiki>|urlDecode|C%C3%B4te+d%27Ivoire}}</nowiki></code> would produce <code>{{#invoke:{{#ifeq:{{#titleparts:{{PAGENAME}}||-1}}|doc|{{#titleparts:{{PAGENAME}}|-1}}|{{PAGENAME}}}}|urlDecode|C%C3…”)
- 2024年1月16日 (二) 15:38 Zeroclanzhang 讨论 贡献创建了页面模块:Urldecode (创建页面,内容为“local p = {} function p.urlDecode( frame ) local enctype = frame.args[2] local ret = nil; if (frame.args[2] ~= nil) then enctype = mw.ustring.upper(enctype) if ((enctype == "QUERY") or (enctype == "PATH") or (enctype == "WIKI")) then ret = mw.uri.decode(frame.args[1],frame.args[2]) end else ret = mw.uri.decode(frame.args[1]) end ret = string.gsub(ret, "{", "{") ret = string.gsub(ret, "}", "}") return ret end return p”)
- 2024年1月16日 (二) 15:37 Zeroclanzhang 讨论 贡献创建了页面模块:DecodeEncode/doc (创建页面,内容为“{{Module rating |general}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} Implements Lua functions mw.text.decode, mw.text.encode in a module. :<code><nowiki>{{#invoke:decodeEncode|decode|s=Source text©}}</nowiki></code…”)
- 2024年1月16日 (二) 15:37 Zeroclanzhang 讨论 贡献创建了页面模块:DecodeEncode (创建页面,内容为“require('strict') local p = {} local function _getBoolean( boolean_str ) -- from: module:String; adapted -- requires an explicit true local boolean_value if type( boolean_str ) == 'string' then boolean_str = boolean_str:lower() if boolean_str == 'true' or boolean_str == 'yes' or boolean_str == '1' then boolean_value = true else boolean_value = false end elseif type( boolean_str ) == 'boolean' then boolean_value = boolean_str else boole…”)
- 2024年1月16日 (二) 15:36 Zeroclanzhang 讨论 贡献创建了页面模板:Fix-span (创建页面,内容为“{{#if:{{{content|}}}|<span class="{{{span-class|cleanup-needed-content}}}" style="padding-left:0.1em; padding-right:0.1em; color:#595959; border:1px solid #DDD;">{{{content|}}}</span>}}{{#switch:{{{subst|¬}}} |¬={{category handler |template=Category:Templates needing substitution checking |nocat={{{nocat|<noinclude>true</noinclude>}}} }} |SUBST=Category:Pages with incorrectly substituted templates }}{{Category handler |main={{Fix/category |c…”)
- 2024年1月16日 (二) 15:35 Zeroclanzhang 讨论 贡献创建了页面模板:Clarify/doc (创建页面,内容为“{{Documentation subpage}} {{Template shortcut|cfy}} {{Template redirect|huh?|what?|elaborate}} {{High-use}} <!-- Categories at the end of this page, please; interwikis links at Wikidata. --> {{distinguish|Template:Confusing}} Use this template in the body text of an article as a request for other editors to clarify text that is difficult to understand. When the problem is not with the wording, but the sourcing, one may use {{tl|specify}} instead. For deali…”)
- 2024年1月16日 (二) 15:35 Zeroclanzhang 讨论 贡献创建了页面模板:Clarify (创建页面,内容为“{{ safesubst:<noinclude/>#invoke:Unsubst||date=__DATE__ |$B= {{Fix-span |link=Wikipedia:Please clarify |text=clarification needed |title={{delink|{{{reason|The text near this tag may need clarification or removal of jargon.}}}}} |date={{{date|}}} |pre-text={{{pre-text|}}} |post-text={{{post-text|}}} |cat-date=Category:Wikipedia articles needing clarification |content={{{text|}}} }} }}<noinclude> {{documentation}} </noinclude>”)
- 2024年1月16日 (二) 15:31 Zeroclanzhang 讨论 贡献创建了页面模块:Sidebar/styles.css (创建页面,内容为“{{pp-template}}: TODO: Invert width design to be "mobile first": .sidebar { TODO: Ask if we should have max-width 22em instead: width: 22em; @noflip: float: right; @noflip: clear: right; @noflip: margin: 0.5em 0 1em 1em; background: #f8f9fa; border: 1px solid #aaa; padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collapse; /* Timeless has display: none on .nomobile at mobile r…”)
- 2024年1月16日 (二) 15:31 Zeroclanzhang 讨论 贡献创建了页面模块:Sidebar/configuration (创建页面,内容为“return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', cate…”)
- 2024年1月16日 (二) 15:30 Zeroclanzhang 讨论 贡献创建了页面模块:Sidebar/doc (创建页面,内容为“{{High-risk|155000+}} {{module rating|protected}} {{Lua|Module:Sidebar/configuration|Module:Navbar|Module:Arguments}} {{Uses TemplateStyles|Module:Sidebar/styles.css|Template:Plainlist/styles.css|Template:Hlist/styles.css}} This module implements the templates {{tl|sidebar}} and {{tl|sidebar with collapsible lists}}. See the individual template pages for documentation. <includeonly>{{sandbox other|| <!-- Categories below this line; interwikis at Wikidata -->…”)
- 2024年1月16日 (二) 15:30 Zeroclanzhang 讨论 贡献创建了页面模块:Sidebar (创建页面,内容为“require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithI…”)
- 2024年1月16日 (二) 15:28 Zeroclanzhang 讨论 贡献创建了页面模板:Navbox suite (创建页面,内容为“{{#invoke:sidebar|sidebar | width = auto | bodystyle = border-spacing:0;background:#f7f7f7;padding:2px; | title = Navbox suite | titlestyle = padding: 0.2em 0.8em; font-size: 145%; line-height: 1.2em; background-color: #ccf; | contentclass = plainlist | contentstyle = padding:0.25em;background:#fdfdfd; | content1 = *{{tl|Navbox}} *{{tl|Navbox with collapsible groups}} *{{tl|Navbox with columns}} *{{tl|Navboxes}} | navbarstyle = background:#fdfdfd;padding:0 5…”)
- 2024年1月16日 (二) 15:27 Zeroclanzhang 讨论 贡献创建了页面模板:Template display/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> The desktop and mobile browsing interfaces on Wikipedia differ substantially, and sometimes different templates are more or less suitable for a specific interface. For this reason certain templates do not display in mobile view, using the <code>class = "nomobile"</code> :'''As of March 2017,…”)
- 2024年1月16日 (二) 15:26 Zeroclanzhang 讨论 贡献创建了页面模板:Template display (创建页面,内容为“<includeonly>{{#invoke:Message box|ombox|type=notice |image={{#switch:{{{1}}}|adaptive=65x65px|link=|alt=|nomobile=55px|link=|alt=|nodesktop=55px|link=|alt=}} |text={{#switch:{{{1}}} | adaptive = This template is responsive and <strong>displays differently in mobile and desktop view</strong>. Read the documentation for an explanation o…”)
- 2024年1月16日 (二) 15:26 Zeroclanzhang 讨论 贡献创建了页面模板:Navbox with columns/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} {{Template display|nomobile}} {{Lua|Module:Navbox}} {{Navbox suite}} A navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles. == Basic syntax == Only required parameters and ''colwidth'' included. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Navbox wi…”)
- 2024年1月16日 (二) 15:25 Zeroclanzhang 讨论 贡献创建了页面模板:Navbox with columns (创建页面,内容为“<!-- Please do not edit without discussion first as this is a "VERY complex" template. -->{{#invoke:Navbox|navbox |name = {{{name|}}} |navbar = {{{navbar|}}} |state = {{{state|}}} |border = {{{border|{{{1|}}}}}} |title = {{{title|}}} |above = {{{above|}}} |image = {{{image|}}} |imageleft = {{{imageleft|}}} |bodyclass = {{{bodyclass|}}} |titleclass = {{{titleclass|}}} |aboveclass = {{{aboveclass|}}} |belowclass = {{{belowclass|}}} |groupclass = {{{groupclass…”)
- 2024年1月16日 (二) 15:24 Zeroclanzhang 讨论 贡献创建了页面模块:Navbox with collapsible groups/doc (创建页面,内容为“{{Module rating|protected}} {{high-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == View {{tl|navbox with collapsible groups}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>”)
- 2024年1月16日 (二) 15:23 Zeroclanzhang 讨论 贡献创建了页面模块:Navbox with collapsible groups (创建页面,内容为“-- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r = table.concat(s, '') if r:match('^%s*$') then r = nil end return r end local function concatstyles(s) local r = table.concat(s, ';') while r:match(';%s*;') do r = mw.ustring.gsub(r, ';%s*;', ';') end if r:match('^%s*;%s*$') then r = nil end return r end function q._navbox(parg…”)
- 2024年1月16日 (二) 15:22 Zeroclanzhang 讨论 贡献创建了页面模板:Navbox with collapsible groups/doc (创建页面,内容为“{{Documentation subpage}} {{High-risk| 109000 }} {{lua|Module:Navbox with collapsible groups}} <includeonly>{{Template display|nomobile}}</includeonly> {{Navbox suite}} {{Collapsible templates}} This template produces a navigation template that has groups of relevant articles on a certain topic. All groups are hidden by default. However, with a parameter call, an individual group can be shown that has the other articles in the…”)
- 2024年1月16日 (二) 15:22 Zeroclanzhang 讨论 贡献创建了页面模板:Navbox with collapsible groups (创建页面,内容为“{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>”)
- 2024年1月16日 (二) 15:21 Zeroclanzhang 讨论 贡献创建了页面模板:Math templates/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> ===Usage=== This template is intended to provide a consistent "See also" for math templates. {{Collapsible option |default=expanded}} {{Collapsible sections option |list = {{hlist |FN |conversions |notation |BTN}} |example = FN }} {{Math templates|FN}} <includeonly>{{Sandbox other|| <!-- Categories be…”)
- 2024年1月16日 (二) 15:21 Zeroclanzhang 讨论 贡献创建了页面模板:Math templates (创建页面,内容为“<!-- This template uses British English. --> {{Navbox with collapsible groups | name = Math templates | state = {{{state|expanded}}} | bodyclass = hlist | title = Math templates | liststyle = font-size:110%;<!--(as some templates' descriptions include links)--> | selected = {{{selected|{{{expanded|{{{1|}}}}}}}}} <!-------------- Functions / Numeral systems --------------> | abbr1 = FN | group1 = *Functions *Numeral systems | state1 = <noinclude>expanded</noinc…”)
- 2024年1月16日 (二) 15:20 Zeroclanzhang 讨论 贡献创建了页面模板:Sfrac/styles.css (创建页面,内容为“{{pp|small=y}}: .sfrac { white-space: nowrap; } .sfrac.tion, .sfrac .tion { display: inline-block; vertical-align: -0.5em; font-size: 85%; text-align: center; } .sfrac .num, .sfrac .den { display: block; line-height: 1em; margin: 0 0.1em; } .sfrac .den { border-top: 1px solid; } Template:Screen reader-only is canonical implementation onwiki: .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden…”)
- 2024年1月16日 (二) 15:19 Zeroclanzhang 讨论 贡献创建了页面模块:Unsubst-infobox/doc (创建页面,内容为“{{Module rating|protected}} {{high-risk|208499}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}||$B=''template body''|$params=''parameters''}}</code> Infoboxes should never be substituted. A trick to avoid that is to make a template substitute to its transcluded form. This module is similar to Module:Unsubst. '…”)
- 2024年1月16日 (二) 15:19 Zeroclanzhang 讨论 贡献创建了页面模块:Unsubst-infobox (创建页面,内容为“local p = {} local specialParams = { ['$params'] = 'all parameters', ['$extra'] = 'extra parameters', ['$set1'] = 'parameter set 1', ['$set2'] = 'parameter set 2', ['$set3'] = 'parameter set 3', ['$aliases'] = 'parameter aliases', ['$indent'] = 'indent', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override' } p[''] = function ( frame ) if not frame:getParent() then error( '{{#invoke:Unsubst-in…”)
- 2024年1月16日 (二) 15:18 Zeroclanzhang 讨论 贡献创建了页面模块:Unsubst/doc (创建页面,内容为“<!-- Categories where indicated at the bottom of this page, please. --> {{High-risk| 3841439 |all-pages = yes}} {{Module rating|protected}} Maintenance templates, such as {{tl|Citation needed}} or {{tl|Refimprove}}, should never be substituted. A trick to avoid that is to make a template substitute to its transcluded form. This module implements that trick. Infoboxes should use Module:Unsubst-infobox, as should any other templates with parameters listed i…”)
- 2024年1月16日 (二) 15:18 Zeroclanzhang 讨论 贡献创建了页面模块:Unsubst (创建页面,内容为“local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can…”)
- 2024年1月16日 (二) 15:17 Zeroclanzhang 讨论 贡献创建了页面模板:Sfrac/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} {{Uses TemplateStyles|Template:Sfrac/styles.css}} This template builds an alternative form of common fractions, using a vinculum (horizontal line), for scientific and mathematical text. It takes one, two or three parameters: the optional integer (may be signed), the optional numerator and the required denominator; in this order. Please '''do not''' subst…”)
- 2024年1月16日 (二) 15:16 Zeroclanzhang 讨论 贡献创建了页面模板:Sfrac (创建页面,内容为“{{ {{{|safesubst:}}}#invoke:Unsubst||$B=<templatestyles src="Sfrac/styles.css" /><span class="sfrac">{{#if:{{{3|}}}|{{{1}}}<span class="sr-only">+</span>}}<!-- --><span class="tion"><!-- --><span class="num">{{#if:{{{3|}}}|{{{2}}}|{{#if:{{{2|}}}|{{{1}}}|1}}}}</span><!-- --><span class="sr-only">/</span><!-- --><span class="den">{{{3|{{{2|{{{1|1}}}}}}}}}</span><!-- --></span><!-- --></span>}}<noinclude> {{documentation}} <!-- Add categories to /doc subpa…”)
- 2024年1月16日 (二) 15:16 Zeroclanzhang 讨论 贡献创建了页面模板:Intmath/doc (创建页面,内容为“{{documentation subpage}} This template generates integral symbols using unicode, for inline {{tl|math}} formulae as an alternative to LaTeX generated in <math>. ==Parameters== The template has three parameters, applicable one by one: <ol> <li>'''''Integral sign:''''' Choose one of: *''int'' for ∫ symbol is U+222B *''iint'' for ∬ (double integral, U+222C), *''iiint'' for ∭ (triple integral, U+222D), *''oi…”)
- 2024年1月16日 (二) 15:15 Zeroclanzhang 讨论 贡献创建了页面模板:Intmath (创建页面,内容为“<includeonly><span style="position:relative; top:0.2em"><span style="font-style:italic; margin-right:0.3em;">{{#switch:{{{1|int}}} |int = ∫ |iint = ∬ |iiint = ∭ |oint = ∮ |varointclockwise = ∲ |ointctrclockwise = ∳ |oiint = ∯ |oiiint = ∰ |#default = ∫ }}</span>{{su|b={{{2|}}}|p={{{3|}}}}}</span></includeonly><noinclude> {{documentation}} </noinclude>”)
- 2024年1月16日 (二) 15:14 Zeroclanzhang 讨论 贡献创建了页面模板:Math/doc (创建页面,内容为“{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{high-use| 6640 }} :{{for|basic mathematical functions|Module:Math}} The '''math''' template formats HTML- or wiki markup-generated mathematical formulas. (It does not accept the AMS-LaTeX markup that <nowiki><math></nowiki> does.) The template uses the <code>texhtml</code>…”)
- 2024年1月16日 (二) 15:14 Zeroclanzhang 讨论 贡献创建了页面模板:Math (创建页面,内容为“<span class="texhtml {{#if:{{{big|}}}{{{size|}}}|texhtml-big}}" {{#if:{{{big|}}}{{{size|}}}|style="font-size:{{{size|165%}}};"}}>{{{1}}}</span><!-- -->{{#invoke:Check for unknown parameters|check | unknown = {{main other|_VALUE_}} | showblankpositional=1 | preview = unknown parameter "_VALUE_" (consider using <code>{{!}}1=</code>, <code><nowiki>{{!}}</nowiki></code>, <code><nowiki>{{=}}</nowiki></code>) | 1…”)
- 2024年1月16日 (二) 15:12 Zeroclanzhang 讨论 贡献创建了页面模块:Multilingual/doc (创建页面,内容为“'''<code>Multilingual</code>''' – Module with functions in context of languages, language codes, language names. == Functions for templates == All functions expect one unnamed parameter <code>1</code> with the key information, and sometimes more optionals. Whitespace ahead and after any content is ignored. Upcasing of language code segments like in <code>en-US</code> does not matter; results are downcased. The return value is an empty string (“nothing”)…”)
- 2024年1月16日 (二) 15:12 Zeroclanzhang 讨论 贡献创建了页面模块:Multilingual (创建页面,内容为“local Multilingual = { suite = "Multilingual", serial = "2020-12-10", item = 47541920, globals = { ISO15924 = 71584769, WLink = 19363224 } } --[=[ Utilities for multilingual texts and ISO 639 (BCP47) issues etc. * fair() * fallback() * findCode() * fix() * format() * getBase() * getLang() * getName() * i18n() * int() * isLang() *…”)
- 2024年1月16日 (二) 15:03 Zeroclanzhang 讨论 贡献创建了页面模板:Max/doc (创建页面,内容为“{{documentation subpage}} {{high-use|230,000+}} {{lua|Module:Math}} Evaluates and returns the maximum of a list of numeric values. The parameters can be numeric expressions that will be evaluated. Empty or missing parameters are ignored. === Usage === ; Syntax :<code><nowiki>{{max | value1 | value2 | value3 | value4 | ... }}</nowiki></code> ; Examples : <code><nowiki>{{max}}</nowiki></code> → {{max}} : <code><nowiki>{{max|}}</nowiki></code> → {{max|}} :…”)
- 2024年1月16日 (二) 15:03 Zeroclanzhang 讨论 贡献创建了页面模板:Max (创建页面,内容为“<includeonly>{{#invoke:Math|max}}</includeonly><noinclude> {{Documentation}} </noinclude>”)
- 2024年1月16日 (二) 15:01 Zeroclanzhang 讨论 贡献创建了页面模块:Math/doc (创建页面,内容为“{{for|''formatting'' mathematical expressions, LATEX-style|Template:Math}} {{High-risk|1,607,000+}} {{module rating|protected}} This module provides a number of mathematical functions. These functions can be used from #invoke or from other Lua modules. == Use from other Lua modules == To use the module from normal wiki pages, no special preparation is needed. If you are using the module from another Lua module, first you need to load it, like this: <syntaxhig…”)
- 2024年1月16日 (二) 15:00 Zeroclanzhang 讨论 贡献创建了页面模块:Math (创建页面,内容为“--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. loca…”)
- 2024年1月16日 (二) 15:00 Zeroclanzhang 讨论 贡献创建了页面模板:Min/doc (创建页面,内容为“{{documentation subpage}} {{High-use}} {{lua|Module:Math}} This template evaluates and returns the minimum of a list of numeric values. The parameters can be numeric expressions that will be evaluated (using: +, -, *, /, ^, round, floor, mod, see: Help:expr). Any empty, missing, or invalid (non-numeric) parameters will be ignored. Invalid expressions show no warning, and should be checked some other way. == Usage == '''Syntax:''' : <code><nowiki>{{min |…”)
- 2024年1月16日 (二) 14:59 Zeroclanzhang 讨论 贡献创建了页面模板:Min (创建页面,内容为“<includeonly>{{safesubst:#invoke:Math|min}}</includeonly><noinclude> {{Documentation}} </noinclude>”)
- 2024年1月16日 (二) 14:57 Zeroclanzhang 讨论 贡献创建了页面模板:Tlg/doc (创建页面,内容为“{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{#ifeq:{{FULLPAGENAME}}|Template:Template link with subst|{{used in system}}| {{#ifexpr:{{#invoke:Transclusion count|fetch|0}} > 2000|{{high-use}}}}}} {{tsh|{{{1|tlg}}}|{{{2|}}}}} {{lua|Module:Template link general}} This template, often abbreviated as {{tlf|{{#switch:{{lc:{{ROOTPAGENAME}}}} | tlg | template link general = tlg | tlb | template link with bold =…”)
- 2024年1月16日 (二) 14:55 Zeroclanzhang 讨论 贡献创建了页面模板:Template link code (重定向页面至模板:Template link code) 标签:新重定向
- 2024年1月16日 (二) 14:55 Zeroclanzhang 讨论 贡献创建了页面模板:Twinkle standard installation/doc (创建页面,内容为“<noinclude>{{pp-vandalism|small=yes}}</noinclude>{{Documentation subpage}} {{tsh|tsi}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template automatically categorizes pages into Category:Templates used by Twinkle. This categorization can be suppressed with {{para|nocat|yes}} or similar. === Usage === Add {{Tlc|Twinkle standard installation}} near the top of template documentation pages. ==="breaking changes"=== In the con…”)
- 2024年1月16日 (二) 14:54 Zeroclanzhang 讨论 贡献创建了页面模板:Twinkle standard installation (创建页面,内容为“{{Mbox | image = 50x40px|alt=Logo of Twinkle; Police Man|link= | text = If you plan to make breaking changes to this template, move it, or nominate it for deletion, please notify Twinkle's users and maintainers at Wikipedia talk:Twinkle as a courtesy, as the standard installation of Twinkle adds and removes this template. Thank you!{{#if:…”)
- 2024年1月16日 (二) 14:52 Zeroclanzhang 讨论 贡献创建了页面模板:Pp-move/doc (创建页面,内容为“{{Documentation subpage}} {{Twinkle standard installation}} {{lua|Module:Protection banner}} {{High-risk}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This is the {{tl|pp-move}} protection template. This template puts pages in the category that contains pages which have been protected from page moves. It should only be used on {{strong|move-protected}} pages. For pages move-protected specifically due to dispute, use {{tl|pp-move-…”)
- 2024年1月16日 (二) 14:51 Zeroclanzhang 讨论 贡献创建了页面模板:Pp-move (创建页面,内容为“<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>”)
- 2024年1月16日 (二) 14:51 Zeroclanzhang 讨论 贡献创建了页面模板:Pp-move (重定向页面至模板:Pp-move) 标签:新重定向