所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年1月21日 (日) 23:00 Zeroclanzhang 讨论 贡献上传文件:Greek lc beta.svg
- 2024年1月21日 (日) 23:00 Zeroclanzhang 讨论 贡献创建了页面模块:OutputBuffer/doc (创建页面,内容为“This module provides an easy and efficient way to generate lengthy strings. == Usage == First, load the module. <syntaxhighlight lang="lua"> local newBuffer = require('Module:OutputBuffer') </syntaxhighlight> Then, create the buffer and the functions that act on it. <syntaxhighlight lang="lua"> local getBuffer, print, printf = newBuffer() </syntaxhighlight> === getBuffer === <syntaxhighlight lang="lua"> local text = getBuffer(sep) </syntaxhighlight> Ret…”)
- 2024年1月21日 (日) 23:00 Zeroclanzhang 讨论 贡献创建了页面模块:OutputBuffer (创建页面,内容为“return function() local buffer = {} return function(sep) local b = buffer buffer = {} return table.concat(b, sep) end, function(text) buffer[#buffer + 1] = text end, function(...) buffer[#buffer + 1] = string.format(...) end end”)
- 2024年1月21日 (日) 22:58 Zeroclanzhang 讨论 贡献创建了页面模板:Diagonal split header 2/styles.css (创建页面,内容为“.diagonal-split-header { background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/43/Diagonal_line.svg'); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; }”)
- 2024年1月21日 (日) 22:58 Zeroclanzhang 讨论 贡献创建了页面模板:Diagonal split header 2/doc (创建页面,内容为“{{Uses TemplateStyles|Template:Diagonal split header 2/styles.css}} {{Diagonal split header/doc}}”)
- 2024年1月21日 (日) 22:57 Zeroclanzhang 讨论 贡献创建了页面模板:Diagonal split header 2 (创建页面,内容为“<includeonly>class="diagonal-split-header unsortable" style="line-height:1.2;padding:0.1em 0.4em;{{{style|}}}"|<templatestyles src="Diagonal split header 2/styles.css" /><div style="margin-left:2em;text-align:right">{{{2}}}</div><div style="margin-right:2em;text-align:left">{{{1}}}</div></includeonly><noinclude> {{documentation}} </noinclude>”)
- 2024年1月21日 (日) 22:57 Zeroclanzhang 讨论 贡献创建了页面模板:Divhide/doc (创建页面,内容为“{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == This template will allow you to collapse a section of a page. The first parameter is the title of the collapse section, and the second (optional parameter) is the width. To close the section, use '''<code><nowiki>{{divhide|end}}</nowiki></code>'''. === 1st parameter === The first unnamed parameter is used at the top for the tit…”)
- 2024年1月21日 (日) 22:57 Zeroclanzhang 讨论 贡献创建了页面模板:Divhide (创建页面,内容为“<includeonly>{{#ifeq:{{lc:{{{1}}}}}|end |{{hidden end}} |{{hidden begin|expanded={{#ifeq:{{{show}}}|yes|1|}}|border=1px #aaa solid|style={{#if:{{{width|{{{2|}}}}}}|width:{{{width|{{{2}}}}}}}}|ta1=center|titlestyle=background-color:{{{color|#A7D7F9}}};|title={{{1}}}}} <span id="{{{1}}}"></span>}}</includeonly><noinclude> {{documentation}} </noinclude>”)
- 2024年1月21日 (日) 22:57 Zeroclanzhang 讨论 贡献创建了页面模块:DemoTemplate/doc (创建页面,内容为“{{Module rating|beta}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Simply place "#invoke:{{BASEPAGENAME}}|" before a call to a template. For example, <nowiki>{{#invoke:DemoTemplate|Convert|10|km|nmi|abbr=off}}</nowiki> yields the following: :{{#invoke:{{BASEPAGENAME}}|Convert|10|km|nmi|abbr=off}} This module handles both named and positional parameters as well…”)
- 2024年1月21日 (日) 22:56 Zeroclanzhang 讨论 贡献创建了页面模块:DemoTemplate (创建页面,内容为“require('strict') local newBuffer = require('Module:OutputBuffer') local mt = {} function mt.__index(t, title) return function(frame) local getBuffer, print, printf = newBuffer() printf('{{%s', title) local ipairsArgs = {} for k,v in ipairs(frame.args) do if string.find(v, '=', 1, true) then break end ipairsArgs[k] = true printf('|%s', v) end for k,v in pairs(frame.args) do if not ipairsArgs[k] then printf('|%s=%s', string.…”)
- 2024年1月21日 (日) 22:55 Zeroclanzhang 讨论 贡献创建了页面模板:Color/doc (创建页面,内容为“{{Documentation subpage}} __NOTOC__ <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{high-use}} {{Warning |'''Prose text intended for readers should never be manually colored.''' (MOS:PROSECOLOR)}} This template can be used to specify the foreground color of a span of text. Acceptable values are RGB hex codes, e.g. #C9E72A, or any of the web colors: red, blue, green, moccasin, darkorchid, etc. To set the ba…”)
- 2024年1月21日 (日) 22:55 Zeroclanzhang 讨论 贡献创建了页面模板:Color (创建页面,内容为“<span style="color:{{{1|}}}">{{{2|{{{1|}}}}}}</span><noinclude>{{Documentation}}<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --></noinclude>”)
- 2024年1月21日 (日) 22:55 Zeroclanzhang 讨论 贡献创建了页面模板:Diagonal split header/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == This template simulates a table header cell split diagonally, a device often used to compactly label headers of rows and columns, as in this example: {| class="wikitable" style="margin:0 auto;text-align:center;" ! {{diagonal split header|<span style{{=}}"padding-right:2em;">From</span>|To …”)
- 2024年1月21日 (日) 22:54 Zeroclanzhang 讨论 贡献创建了页面模板:Diagonal split header (创建页面,内容为“<includeonly>style="background:{{{3|#EAECF0}}};background:linear-gradient(to top right,{{{3|#EAECF0}}} 49%,#AAA 49.5%,#AAA 50.5%,{{{4|{{{3|#EAECF0}}}}}} 51%);line-height:1.2;padding:0.1em 0.4em;{{{style|}}}"|<div style="margin-left:2em;text-align:right">{{{2}}}</div><div style="margin-right:2em;text-align:left">{{{1}}}</div></includeonly><noinclude> {{documentation}} </noinclude>”)
- 2024年1月21日 (日) 22:54 Zeroclanzhang 讨论 贡献创建了页面模板:Div col (重定向页面至模板:Div col) 标签:新重定向
- 2024年1月21日 (日) 22:53 Zeroclanzhang 讨论 贡献创建了页面模块:Wd/i18n/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} This submodule is used by Module:Wd for internationalization (''i18n'') purposes and has been separated to allow for locale-independent updating of the module's logic.”)
- 2024年1月21日 (日) 22:53 Zeroclanzhang 讨论 贡献创建了页面模块:Wd/i18n (创建页面,内容为“-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["errors"] = { ["unknown-data-type"] = "Unknown or unsupported datatype '$1'.", ["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter '$1' must be defined as optional", ["no-function-specified"] = "You must specify a function to call"…”)
- 2024年1月21日 (日) 22:52 Zeroclanzhang 讨论 贡献创建了页面模块:Authority control/documentation/doc (创建页面,内容为“{{high-use|288}} {{Authority control/related}}”)
- 2024年1月21日 (日) 22:52 Zeroclanzhang 讨论 贡献创建了页面模块:Authority control/documentation (创建页面,内容为“require('strict') local p = {} local configfile = 'Module:Authority control/config' -- default configuation module local arg = mw.getCurrentFrame().args.config if arg and arg~='' then configfile = 'Module:Authority control/config/' .. arg end local config if mw.title.new(configfile).exists then config = mw.loadData(configfile) else return error('Invalid configuration file',0) end local title = mw.title.getCurrentTitle() local namespace = title.namespace loca…”)
- 2024年1月21日 (日) 22:51 Zeroclanzhang 讨论 贡献创建了页面模板:Template parameter usage (创建页面,内容为“{{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|S|s}}ee a monthly parameter usage report] for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}} in articles{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.c…”)
- 2024年1月21日 (日) 22:50 Zeroclanzhang 讨论 贡献创建了页面模板:TOC right/styles.css (创建页面,内容为“{{pp-template}}: The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper: @media all and (max-width: 720px) { body.skin-minerva .tocright { display: none; } .tocright { width: 100% !important; fix the inline width while at small resolution: } } @media all and (min-width: 720px) { .tocright { float: right; clear: right; width: auto; margin: 0 0 0.5em 1em; } .tocright-clear-left { clear:…”)
- 2024年1月21日 (日) 22:50 Zeroclanzhang 讨论 贡献创建了页面模板:TOC right/doc (创建页面,内容为“{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> {{High-use}} {{Template display|vector2022}} {{TOC right}} {{tsh|tocr|tocright|TOCright}} {{Uses TemplateStyles|Template:TOC limit/styles.css|Template:TOC right/styles.css}} {{tl|TOC right}} forces the auto-generated Table of Contents for an article to appear floated to the right side of the page, in order to impro…”)
- 2024年1月21日 (日) 22:49 Zeroclanzhang 讨论 贡献创建了页面模板:TOC right (创建页面,内容为“<templatestyles src="Template:TOC_right/styles.css" />{{#if:{{{limit|}}}|<templatestyles src="Template:TOC limit/styles.css" />}}<!-- --><div class="tocright {{#if:{{{clear|}}}|tocright-clear-{{{clear|}}}}} {{#if:{{{limit|}}}|toclimit-{{{limit}}}}}" {{#if:{{{width|{{{1|}}}}}}|style="width: {{{width|{{{1}}}}}};"}}>__TOC__</div><noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>”)
- 2024年1月21日 (日) 22:48 Zeroclanzhang 讨论 贡献创建了页面模板:Check completeness of transclusions (重定向页面至模板:Check completeness of transclusions) 标签:新重定向
- 2024年1月21日 (日) 22:48 Zeroclanzhang 讨论 贡献创建了页面模板:Templates for archiving/doc (创建页面,内容为“{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> <!--*Placeholder commernt: This template still needs some work, but hopefully its more of a help than a hindrance for newer users navigating talk page archiving. This ain't my page, its all of our page, so edit BOLDLY. {{User:Jonverve/sig2}} 16:28, 1 July 2009 (UTC) --> == Usage == {{Collapsible option}} <includeonly>{{Sandbox other|| <!-- CATEGORIES HERE,…”)
- 2024年1月21日 (日) 22:47 Zeroclanzhang 讨论 贡献创建了页面模板:Templates for archiving (创建页面,内容为“{{Navbox | name = Templates for archiving | title = Templates for archiving | bodyclass = hlist | state = {{{state<includeonly>|autocollapse</includeonly>}}} | above = * Archiving (simple) * Archiving (technical) | group1 = Recommended | list1 = * {{tl|Archives}} <span style="color:gray;">(very configurable side box or banner for main talk page)</span> * {{tl|Automatic archive navigat…”)
- 2024年1月21日 (日) 22:47 Zeroclanzhang 讨论 贡献创建了页面模板:xtn (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example example-neutral" style="font-family: Georgia, 'DejaVu Serif', serif; color: initial;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> <!-- No, "color: initial;" is not redundant; it fixes inconsistent link-appearance behavior between this templ…”)
- 2024年1月21日 (日) 22:44 Zeroclanzhang 讨论 贡献创建了页面模板:mxtn (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example example-neutral monospaced example-mono" style="font-family:monospace, monospace; color: initial;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<!--"monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug'--><noinclude> <!-- No, "color:…”)
- 2024年1月21日 (日) 22:44 Zeroclanzhang 讨论 贡献创建了页面模板:mxtd (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example deprecated-content example-deprecated monospaced example-mono" style="font-family: monospace, monospace; color: #696969;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<!--"monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug'--><noin…”)
- 2024年1月21日 (日) 22:44 Zeroclanzhang 讨论 贡献创建了页面模板:bxt (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example example-bold" style="font-weight: bold; color: #006400;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> {{Documentation|Template:Xt/doc}} </noinclude>”)
- 2024年1月21日 (日) 22:43 Zeroclanzhang 讨论 贡献创建了页面模板:Citation needed (重定向页面至模板:Citation needed) 标签:新重定向
- 2024年1月21日 (日) 22:43 Zeroclanzhang 讨论 贡献创建了页面模板:Div col end (重定向页面至模板:Div col end) 标签:新重定向
- 2024年1月21日 (日) 22:42 Zeroclanzhang 讨论 贡献创建了页面模板:!bxt (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example deprecated-content example-bad example-bold" style="font-weight: bold; color: #8B0000;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> {{Documentation|Template:Xt/doc}} </noinclude>”)
- 2024年1月21日 (日) 22:42 Zeroclanzhang 讨论 贡献创建了页面模板:bxtn (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example example-neutral example-bold" style="font-weight: bold; color: initial;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> <!-- No, "color: initial;" is not redundant; it fixes inconsistent link-appearance behavior between this template and Tem…”)
- 2024年1月21日 (日) 22:41 Zeroclanzhang 讨论 贡献创建了页面模板:bxtd (创建页面,内容为“{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example deprecated-content example-deprecated example-bold" style="font-weight: bold; color: #696969;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> {{Documentation|Template:Xt/doc}} </noinclude>”)
- 2024年1月21日 (日) 22:41 Zeroclanzhang 讨论 贡献创建了页面模板:Dcr (创建页面,内容为“{{Deprecated code|red=y|{{{1|Example text}}}}}<noinclude> {{documentation|Template:Deprecated code/doc}} <!--Categories and interwikis go on the /doc subpage.--> </noinclude>”)
- 2024年1月21日 (日) 22:40 Zeroclanzhang 讨论 贡献创建了页面模板:Deprecated code (重定向页面至模板:Deprecated code) 标签:新重定向
- 2024年1月21日 (日) 22:39 Zeroclanzhang 讨论 贡献创建了页面模板:Dc2/doc (创建页面,内容为“{{Documentation subpage|Template:Deprecated code (Template:Dc) and Template:Dc2}} {{Template shortcut|dc}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == The {{tlx|deprecated code}} template (easiest used from its '''{{tlx|dc}}''' redirect) can be used to indicate, e.g. in template documentation or Wikipedia articles on things like HTML specifications, code that has been Deprecation|depre…”)
- 2024年1月21日 (日) 22:39 Zeroclanzhang 讨论 贡献创建了页面模板:Dc2 (创建页面,内容为“<del class="deprecated-content {{{class|}}}" style="color:{{#if:{{{red|}}}|#B26F5A|#A9A9A9}}; text-decoration:line-through; {{#if:{{{style|}}}|{{{style}}}|}}" {{#if:{{{id|}}}|id="{{{id}}}|}}" {{#if:{{{title|{{{2|}}}}}}|title="{{{title|{{{2}}}}}}"|}}><span style="color:{{#if:{{{red|}}}|#8B0000|#696969}};">{{{1}}}</span></del><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>”)
- 2024年1月21日 (日) 22:38 Zeroclanzhang 讨论 贡献创建了页面模板:Codett/doc (创建页面,内容为“{{Documentation subpage}} <!-- Template categories go at the bottom of this page. --> Wrapper for {{tl|code}} that removes background and border, and passes through all other parameters: {{code|<nowiki>{{code|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}}}|style="background:none; border:none; color:inherit; padding: 0px 0px;"}}</nowiki>}} For example, {{code|someMethodOfSomeClass}} becomes {{codett|someMethodOfSomeClass}}. C…”)
- 2024年1月21日 (日) 22:38 Zeroclanzhang 讨论 贡献创建了页面模板:Codett (创建页面,内容为“{{code|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}|style="background:none; border:none; color:inherit; padding: 0px 0px;"}}<noinclude> {{documentation}} </noinclude>”)
- 2024年1月21日 (日) 22:37 Zeroclanzhang 讨论 贡献创建了页面模板:SUBJECTSPACE formatted/doc (创建页面,内容为“{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{high-use|35368}} == Usage == This template returns a descriptor for the SUBJECTSPACE formatted for inclusion in a sentence of text. It applies the correct capitalization for midsentence appearance, returns "article" if the subjectspace is main, and adds "page" if grammatically correct.<!-- == See also == --><includeonly>{{Sandbox other|| <!-- CATEGORIES AND IN…”)
- 2024年1月21日 (日) 22:37 Zeroclanzhang 讨论 贡献创建了页面模板:SUBJECTSPACE formatted (创建页面,内容为“{{#switch: {{SUBJECTSPACE}} | {{ns:0}} = article | {{ns:4}} = Wikipedia page | {{ns:2}} | {{ns:12}} = {{lc:{{SUBJECTSPACE}}}} page | #default = {{lc:{{SUBJECTSPACE}}}} }}<noinclude> {{Documentation}} </noinclude>”)
- 2024年1月21日 (日) 22:36 Zeroclanzhang 讨论 贡献创建了页面模板:Intricate template/text (创建页面,内容为“'''This {{SUBJECTSPACE formatted}} employs intricate features of template syntax.''' <div style="padding-bottom:2px;">You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages.<br/> You can conduct experiments, and should test all ma…”)
- 2024年1月21日 (日) 22:36 Zeroclanzhang 讨论 贡献创建了页面模板:Template link with subst (重定向页面至模板:Template link with subst) 标签:新重定向
- 2024年1月21日 (日) 22:35 Zeroclanzhang 讨论 贡献创建了页面模板:Param value (重定向页面至模板:Param value) 标签:新重定向
- 2024年1月21日 (日) 22:34 Zeroclanzhang 讨论 贡献创建了页面模板:Codenowiki/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Template shortcut|CoNo|Cnw|pre1=subst:|pre2=subst:}} {{Intricate template}} {{Subst only|auto=yes}} {{Notice|Ignore the code appearing above; it is not how the final result will display}} This template provides a speedy way to wrap template source code in {{tag|code|content={{tag|nowiki}}}} markup. To wo…”)
- 2024年1月21日 (日) 22:34 Zeroclanzhang 讨论 贡献创建了页面模板:Codenowiki (创建页面,内容为“<code>{{<includeonly>subst:</includeonly>Nowiki|{{{1}}}}}</code><noinclude>{{Documentation}}</noinclude>”)
- 2024年1月21日 (日) 22:34 Zeroclanzhang 讨论 贡献创建了页面模板:Kbdnowiki/doc (创建页面,内容为“{{documentation subpage}} {{subst only}} {{tsh|kbno}} === Usage === This template wraps text in {{code|<kbd><<nowiki>nowiki</nowiki>>...<<nowiki>/nowiki</nowiki>></kbd>}} markup. To work correctly, it must be {{strong|substituted}}. === Example === Markup: : <code><nowiki>{{subst:kbdnowiki|Some text and a {{convert|179+1/2|ft|1|adj=on|sp=us}} template.}}</nowiki></code> Renders as: : <kbd><nowiki>Some text and a {{convert|179+1/2|ft|1|adj=on|sp=u…”)
- 2024年1月21日 (日) 22:33 Zeroclanzhang 讨论 贡献创建了页面模板:Kbdnowiki (创建页面,内容为“<includeonly><kbd>{{subst:nowiki|{{{1}}}}}</kbd></includeonly><noinclude> {{documentation}} </noinclude>”)