Zeroclanzhang的用户贡献

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

2024年1月16日 (星期二)

  • 15:382024年1月16日 (二) 15:38 差异 历史 +452 模块: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” 当前
  • 15:372024年1月16日 (二) 15:37 差异 历史 +5,198 模块: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&nbsp;text&copy;}}</nowiki></code…” 当前
  • 15:372024年1月16日 (二) 15:37 差异 历史 +1,670 模块: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…” 当前
  • 15:362024年1月16日 (二) 15:36 差异 历史 +1,275 模板: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…” 当前
  • 15:352024年1月16日 (二) 15:35 差异 历史 +7,508 模板: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…” 当前
  • 15:352024年1月16日 (二) 15:35 差异 历史 +429 模板: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>” 当前
  • 15:312024年1月16日 (二) 15:31 差异 历史 +3,703 模块: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…”
  • 15:312024年1月16日 (二) 15:31 差异 历史 +1,796 模块: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…” 当前
  • 15:302024年1月16日 (二) 15:30 差异 历史 +619 模块: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 -->…” 当前
  • 15:302024年1月16日 (二) 15:30 差异 历史 +12,822 模块: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…” 当前
  • 15:282024年1月16日 (二) 15:28 差异 历史 +1,029 模板: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…” 当前
  • 15:272024年1月16日 (二) 15:27 差异 历史 +2,398 模板: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,…” 当前
  • 15:262024年1月16日 (二) 15:26 差异 历史 +1,515 模板: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…” 当前
  • 15:262024年1月16日 (二) 15:26 差异 历史 +22,060 模板: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…” 当前
  • 15:252024年1月16日 (二) 15:25 差异 历史 +17,128 模板: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…” 当前
  • 15:242024年1月16日 (二) 15:24 差异 历史 +364 模块: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>” 当前
  • 15:232024年1月16日 (二) 15:23 差异 历史 +3,662 模块: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…” 当前
  • 15:222024年1月16日 (二) 15:22 差异 历史 +18,588 模板: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…” 当前
  • 15:222024年1月16日 (二) 15:22 差异 历史 +91 模板:Navbox with collapsible groups创建页面,内容为“{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>” 当前
  • 15:212024年1月16日 (二) 15:21 差异 历史 +661 模板: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…” 当前
  • 15:212024年1月16日 (二) 15:21 差异 历史 +6,474 模板: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…” 当前
  • 15:202024年1月16日 (二) 15:20 差异 历史 +572 模板: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…” 当前
  • 15:192024年1月16日 (二) 15:19 差异 历史 +3,022 模块: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. '…” 当前
  • 15:192024年1月16日 (二) 15:19 差异 历史 +5,189 模块: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…” 当前
  • 15:182024年1月16日 (二) 15:18 差异 历史 +3,803 模块: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…” 当前
  • 15:182024年1月16日 (二) 15:18 差异 历史 +3,948 模块: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…” 当前
  • 15:172024年1月16日 (二) 15:17 差异 历史 +4,698 模板: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…” 当前
  • 15:162024年1月16日 (二) 15:16 差异 历史 +495 模板: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…” 当前
  • 15:162024年1月16日 (二) 15:16 差异 历史 +5,602 模板: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…” 当前
  • 15:152024年1月16日 (二) 15:15 差异 历史 +372 模板: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>” 当前
  • 15:142024年1月16日 (二) 15:14 差异 历史 +5,982 模板: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>…” 当前
  • 15:142024年1月16日 (二) 15:14 差异 历史 +522 模板: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…” 当前
  • 15:122024年1月16日 (二) 15:12 差异 历史 +5,971 模块: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”)…” 当前
  • 15:122024年1月16日 (二) 15:12 差异 历史 +52,018 模块: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() *…” 当前
  • 15:032024年1月16日 (二) 15:03 差异 历史 +1,623 模板: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|}} :…” 当前
  • 15:032024年1月16日 (二) 15:03 差异 历史 +89 模板:Max创建页面,内容为“<includeonly>{{#invoke:Math|max}}</includeonly><noinclude> {{Documentation}} </noinclude>” 当前
  • 15:012024年1月16日 (二) 15:01 差异 历史 +8,412 模块: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…” 当前
  • 15:002024年1月16日 (二) 15:00 差异 历史 +14,646 模块: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…” 当前
  • 15:002024年1月16日 (二) 15:00 差异 历史 +2,003 模板: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 |…” 当前
  • 14:592024年1月16日 (二) 14:59 差异 历史 +99 模板:Min创建页面,内容为“<includeonly>{{safesubst:#invoke:Math|min}}</includeonly><noinclude> {{Documentation}} </noinclude>” 当前
  • 14:572024年1月16日 (二) 14:57 差异 历史 +10,431 模板: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 =…” 当前
  • 14:572024年1月16日 (二) 14:57 差异 历史 +26 模板:Template link code无编辑摘要 当前
  • 14:552024年1月16日 (二) 14:55 差异 历史 +41 模板:Template link code重定向页面至模板:Template link code 当前 标签新重定向
  • 14:552024年1月16日 (二) 14:55 差异 历史 +1,071 模板: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…” 当前
  • 14:542024年1月16日 (二) 14:54 差异 历史 +740 模板: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:…” 当前
  • 14:522024年1月16日 (二) 14:52 差异 历史 +1,344 模板: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-…” 当前
  • 14:512024年1月16日 (二) 14:51 差异 历史 +178 模板:Pp-move创建页面,内容为“<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>” 当前
  • 14:512024年1月16日 (二) 14:51 差异 历史 +30 模板:Pp-move重定向页面至模板:Pp-move 当前 标签新重定向
  • 14:342024年1月16日 (二) 14:34 差异 历史 −59 模板:Navplate MachineLearning无编辑摘要
  • 14:332024年1月16日 (二) 14:33 差异 历史 −72 模板:Navplate DataMining无编辑摘要
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500