2024年1月16日 (星期二)
- 14:312024年1月16日 (二) 14:31 差异 历史 −72 模板:Navplate DataManipulation 无编辑摘要
- 14:302024年1月16日 (二) 14:30 差异 历史 −72 模板:Navplate AlgorithmNodeList 无编辑摘要
- 14:292024年1月16日 (二) 14:29 差异 历史 −19 模板:Navplate AlgorithmNodeList/doc 无编辑摘要 当前
- 14:282024年1月16日 (二) 14:28 差异 历史 −6 模板:Navplate AlgorithmNodeList/doc 无编辑摘要
- 13:422024年1月16日 (二) 13:42 差异 历史 +7,078 新 模块:Text/doc 创建页面,内容为“{{high use}} '''<code>Text</code>''' – Module containing methods for the manipulation of text, wikimarkup and some HTML. == {{Anchor|Vorlage}} Functions for templates == All methods have an unnamed parameter containing the text. The return value is an empty string if the parameter does not meet the conditions. When the condition is matched or some result is successfully found, strings of at least one character are returned. ; char {{Anchor|char}} : Create…” 当前
- 13:422024年1月16日 (二) 13:42 差异 历史 +23,596 新 模块:Text 创建页面,内容为“local yesNo = require("Module:Yesno") local Text = { serial = "2022-07-21", suite = "Text" } --[=[ Text utilities ]=] -- local globals local PatternCJK = false local PatternCombined = false local PatternLatin = false local PatternTerminated = false local QuoteLang = false local QuoteType = false local RangesLatin = false local SeekQuote = false local function initLatinData() if not RangesLatin…” 当前
- 13:392024年1月16日 (二) 13:39 差异 历史 +85,163 新 帮助:Wiki markup 创建页面,内容为“{{short description|Wikipedia help page}} {{pp-move-indef|small=yes}} {{pp-vandalism|small=yes}} {{for|the encyclopedic section on wikitext|Wiki#Editing}} {{redirect|H:WT|the welcoming templates|Wikipedia:Welcoming committee/Welcome templates}} {{Locutions pages header}} {{Wikipedia how to|H:WT|H:MARKUP|H:WIKICODE}} {{Wikitext navbox}} The markup language called '''wikitext''', also known as '''wiki markup''' or '''wikicode''', consists of the syntax and keywor…” 当前
- 12:352024年1月16日 (二) 12:35 差异 历史 +44 新 模板:)) 创建页面,内容为“}}<noinclude> {{documentation}} </noinclude>” 当前
- 12:352024年1月16日 (二) 12:35 差异 历史 +45 新 模板:Colon 创建页面,内容为“:<noinclude>{{Documentation}}</noinclude>” 当前
- 12:332024年1月16日 (二) 12:33 差异 历史 +3,597 新 模板:ParserFunction/doc 创建页面,内容为“{{Documentation subpage}}{{tsh|pf}} {{tl|Pf}} is used to conveniently link to a ParserFunction, along the lines of {{tl|tl}}. '''Pf''' stands for '''ParserFunction'''. == Usage == {{tji|{{BASEPAGENAME}}|parser function}}, this creates a direct link to the relevant function, omit '''#''' and colon, e.g. use {{tji|{{BASEPAGENAME}}|ifexpr}} to get {{{{BASEPAGENAME}}|ifexpr}}. {{tji|{{BASEPAGENAME}}|parser function|1st parameter|2nd paramete…” 当前
- 12:332024年1月16日 (二) 12:33 差异 历史 +1,325 新 模板:ParserFunction 创建页面,内容为“<includeonly>{{#if:{{{_code|}}}|<code>}}{{((}}{{ #switch: {{lc: {{{1|if}}} }} | expr | if | ifeq | iferror | ifexpr | ifexist | rel2abs | switch | time | titleparts = if}}}}}|#{{{1|if}}} | lc | uc | lcfirst | ucfirst | urlencode | anchorencode | ns = {{{1}}} | localurl | localurle | fullurl | fullurle = meta:Help:Parser func…” 当前
- 12:322024年1月16日 (二) 12:32 差异 历史 +37 新 模板:ParserFunction 重定向页面至模板:ParserFunction 当前 标签:新重定向
- 12:312024年1月16日 (二) 12:31 差异 历史 +342 新 模块:Error/doc 创建页面,内容为“{{High-use|80000}} {{Module rating|protected}} This module implements {{Tl|Error}}. It creates an html message with class "error". Please, see the documentation page there for usage instructions. == See also == * Module:Warning * Module:If preview<includeonly> {{Sandbox other|| Category:Error-handling modules }}</includeonly>” 当前
- 12:302024年1月16日 (二) 12:30 差异 历史 −62 模块:Error 无编辑摘要 当前
- 12:292024年1月16日 (二) 12:29 差异 历史 +3,195 新 模板:Error/doc 创建页面,内容为“{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high use}} {{lua|Module:Error}} This meta template returns a ''state of error'' (recognized as such by a wiki parser function), and optionally an ''error-message text'' in red (visible for the user). It is used by other templates to signal an error, for example invalid input, which can…” 当前
- 12:292024年1月16日 (二) 12:29 差异 历史 +102 新 模板:Error 创建页面,内容为“{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>” 当前
- 12:282024年1月16日 (二) 12:28 差异 历史 +190 新 模板:Anchor/doc 创建页面,内容为“{{used in system}} {{Module rating|protected}} {{Lua|Module:Arguments|Module:TableTools}} This module implements {{tl|anchor}}. Please see the Template:Anchor/doc page for documentation.” 当前
- 12:272024年1月16日 (二) 12:27 差异 历史 +190 新 模块:Anchor/doc 创建页面,内容为“{{used in system}} {{Module rating|protected}} {{Lua|Module:Arguments|Module:TableTools}} This module implements {{tl|anchor}}. Please see the Template:Anchor/doc page for documentation.” 当前
- 12:272024年1月16日 (二) 12:27 差异 历史 +647 新 模块:Anchor 创建页面,内容为“-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local an…” 当前
- 12:262024年1月16日 (二) 12:26 差异 历史 +5,352 新 模块:WLink/doc 创建页面,内容为“{{High-use}} {{Module rating|release}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> '''<code>WLink</code>''' – Module with functions for strings in context of wikilinks and external links (URL). This module was imported from de:Module:WLink. == Usage == All functions expect exactly one unnamed parameter (which should be provided to get a…” 当前
- 12:252024年1月16日 (二) 12:25 差异 历史 +35,961 新 模块:WLink 创建页面,内容为“local WLink = { suite = "WLink", serial = "2016-10-05" }; --[=[ ansiPercent() formatURL() getArticleBase() getBaseTitle() getEscapedTitle() getExtension() getFile() getFragment() getLanguage() getNamespace() getPlain() getProject() getTarget() getTargetPage() getTitle() getWeblink() isBracketedLink() isBracketedURL() isCategorization() isExternalLink() isInterlanguage() isInterwiki() isMedia() isTitledLink() isValidLink() isWikilink() wikilink(…” 当前
- 12:242024年1月16日 (二) 12:24 差异 历史 +177 新 模板:Anchor 创建页面,内容为“{{<includeonly>safesubst:</includeonly>#invoke:anchor|main}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>” 当前
- 12:242024年1月16日 (二) 12:24 差异 历史 +29 新 模板:Anchor 重定向页面至模板:Anchor 当前 标签:新重定向
- 12:232024年1月16日 (二) 12:23 差异 历史 +12,034 新 模块:Format TemplateData/doc 创建页面,内容为“{{Lua|Module:Multilingual | Module:Text| Module:WLink}} ''<code>Format TemplateData</code>'' – Module with auxilary functions for template documentation, especially by TemplateData. Core functionality is improved presentation on documentation pages. __TOC__ == {{Anker|improveMW}} Improve template documentation page – MediaWiki disappointing == For presentation of template depiction in VisualEditor agreement was made to abandon all markup and clickable li…” 当前
- 12:222024年1月16日 (二) 12:22 差异 历史 +82,104 新 模块:Format TemplateData 创建页面,内容为“local TemplateData = { suite = "TemplateData", serial = "2022-03-10", item = 46997995 } --[==[ improve template:TemplateData ]==] local Failsafe = TemplateData local Config = { -- multiple option names mapped into unique internal fields basicCnf = { catProblem = "strange", classMultiColumns = "selMultClm", classNoNumTOC = "suppressTOCnum",…” 当前
- 12:212024年1月16日 (二) 12:21 差异 历史 +4,896 新 模板:Format TemplateData/doc 创建页面,内容为“{{Documentation subpage}} {{Lua|Module:Format TemplateData}} Everything below this line is a demo of Format TemplateData: read the source code, and expand the raw TemplateData section, to see how it all works. == Usage == {{Format TemplateData|1= <templatedata> { "description": "This template formats TemplateData nicely on doc pages. It hides irrelevant information such as \"Default: empty\", and allows the use of formatting. Remember that the use…” 当前
- 12:212024年1月16日 (二) 12:21 差异 历史 +344 新 模板:Format TemplateData 创建页面,内容为“<includeonly>{{#ifeq:{{yesno-yes|{{{header}}}}}|yes|{{TemplateData header}} }}{{#invoke:Format TemplateData| f |classNoNumTOC=nonumtoc |cssParams=border:#B3B7FF 1px solid;|docpageCreate=%s/doc |docpageDetect=/doc$ |msgDescMiss=Missing description |cat=Templates with TemplateData errors}}</includeonly><noinclude> {{Documentation}} </noinclude>” 当前
- 12:192024年1月16日 (二) 12:19 差异 历史 +5,564 新 模板:Code/doc 创建页面,内容为“{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{#ifeq: {{PAGENAME}}|{{ROOTPAGENAME}}|{{High-risk|24,000+}}}} ==Usage== Wraps a short span of text in <code><nowiki><syntaxhighlight></nowiki></code> tags (see mw:Extension:SyntaxHighlight). This template should be used for short samples; longer content should use {{tag|pre}} or {{tag|syntaxhighlight}}. See Help:Wiki markup for an ex…” 当前
- 12:192024年1月16日 (二) 12:19 差异 历史 +252 新 模板:Code 创建页面,内容为“{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}|style={{{style|}}}|inline=1}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>” 当前
- 12:192024年1月16日 (二) 12:19 差异 历史 0 新 文件:Ambox important.svg 透過簡易批量上傳來上傳 当前
- 12:172024年1月16日 (二) 12:17 差异 历史 +4,760 新 模板:Nowrap/doc 创建页面,内容为“{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata) --> {{used in system|in MediaWiki:Histlegend}} {{COinS safe|n}} {{tsh|nobr|nobreak}} {{tlx|Nowrap}} or {{tlx|nowrap}} stops wrapping of specific text (which can be inside of a link). Use this template '''sparingly'''. It prevents word wraps (line breaks) that might otherwis…” 当前
- 12:162024年1月16日 (二) 12:16 差异 历史 +145 新 模板:Nowrap 创建页面,内容为“<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>” 当前
- 12:152024年1月16日 (二) 12:15 差异 历史 0 新 文件:Test Template Info-Icon - Version (2).svg 透過簡易批量上傳來上傳 当前
- 12:152024年1月16日 (二) 12:15 差异 历史 0 新 文件:Wikipedia Template editor icon (1).svg 透過簡易批量上傳來上傳 当前
- 12:152024年1月16日 (二) 12:15 差异 历史 0 新 文件:Test Template Info-Icon.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning green construction.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox outdated serious.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Lua-Logo.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning yellow.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning blue construction.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning blue.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning pn.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning purple.svg 透過簡易批量上傳來上傳 当前
- 12:132024年1月16日 (二) 12:13 差异 历史 0 新 文件:Ambox warning orange.svg 透過簡易批量上傳來上傳 当前
- 11:272024年1月16日 (二) 11:27 差异 历史 +9,668 模板:Documentation/doc 无编辑摘要
- 11:262024年1月16日 (二) 11:26 差异 历史 +75 模板:Documentation 无编辑摘要 当前
- 11:182024年1月16日 (二) 11:18 差异 历史 +4,022 新 模板:TemplateDataHeader/doc 创建页面,内容为“{{Documentation subpage}} {{High-use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Check for unknown parameters}} The {{tlx|TemplateData header}} template inserts a brief header for the template data section, and adds the page to Category:Templates using TemplateData. == Usage == <pre style="overflow:auto;"> ==TemplateData== {{TemplateData header}} <templatedata>{ ... }</templatedata> Note:…” 当前
- 11:182024年1月16日 (二) 11:18 差异 历史 +1,164 新 模板:TemplateDataHeader 创建页面,内容为“<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor…” 当前
- 11:172024年1月16日 (二) 11:17 差异 历史 +743 新 模块:CountryAdjectiveDemonym/doc 创建页面,内容为“{{Module rating|<!-- Values: pre-alpha • alpha • beta • release • protected • semiprotected -- If a rating not needed/relevant, delete this template call -->}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{lua | Module:CountryAdjectiveDemonym/The | Module:CountryAdjectiveDemonym/Adjectives | Module:CountryAdjectiveDemonym/Demonyms | Module:CountryAdjectiveDemonym/LongerNouns |noprotcat=yes }} {{high…” 当前
- 11:172024年1月16日 (二) 11:17 差异 历史 +3,680 新 模块:CountryAdjectiveDemonym 创建页面,内容为“local CountryAdjectiveDemonym = { } local CountryAdjectiveDemonymDataLoaded = false local countryAdjectivesToNounsTable = { } local countryNounsToAdjectivesTable = { } local countryDemonymsToNounsTable = { } local countryNounsToDemonymsTable = { } local countriesPrefixedByTheTable = { } function CountryAdjectiveDemonymDoLoadData() countriesPrefixedByTheTable = mw.loadData( 'Module:CountryAdjectiveDemonym/The' ) countryNounsToAdjectivesTable = mw.loadDa…” 当前