所有公开日志

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

日志
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
  • 2024年1月18日 (四) 00:46 Zeroclanzhang 讨论 贡献创建了页面模板:Cite report (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=report }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月18日 (四) 00:45 Zeroclanzhang 讨论 贡献创建了页面模板:Uses TemplateStyles (重定向页面至模板:Uses TemplateStyles 标签新重定向
  • 2024年1月18日 (四) 00:45 Zeroclanzhang 讨论 贡献创建了页面模板:Table alignment/tables.css (创建页面,内容为“{{pp-template}}:​ .defaultleft { text-align:left; } .defaultcenter { text-align:center; } .defaultright { text-align:right; } .col1left td:nth-child(1), .col2left td:nth-child(2), .col3left td:nth-child(3), .col4left td:nth-child(4), .col5left td:nth-child(5), .col6left td:nth-child(6), .col7left td:nth-child(7), .col8left td:nth-child(8), .col9left td:nth-child(9), .col10left td:nth-child(10), .col11left td:nth-child(11), .col12left td:nth-child(12), .col…”
  • 2024年1月18日 (四) 00:45 Zeroclanzhang 讨论 贡献创建了页面模板:Table alignment/doc (创建页面,内容为“{{Documentation subpage}} {{TemplateStyles|Template:Table alignment/tables.css}} == Purpose == To make it simpler to align the columns in tables with less wikicode. == Usage == Place <code><nowiki>{{Table alignment}}</nowiki></code> just before the table and then add some classes to the table. {| class="wikitable" ! classname ! Purpose |- | <code>defaultleft</code> || Align all table cells left by default |- | <code>defaultcenter</code> || Align all table ce…”)
  • 2024年1月18日 (四) 00:45 Zeroclanzhang 讨论 贡献创建了页面模板:Table alignment (创建页面,内容为“<templatestyles src="Template:Table alignment/tables.css" /><noinclude>{{documentation}}</noinclude>”)
  • 2024年1月18日 (四) 00:44 Zeroclanzhang 讨论 贡献创建了页面模板:Column-generating template families (创建页面,内容为“=== Column-generating template families === '''The templates listed here are not interchangeable'''. For example, using {{tl|col-float}} with {{tl|col-end}} instead of {{tl|col-float-end}} would leave a HTML "div" (division) open, potentially harming any subsequent formatting. <section begin="table" /> {| class="wikitable" style="line-height:1.4em" |+ Column templates |- style="vertical-align:middle;" ! scope="col" | Type ! scope="col" | Fa…”)
  • 2024年1月18日 (四) 00:44 Zeroclanzhang 讨论 贡献创建了页面模板:When on basepage/doc (创建页面,内容为“{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> This is the {{tl|When on basepage}} meta-template. It helps other templates detect if they are on a '''basepage''' (i.e. a page whose name matches the pattern "''x'':''x''") '''subpage''' ("''x'':''x''/''x''") or '''subsubpage''' ("''x'':''x''/''x''/''x''"). An alternative way to detect whether a page is a subpage…”)
  • 2024年1月18日 (四) 00:43 Zeroclanzhang 讨论 贡献创建了页面模板:When on basepage (创建页面,内容为“{{#switch: <!--If no or empty "page" parameter then detect basepage/subpage/subsubpage--> {{#if:{{{page|}}} | {{#if:{{#titleparts:{{{page}}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{{page}}}|0|2}} | subpage | basepage }} }} | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}} | subpage |…”)
  • 2024年1月18日 (四) 00:43 Zeroclanzhang 讨论 贡献创建了页面模块:Page/doc (创建页面,内容为“{{used in system}} {{Module rating|release}} This module is meant to allow the goodies listed in {{slink|mw:Extension:Scribunto/Lua reference manual#Title objects}} to be accessed by people who do not want to write a Lua module. Usage is: <code><nowiki>{{#invoke:Page|</nowiki>'''function'''|''parameters''<nowiki>}}</nowiki></code> == Functions== In the usage above, '''function''' is one of the following fields or functions for title objects: :* '''id''': The…”)
  • 2024年1月18日 (四) 00:42 Zeroclanzhang 讨论 贡献创建了页面模块:Page (创建页面,内容为“local callAssert = require('Module:CallAssert') local function main(frame, field) local args, pargs = frame.args, ( frame:getParent() or {} ).args or {} local makeTitle=args.makeTitle or pargs.makeTitle local namespace=args.namespace or pargs.namespace or "" local fragment=args.fragment or pargs.fragment or "" local interwiki=args.interwiki or pargs.interwiki or "" local page=args.page or args[1] or pargs.page or pargs[1] or "" local id= tonumber( args.…”)
  • 2024年1月18日 (四) 00:42 Zeroclanzhang 讨论 贡献创建了页面模板:Basepage subpage/doc (创建页面,内容为“{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> This is the {{tl|When on basepage}} meta-template. It helps other templates detect if they are on a '''basepage''' (i.e. a page whose name matches the pattern "''x'':''x''") '''subpage''' ("''x'':''x''/''x''") or '''subsubpage''' ("''x'':''x''/''x''/''x''"). An alternative way to detect whether a page is a subpage…”)
  • 2024年1月18日 (四) 00:41 Zeroclanzhang 讨论 贡献创建了页面模板:Basepage subpage (创建页面,内容为“{{#switch: <!--If no or empty "page" parameter then detect basepage/subpage/subsubpage--> {{#if:{{{page|}}} | {{#if:{{#titleparts:{{{page}}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{{page}}}|0|2}} | subpage | basepage }} }} | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}} | subsubpage <!--Subsubpage or lower--> | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}} | subpage |…”)
  • 2024年1月18日 (四) 00:41 Zeroclanzhang 讨论 贡献创建了页面模板:Collapse Templates (创建页面,内容为“{{Helpbox |templatename = Collapsible templates |name = Collapsible templates |bodyclass = vcard |list1 = {{aligned table|fullwidth=y|rightleft=y|col1style=font-weight:bold; |Help: |Collapsing |Guideline:|Hidden content }} |group2 = Article namespace |list2 = {{plainlist|1= * {{tl|collapse}} * {{tl|collapsible list}} * {{hlist|{{tl|collapse top}}|{{tl|collapse bottom}}}} * {{tl|hidden}} *…”)
  • 2024年1月18日 (四) 00:40 Zeroclanzhang 讨论 贡献创建了页面模板:Hidden end (创建页面,内容为“<includeonly></div></div></includeonly><noinclude> {{hatnote|Templates {{noredirect|Template:End hidden|End hidden}} and {{noredirect|Template:End hidden section|End hidden section}} redirect here.}} {{Documentation|Template:Hidden begin/doc}} </noinclude>”)
  • 2024年1月18日 (四) 00:40 Zeroclanzhang 讨论 贡献创建了页面模板:Hidden begin/styles.css (创建页面,内容为“{{pp-template}}:​ .hidden-begin { box-sizing: border-box; width: 100%; padding: 5px; border: none; font-size: 95%; } .hidden-title { font-weight: bold; line-height: 1.6; text-align: left; } .hidden-content { text-align: left; }”
  • 2024年1月18日 (四) 00:39 Zeroclanzhang 讨论 贡献创建了页面模板:Hidden begin/doc (创建页面,内容为“{{Documentation subpage}} {{Uses TemplateStyles|Template:Hidden begin/styles.css}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{hatnote|This documentation is shared by {{tl|Hidden begin}} and {{tl|Hidden end}}.}} {{Collapse Templates}} {{used in system}} Do not use this template to hide content in articles. This violates the WP:Manual of Style#Scrolling lists and collapsible co…”)
  • 2024年1月18日 (四) 00:39 Zeroclanzhang 讨论 贡献创建了页面模板:Hidden begin (创建页面,内容为“<includeonly><templatestyles src="Template:Hidden begin/styles.css"/><div class="hidden-begin mw-collapsible {{#ifeq:{{{showhide|{{{toggle}}}}}}|left|mw-collapsible-leftside-toggle}} {{#if:{{{expanded|}}}||mw-collapsed}} {{{class|}}}" style="{{#if:{{{width|}}}|width:{{{width}}};}} {{#if:{{{border|}}}|border:{{{border}}};}} {{#if:{{{bgcolor|}}}|background-color:{{{bgcolor}}};}} {{{style|}}}"><!-- --><div class="hidden-title" style="{{#if:{{{ta1|}}}|text-align:{{…”)
  • 2024年1月18日 (四) 00:38 Zeroclanzhang 讨论 贡献创建了页面模板:Col-begin/TemplateData (创建页面,内容为“==TemplateData== {{TemplateData header}} <templatedata> { "description": "This template starts a multi-column table.", "params": { "width": { "label": "Table width", "type": "string", "description": "The width of the complete table, defined as a percent (i.e. 50%), typically no more than 95%" } } } </templatedata>”)
  • 2024年1月18日 (四) 00:38 Zeroclanzhang 讨论 贡献创建了页面模板:Col-2/doc (创建页面,内容为“{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use}} {{Col-begin template}} ==TemplateData== {{TemplateDataHeader}} <templatedata> { "description": "Starts a column in a two-column table begun by {{col-begin}}.", "params": { "align": { "label": "align", "description": "Horizontal alignment of content.", "type": "string",…”)
  • 2024年1月18日 (四) 00:38 Zeroclanzhang 讨论 贡献创建了页面模板:Col-2 (创建页面,内容为“{{col-break|width=50%|align={{{align|left}}}|valign={{{valign|top}}}}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>”)
  • 2024年1月18日 (四) 00:37 Zeroclanzhang 讨论 贡献创建了页面模板:Col-break/doc (创建页面,内容为“{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use|166631}} {{tsh|C-b|Mid}} {{Col-begin template}} ==Template data== {{TemplateDataHeader}} <templatedata> { "description": "This template triggers the start of each column in a multi-column table.", "params": { "width": { "label": "Column width", "type": "string", "description": "Width of the column, defined as a percent…”)
  • 2024年1月18日 (四) 00:37 Zeroclanzhang 讨论 贡献创建了页面模板:Col-break (创建页面,内容为“<noinclude/> | style="{{#if:{{{width|}}}|width: {{{width}}}; }}text-align: {{{align|left}}}; vertical-align: {{{valign|top}}}; {{#if: {{{gap|}}}|padding-left: {{{gap}}};}} {{{style|}}}" |<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>”)
  • 2024年1月18日 (四) 00:36 Zeroclanzhang 讨论 贡献创建了页面模板:Col-begin/doc (创建页面,内容为“{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{distinguish|text=Template:Colbegin, a redirect to Template:Div col}} {{High-use}} {{caution|This template creates a table rather than actual columns. This means that it may displays poorly on mobile devices or narrow screens and is sub-optimal in terms of accessibility. Approximately half of the readers of English Wikipedia articles are using…”)
  • 2024年1月18日 (四) 00:36 Zeroclanzhang 讨论 贡献创建了页面模板:Col-begin (创建页面,内容为“<div> {| class="{{{class|}}} multicol" role="presentation" style="{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}}; {{{style|}}}" <noinclude> |- | |} </div> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>”)
  • 2024年1月18日 (四) 00:35 Zeroclanzhang 讨论 贡献创建了页面模板:Col-begin template (创建页面,内容为“{{#switch:{{lc:{{BASEPAGENAME}}}} | col-2 = The Template:Col-2 sets column width for each of two columns, with align=left, valign=top. The align or valign can be changed: <nowiki>{{col-2 |align=right|valign=center}}</nowiki>. | col-3 = The Template:Col-3 sets column width for each of three columns, with align=left, valign=top. The align or valign can be changed: <nowiki>{{col-3|align=right|valign=center}}</nowiki>. | col-4 = The Template:Col-4 sets…”)
  • 2024年1月18日 (四) 00:35 Zeroclanzhang 讨论 贡献创建了页面模板:Col-end/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{tsh|C-e}} {{Col-begin template}} ==Template data== {{TemplateDataHeader}} <templatedata> { "description": "This template ends a multi-column table started with Col-begin. This template takes no parameters. ", "params": { } } </templatedata><includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidat…”)
  • 2024年1月18日 (四) 00:34 Zeroclanzhang 讨论 贡献创建了页面模板:Col-end (创建页面,内容为“<includeonly> |}</div></includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>”)
  • 2024年1月18日 (四) 00:33 Zeroclanzhang 讨论 贡献创建了页面模板:Align/doc (创建页面,内容为“{{Documentation subpage}} {{High-use|120520}} {{caution|'''Align Center does not function''' for the mobile view and mobile applications. Be aware that more than half of the Wikipedia visitors are via mobile.}} :'''''Note:''' If you trying to align a table column (left, center, or right) use Template:Table alignment.'' This is a generic template for handling the horizontal alignment of elements on a page. Use the template like this: {{tlx|ali…”)
  • 2024年1月18日 (四) 00:33 Zeroclanzhang 讨论 贡献创建了页面模板:Right/doc (创建页面,内容为“{{Documentation subpage}} {{high-risk}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Description == It is to '''right''' align in-line elements on a page. The only parameter is the content to be aligned. See also Template:Align for more options and flexibility. == Usage == With no input arguments, it saves typing the following text (in a table): : <code><nowiki>style="text-align:right"|<…”)
  • 2024年1月18日 (四) 00:33 Zeroclanzhang 讨论 贡献创建了页面模板:Left/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} == Description == It is to '''left''' align elements on a page. The only parameter is the content to be aligned. See also Template:Align for more options and flexibility. == Usage == :'''''Note:''' If you trying to align a table column (left, center, or right) use Template:Table alignment.'' With no inpu…”)
  • 2024年1月18日 (四) 00:33 Zeroclanzhang 讨论 贡献创建了页面模板:Align (创建页面,内容为“{{safesubst<noinclude/>:#switch: {{safesubst<noinclude/>:lc:{{{1|center}}}}} |left = <div style="float: left;{{safesubst<noinclude/>:#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |right = <div style="float: right;{{safesubst<noinclude/>:#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |center = {{safesubst<noinclude/>:center|{{{2}}}|style={{{style|}}} }} |#default = Error in Template:Align: the alignment setting "{{{1}}}" is invalid. }}<noinclude> {{do…”)
  • 2024年1月18日 (四) 00:32 Zeroclanzhang 讨论 贡献创建了页面模板:Left (创建页面,内容为“<includeonly>{{{{{|safesubst:}}}#ifeq:{{{1|a}}}|{{{1|b}}} |<div style="float:left;">{{{1|}}}</div> |style="text-align:left"{{{{{|safesubst:}}}!}} }}</includeonly><noinclude> {{Documentation}} <!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) --> </noinclude>”)
  • 2024年1月18日 (四) 00:32 Zeroclanzhang 讨论 贡献创建了页面模板:Right (创建页面,内容为“<includeonly>{{{{{|safesubst:}}}#ifeq:{{{1|a}}}|{{{1|b}}} |<div style="float:right;">{{{1|}}}</div> |style="text-align:right"{{{{{|safesubst:}}}!}} }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月18日 (四) 00:32 Zeroclanzhang 讨论 贡献创建了页面分类:Citation templates that wrap CS1 templates (创建页面,内容为“These are tracking categories for Citation Style 1 templates that use {{tl|CS1 wrapper}}. Category:Citation Style 1 templates”)
  • 2024年1月18日 (四) 00:31 Zeroclanzhang 讨论 贡献创建了页面分类:Specific-source templates (创建页面,内容为“{{Template category|description='''Specific-source templates''' are templates used to cite a particular book, website, other source, or occasionally, a limited, closely-related group of sources. These templates are not unused. Some are intended to be substituted and should not be nominated for deletion, though more work needs to be done to make them substitute cleanly.}} {{CatAutoTOC|align=center}} Category:Citation templates”)
  • 2024年1月18日 (四) 00:30 Zeroclanzhang 讨论 贡献创建了页面模板:Center/doc (创建页面,内容为“{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{high use}} == Description == It is to center elements on a page. See also Template:Align for more options and flexibility. == Usage == {{See also|Span and div}} {{markup | <nowiki>{{Center|Hello world!}}</nowiki> | {{Center|Hello world!}} }} To do this without a template, simply use the following code: <syntaxhighlight lang="HTML"> <d…”)
  • 2024年1月18日 (四) 00:29 Zeroclanzhang 讨论 贡献创建了页面模板:Center (创建页面,内容为“<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;{{#if: {{{style|}}} | {{{style}}};}}">{{{1|Category:Pages using center with no arguments}}}</div></includeonly>{{#invoke:Check for unknown parameters|check|unknown=_VALUE_{{PAGENAME}}|preview=Page using Template:Center with unknown parameter "_VALUE_"|ignoreblank=y| 1 | style }}<noinclude> {{documentation}} <!--…”)
  • 2024年1月18日 (四) 00:29 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/event (创建页面,内容为“* '''event''': Event where the speech was given.”)
  • 2024年1月18日 (四) 00:29 Zeroclanzhang 讨论 贡献创建了页面模板:Cite sign/doc (创建页面,内容为“{{Documentation subpage}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|signs, plaques, gravestones, and other non-video visuals}} ==Usage== {{csdoc|usage}} === Blank === <pre> {{Cite sign |title = |year = |date = |type = |publisher = |location = |author = |url = |access-date = |medium = }} </pre> ===Examples=== <code><nowiki>{{Cite sign |title=The Underwater Archaeology Centre |year=2006 |type=Plaque…”)
  • 2024年1月18日 (四) 00:28 Zeroclanzhang 讨论 贡献创建了页面模板:Cite sign (创建页面,内容为“<includeonly>{{#invoke:Citation/CS1 | citation |CitationClass=sign }}</includeonly><noinclude>{{documentation}} </noinclude>”)
  • 2024年1月18日 (四) 00:28 Zeroclanzhang 讨论 贡献创建了页面模板:Cite speech/doc (创建页面,内容为“{{Documentation subpage}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|published or broadcast speeches}} ==Usage== {{csdoc|usage}} {{center|'''Common parameters in horizontal format'''}} :<code><nowiki>{{cite speech |last= |first= |author-link= |title= |event= |date= |location= |publisher= |url= |access-date= |language=}}</nowiki></code> ===Examples=== {{pre|<nowiki> {{cite speech |title=Economic Isolationism Isn't an Option |first=Mike |last=Eskew |author-l…”)
  • 2024年1月18日 (四) 00:28 Zeroclanzhang 讨论 贡献创建了页面模板:Cite speech (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=speech }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月18日 (四) 00:27 Zeroclanzhang 讨论 贡献创建了页面模板:Cite tech report/doc (创建页面,内容为“{{Documentation subpage}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|technical reports}} ==Usage== {{csdoc|usage}} A short blank version:<br/> <code><nowiki>{{cite tech report |last= |first= |author2= |date= |title= |institution= |number= }}</nowiki></code> ===Examples=== <code><nowiki> {{cite tech report |last=Ouyang |first=M. |author2=N. Johnson |date=1996 |title=How good are branching rules in DPLL? |institution=DIMACS |number=96-38 }}</nowiki></code> *…”)
  • 2024年1月18日 (四) 00:27 Zeroclanzhang 讨论 贡献创建了页面模板:Cite tech report (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=techreport }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月18日 (四) 00:26 Zeroclanzhang 讨论 贡献创建了页面模板:Cite archive/doc (创建页面,内容为“{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Cite archive}} {{Distinguish|Template:Cite arXiv}} This template is used to create citations to archival holdings. == Usage == {{csdoc|usage}} {{csdoc|usage common}} <code><nowiki>{{cite archive |first= |last= |item = |item-url= |type= |item-id= |date= |p…”)
  • 2024年1月18日 (四) 00:26 Zeroclanzhang 讨论 贡献创建了页面模板:Cite archive (创建页面,内容为“<includeonly>{{#invoke:cite archive|cite_archive}}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月18日 (四) 00:26 Zeroclanzhang 讨论 贡献创建了页面模板:Cite arXiv/doc (创建页面,内容为“{{Documentation subpage}} {{High-use|2600}} {{caution|arXiv contains preliminary reports that have not been peer-reviewed and hence should be used with a high degree of caution. Per WP:MEDRS and WP:SCIRS, these reports should not be used to support medical or scientific claims.}} {{Distinguish|Template:Cite archive}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata) --> {…”)
  • 2024年1月18日 (四) 00:25 Zeroclanzhang 讨论 贡献创建了页面模板:Cite arXiv (创建页面,内容为“<noinclude>{{pp-template|small=yes}}</noinclude><includeonly>{{#switch:{{#if:{{{title|}}}|1|0}}{{#if:{{{last1|{{{last|{{{author1|{{{author|{{{vauthors|{{{surname|{{{surname1|}}}}}}}}}}}}}}}}}}}}}|1|{{#if:{{{authors|}}}|2|0}}}} |00 |01 |10=A bot will complete this citation soon. <small>[https://citations.toolforge.org/process_page.php?page={{FULLPAGENAMEE}}&edit=arXiv Click here to jump the queue]</small>{{#switch:{{lc:{{NAMESPACE}}}}||draft|template|wikipedia=[…”)
  • 2024年1月18日 (四) 00:25 Zeroclanzhang 讨论 贡献创建了页面模板:Cite bioRxiv/doc (创建页面,内容为“{{caution|bioRxiv contains preliminary reports that have not been peer-reviewed and hence should be used with a high degree of caution. Per WP:MEDRS and WP:SCIRS, these reports should not be used to support medical or scientific claims.}} {{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata) --> {{csdoc|lua|lua=yes}} {{csdoc|cs1|lua=yes}} {{csdoc|lead…”)
  • 2024年1月18日 (四) 00:24 Zeroclanzhang 讨论 贡献创建了页面模板:Notice and warning templates (创建页面,内容为“{{Navbox | name = Notice and warning templates | state = {{{state|}}} | title = {{c|Notice and warning templates}} | liststyle = text-align:left; | tracking = no <!-- keep all the documanted templates out of the hlist tracking category --> | list1 = * {{tlb|Caution}} – For messages indicating e.g. that errors or misuse may have wide repercussions. * {{tlb|Consensus}} – For notices relating to consensus about methods, procedures, ed…”)
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500