所有公开日志

所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
  • 2024年1月15日 (一) 18:47 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/lua (创建页面,内容为“{{lua|Module:Citation/CS1<noinclude>|nocat=true</noinclude>}}”)
  • 2024年1月15日 (一) 18:46 Zeroclanzhang 讨论 贡献创建了页面模块:Template wrapper/doc (创建页面,内容为“<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high-use}} This module is to be used in wrapper templates to allow those templates to provide default parameter values and allow editors to pass additional parameters to the underlying working template. When writing a wrapper template, give this module all of the normally required default parame…”)
  • 2024年1月15日 (一) 18:45 Zeroclanzhang 讨论 贡献创建了页面模块:Template wrapper (创建页面,内容为“require('strict'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do…”)
  • 2024年1月15日 (一) 18:43 Zeroclanzhang 讨论 贡献创建了页面模板:Notice (创建页面,内容为“{{Mbox | name = Notice | demospace = {{{demospace|}}} | style = {{#if:{{{style|}}} |{{{style}}} }} | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = notice | image = {{#if:{{{image|}}} |[[File:{{{image}}}|40px|Notice|alt={{{imagealt|}}}]]}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}} |[[File:{{{image}}}|30px|Notice|alt={{{imagealt|}}}]]}} | imageright = {{#if:{{{imageright|}}} |{{{imageright}}} |{{#…”)
  • 2024年1月15日 (一) 18:43 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/doc (创建页面,内容为“{{Documentation subpage}} {{template shortcut|csdoc}} {{notice|When updating this template keep in mind that it is used on a number of template documentation pages. If the parameters in question are unique to a template, then either add it manually to the template documentation or create a new section here for transclusion.}} ==Usage== This template is used to build consistent documentation pages for {{cs1}} templates. : For example: {{tlx|Citation Style docu…”)
  • 2024年1月15日 (一) 18:42 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation (创建页面,内容为“<includeonly>{{#invoke:Template wrapper|wrap|_template=Citation Style documentation/{{{1|}}}|_include-positional=yes}}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月15日 (一) 18:42 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation (重定向页面至模板:Citation Style documentation 标签新重定向
  • 2024年1月15日 (一) 18:18 Zeroclanzhang 讨论 贡献创建了页面模块:Cs1 documentation support/doc (创建页面,内容为“{{Lua|Module:Citation/CS1/Configuration|Module:Citation/CS1/Configuration/sandbox|Module:Arguments|noprotcat=yes}} {{Uses TemplateStyles|Module:Citation/CS1/styles.css|Template:Div col/styles.css|noprotcat=yes}} {{high-use|252}} This module provides support for cs1|2 documentation by fetching data from the various modules, most notably Module:Citation/CS1/Configuration and rendering that data in a reader-accessible format. == Usage == <code><nowiki>{{</no…”)
  • 2024年1月15日 (一) 18:18 Zeroclanzhang 讨论 贡献创建了页面模块:Cs1 documentation support (创建页面,内容为“require('strict'); local getArgs = require ('Module:Arguments').getArgs; local cfg = mw.loadData ('Module:Citation/CS1/Configuration'); -- load the configuration module local whitelist = mw.loadData ('Module:Citation/CS1/Whitelist'); -- load the whitelist module local exclusion_lists = { -- TODO: move these tables into a separate ~/data module and mw.loadData() it ['cite book'] = { ['agency'] = true, ['air-date'] = true, ['arxiv']…”)
  • 2024年1月15日 (一) 18:17 Zeroclanzhang 讨论 贡献创建了页面模板:Cite book/TemplateData (创建页面,内容为“<noinclude>{{PP|small=yes}}</noinclude>{{TemplateData header}} {{#invoke:cs1 documentation support|template_data_validate|{{ROOTPAGENAME}}}} <templatedata> { "description": "This template formats a citation to a book using the provided bibliographic information (such as author and title) as well as various formatting options.", "params": { "url": { "label": "URL", "description": "The URL of the online location where the text of the publication can be…”)
  • 2024年1月15日 (一) 18:16 Zeroclanzhang 讨论 贡献创建了页面模块:Protection banner/config (创建页面,内容为“-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text t…”)
  • 2024年1月15日 (一) 18:15 Zeroclanzhang 讨论 贡献创建了页面模块:Effective protection expiry (创建页面,内容为“local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if actio…”)
  • 2024年1月15日 (一) 18:14 Zeroclanzhang 讨论 贡献创建了页面模块:Effective protection level (创建页面,内容为“local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then…”)
  • 2024年1月15日 (一) 18:13 Zeroclanzhang 讨论 贡献创建了页面模块:File link (创建页面,内容为“-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type…”)
  • 2024年1月15日 (一) 18:12 Zeroclanzhang 讨论 贡献创建了页面模块:Protection banner (创建页面,内容为“-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise mo…”)
  • 2024年1月15日 (一) 18:10 Zeroclanzhang 讨论 贡献创建了页面模板:Pp-protected (重定向页面至模板:Pp 标签新重定向
  • 2024年1月15日 (一) 18:08 Zeroclanzhang 讨论 贡献创建了页面模板:Talk other (创建页面,内容为“{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}} | talk | other }} }} | talk = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月15日 (一) 18:08 Zeroclanzhang 讨论 贡献创建了页面模板:Cat (创建页面,内容为“[[:Category:{{PAGENAME:{{{1}}}}}]]<noinclude> {{documentation}} </noinclude>”)
  • 2024年1月15日 (一) 18:07 Zeroclanzhang 讨论 贡献创建了页面模板:Rcat shell (创建页面,内容为“__NONEWSECTIONLINK__{{Mbox | name = Redirect category shell | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This {{Talk other|talk page|page}} is a redirect. <small>The following categories are used to track and monitor this redirect:</small>'''{{#if:{{{h|}}} |:: ''{…”)
  • 2024年1月15日 (一) 18:07 Zeroclanzhang 讨论 贡献创建了页面模板:High-use (重定向页面至模板:High-use 标签新重定向
  • 2024年1月15日 (一) 18:03 Zeroclanzhang 讨论 贡献创建了页面模板:Pp-template (创建页面,内容为“<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>”)
  • 2024年1月15日 (一) 18:02 Zeroclanzhang 讨论 贡献创建了页面模板:Lorem ipsum/P1 (创建页面,内容为“{{#ifeq:{{{link|no}}}|yes|Lorem ipsum|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mol…”)
  • 2024年1月15日 (一) 18:01 Zeroclanzhang 讨论 贡献创建了页面模板:Lorem ipsum/pb-cond (创建页面,内容为“{{#ifeq: {{{2|{{{join|no}}}}}} | yes |   | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}} | : | # | * = | #default = </p> <p><!-- --> }} }}<noinclude></p>{{Documentation |content= Conditional paragraph break. Generates correct content between lorem paragraphs, depending on ''prefix'' and ''join'': * a single space in the case of joins * an inverted p-tag pair between paragraphs where needed * nothing at all for prefix metacharacters like…”)
  • 2024年1月15日 (一) 17:59 Zeroclanzhang 讨论 贡献创建了页面模板:Lorem ipsum/p-end-cond (创建页面,内容为“{{#ifeq: {{{2|{{{join|no}}}}}} | yes | | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}} | : | # | * = | #default = </p><!-- -->}} }}<noinclude>{{Documentation |content= Conditional paragraph end. Generates an p-tag if needed, depending on ''prefix'' and ''join'': * nothing, in the case of joins; * nothing, where prefix metacharacters are present like (<code>*</code>, <code>#</code>, or <code>:</code>) which must sit in column 1, don't acqui…”)
  • 2024年1月15日 (一) 17:59 Zeroclanzhang 讨论 贡献创建了页面模板:Lorem ipsum span (创建页面,内容为“{{#invoke:string|sub|{{#switch: {{{1|}}} |2 = {{lorem ipsum/P2}} |3 = {{lorem ipsum/P3}} |4 = {{lorem ipsum/P4}} |5 = {{lorem ipsum/P5}} |6 = {{lorem ipsum/P6}} |7 = {{lorem ipsum/P7}} |8 = {{lorem ipsum/P8}} |9 = {{lorem ipsum/P9}} |10 = {{lorem ipsum/P10}} |#default = {{lorem ipsum/P1}} }}|1|{{{max len|-1}}}}}<noinclude>{{Documentation}} </noinclude>”)
  • 2024年1月15日 (一) 17:57 Zeroclanzhang 讨论 贡献创建了页面模板:Lorem ipsum/p-cond (创建页面,内容为“{{#ifeq: {{{2|{{{join|no}}}}}} | yes | | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}} | : | # | * = | #default = <p><!-- -->}} }}</p><noinclude>{{Documentation |content= Conditional paragraph begin. Generates a begin p-tag if needed, depending on ''prefix'' and ''join'': * nothing, in the case of joins; * nothing, where prefix metacharacters are present like (<code>*</code>, <code>#</code>, or <code>:</code>) which must sit in column 1; *…”)
  • 2024年1月15日 (一) 17:56 Zeroclanzhang 讨论 贡献创建了页面模板:Lorem ipsum (创建页面,内容为“{{#ifexpr:{{{1|1}}}>0|{{Lorem ipsum/p-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P1|link={{{link|{{{4|no}}}}}}}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>1|{{Lorem ipsum/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P2}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>2|{{Lorem ipsum/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P3}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>3|{{Lorem ipsum/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P4}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}…”)
  • 2024年1月15日 (一) 17:54 Zeroclanzhang 讨论 贡献创建了页面模板:Collapse bottom (创建页面,内容为“<includeonly>|}</div></includeonly><noinclude> {{Documentation|Template:Collapse top/doc}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>”)
  • 2024年1月15日 (一) 17:53 Zeroclanzhang 讨论 贡献创建了页面模板:Main other/doc (创建页面,内容为“{{Documentation subpage}} {{used in system}} {{Template shortcut|ns0|mo|ao}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> This is the {{tl|main other}} meta-template. This template helps other templates detect if they are on a main space (article) page or some "other" type of page. ===Basic usage=== This template usually takes two parameters, like this: : {{Tlc|main other |{{var|result if in mainspace}} |{{var|result if elsewhere}}}} If…”)
  • 2024年1月15日 (一) 17:53 Zeroclanzhang 讨论 贡献创建了页面模板:Main other (创建页面,内容为“{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>”)
  • 2024年1月15日 (一) 17:52 Zeroclanzhang 讨论 贡献创建了页面模板:Redirect (创建页面,内容为“<includeonly>{{#invoke:redirect hatnote|redirect|1}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>”)
  • 2024年1月15日 (一) 17:52 Zeroclanzhang 讨论 贡献创建了页面模板:Collapse top/doc (创建页面,内容为“{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Redirect|Template:CTOP|Contentious-topics|Template:Contentious topics}} {{Template shortcut|Cot|Cob}} {{used in system|in MediaWiki:Protect-text}} The {{tlx|collapse top}} template (or {{tlx|cot}}), and its paired template {{tlx|collapse bottom}} (or {{tlx|cob}}), are used for placing a collapse box around…”)
  • 2024年1月15日 (一) 17:51 Zeroclanzhang 讨论 贡献创建了页面模板:Collapse top (创建页面,内容为“<div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| <!-- Template:Collapse top --> class="mw-collapsible mw-archivedtalk {{<includeonly>safesubst:</includeonly>#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}} {{{class|}}}" style="background: {{{bg1|transparent}}}; text-align: left; border: {{{border|1px}}} solid {{{b-color|Silver}}}; margin: 0.2em auto auto; width:{{<includeonly>safesubst:</includeo…”)
  • 2024年1月15日 (一) 17:46 Zeroclanzhang 讨论 贡献创建了页面模板:Cite book/doc (创建页面,内容为“{{high-risk}} <noinclude>{{pp-protected|reason=Persistent disruptive editing Protecting high visibility template.|small=yes}}</noinclude>{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|books}} When citing an article in a periodical, use {{tl|cite journal}} or {{tl|cite magazine}}. F…”)
  • 2024年1月15日 (一) 17:42 Zeroclanzhang 讨论 贡献创建了页面帮助:Citation Style 1 (创建页面,内容为“{{Short description|Help page for citation templates}} {{Wikipedia how-to|HELP:CS1|WP:CS1}} {{Nutshell|This is an introductory how-to for Wikipedia's most frequently used citation style. It does not cover every option of every citation template. See individual templates' documentation (e.g. at Template:Cite journal) for details beyond this basic cheatsheet.}} {{Notice|image=Gnome-applications-science.svg|This help page has {{subpages|testcases|Help:Citation…”)
  • 2024年1月15日 (一) 17:37 Zeroclanzhang 讨论 贡献创建了页面模板:Ombox (创建页面,内容为“{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>”)
  • 2024年1月15日 (一) 17:30 Zeroclanzhang 讨论 贡献创建了页面模块:Uses TemplateStyles (创建页面,内容为“local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() return mw.loadData('Module:Uses TemplateStyles/config') end local function renderBox(tStyles) local boxArgs = { type…”)
  • 2024年1月15日 (一) 17:27 Zeroclanzhang 讨论 贡献创建了页面模板:High-use (创建页面,内容为“{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>”)
  • 2024年1月15日 (一) 17:26 Zeroclanzhang 讨论 贡献创建了页面模板:Sandbox other/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please, place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Sandbox other||{{Not a sandbox}}}} {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} {{Lua|Module:String}} This template allows to differentiate between regular <code>Template:...</code> and <code>Template:.../sandbox</code> pages. It is typically used to ''prevent'' a /sandbox page being categorised wit…”)
  • 2024年1月15日 (一) 17:26 Zeroclanzhang 讨论 贡献创建了页面模板:Sandbox other (创建页面,内容为“{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude>{{documentation}}</noinclude>”)
  • 2024年1月15日 (一) 17:25 Zeroclanzhang 讨论 贡献创建了页面模板:Uses TemplateStyles (创建页面,内容为“<includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly><noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>”)
  • 2024年1月15日 (一) 17:24 Zeroclanzhang 讨论 贡献创建了页面模板:Terminate sentence (创建页面,内容为“{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>”)
  • 2024年1月15日 (一) 17:23 Zeroclanzhang 讨论 贡献创建了页面模板:Strong (创建页面,内容为“<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>”)
  • 2024年1月15日 (一) 17:22 Zeroclanzhang 讨论 贡献创建了页面模板:Category link with count/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} {{Template shortcut|clc|CLC}} == About == {{tl|Category link with count}} generates a link to a category followed by the number of pages in the category. It uses the PAGESINCATEGORY parser function. == Usage == One…”)
  • 2024年1月15日 (一) 17:21 Zeroclanzhang 讨论 贡献创建了页面模板:Category link with count (创建页面,内容为“[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude>”)
  • 2024年1月15日 (一) 17:17 Zeroclanzhang 讨论 贡献创建了页面模板:Category link with count (创建页面,内容为“[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude>”)
  • 2024年1月15日 (一) 17:16 Zeroclanzhang 讨论 贡献创建了页面模板:High use (创建页面,内容为“{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>”)
  • 2024年1月15日 (一) 17:15 Zeroclanzhang 讨论 贡献创建了页面模块:Lua banner/doc (创建页面,内容为“{{high use}} {{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require(…”)
  • 2024年1月15日 (一) 17:15 Zeroclanzhang 讨论 贡献创建了页面模块:Lua banner (创建页面,内容为“-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._ma…”)
  • 2024年1月15日 (一) 17:14 Zeroclanzhang 讨论 贡献创建了页面模板:Lua (创建页面,内容为“<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>”)
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500