所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2023年7月21日 (五) 22:06 Zeroclanzhang 讨论 贡献创建了页面模块:Hatnote list (创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. A…”)
- 2023年7月21日 (五) 22:04 Zeroclanzhang 讨论 贡献创建了页面模块:Hatnote (创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules.…”)
- 2023年7月21日 (五) 22:02 Zeroclanzhang 讨论 贡献创建了页面模块:For (创建页面,内容为“local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function…”)
- 2023年7月21日 (五) 21:49 Zeroclanzhang 讨论 贡献创建了页面DevTeam (重定向页面至DevTeam) 标签:新重定向
- 2023年7月21日 (五) 21:48 Zeroclanzhang 讨论 贡献创建了页面统计猿研发部 (重定向页面至DevTeam) 标签:新重定向
- 2023年7月21日 (五) 21:45 Zeroclanzhang 讨论 贡献创建了页面DevTeam (创建页面,内容为“'''DevTeam'''是隶属于杭州猿通信息科技有限责任公司的研发部门,专注于统计猿旗下云端和PC端软件开发,包括:决策链软件软件及统计猿数据分析平台。”)
- 2023年7月21日 (五) 21:35 Zeroclanzhang 讨论 贡献创建了页面模板:xt (创建页面,内容为“{{#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 good-example" style="font-family: Georgia, 'DejaVu Serif', serif; color: #006400;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 21:32 Zeroclanzhang 讨论 贡献创建了页面模块:String2 (创建页面,内容为“local p = {} p.upper = function(frame) local s = mw.text.trim(frame.args[1] or "") return string.upper(s) end p.lower = function(frame) local s = mw.text.trim(frame.args[1] or "") return string.lower(s) end p.sentence = function (frame ) frame.args[1] = string.lower(frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame ) local s = mw.text.trim( frame.args[1] or "" ) local s1 = "" -- if it's a list chop off and (store as s1) eve…”)
- 2023年7月21日 (五) 21:24 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox data Developer/doc (创建页面,内容为“{{Documentation}} {{t|Infobox data Developer}}被用于各种信息卡模板上来格式化制造商值。它接受开发者代码并以<code>制造商全称 (开发者代码)</code>输出。 == 用法 == {{t|Infobox data Developer|开发者代码}} == 示例 == 代码<code><nowiki>{{Infobox data Developer|DevTeam}}</nowiki></code>得到:{{Infobox data Developer|Dev.Team}} == 模板数据 == <templatedata> { "params": { "1": { "label": "developer cod…”)
- 2023年7月21日 (五) 21:16 Zeroclanzhang 讨论 贡献创建了页面模板:DPLCat2 (创建页面,内容为“<includeonly> {{#dpl: |category={{DPLAndEscape|{{{1}}}}}&{{DPLAndEscape|{{{2}}}}}&{{DPLAndEscape|{{{3}}}}} |notcategory={{{not1|}}} |mode=inline |noresultsheader=empty |ordermethod=title |allowcachedresults=true |includesubpages=false |notnamespace=File |skipthispage=no |format=,%TITLE%,,}} </includeonly> <noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 21:13 Zeroclanzhang 讨论 贡献创建了页面模板:Navplate row (创建页面,内容为“<includeonly><!-- -->{{#if:{{{label|}}}|{{#if:{{{content|}}}|<!-- --><div class="navplate-content-item" id="navplate-list-{{urlencode:{{lc:{{{labelid|{{Link capture|{{{label}}}}}}}}}}}}"><!-- --><div class="navplate-content-item-label"><!-- -->{{#if:{{{icon|}}}|<div class="navplate-content-item-label-icon metadata">[[File:{{{icon}}}|20px|link=]]</div>}}<!-- -->{{{label}}}<!-- --></div><!-- --><div class="navplate-content-item-list">{{{content}}}</div><!-- --></…”)
- 2023年7月21日 (五) 21:11 Zeroclanzhang 讨论 贡献创建了页面模板:Navplate DPLCat row (创建页面,内容为“<includeonly><!-- -->{{#if:{{{1|}}}|{{#switch:{{DPLCat2|{{{1}}}|{{{2|}}}|{{{3|}}}}}|<!-- -->|empty=<!-- -->|#default={{Navplate row |icon={{{icon|}}} |label={{#if:{{{text|}}}|{{{text}}}|{{{1}}}}} |labelid={{{1}}}{{#if:{{{2|}}}|-{{{2}}}{{#if:{{{3|}}}|-{{{3}}}}}}} |content={{DPLCat2|{{{1}}}|{{{2|}}}|{{{3|}}}}} }}<!-- -->}}<!-- -->}}<!-- --></includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 21:09 Zeroclanzhang 讨论 贡献创建了页面模板:Navplate/styles.css (创建页面,内容为“.navplate { margin-top: 1.6rem; clear: both; } .navplate p { margin: 0; } .navplate-header { line-height: 1.2; } .navplate-header-label, .navplate-content-header, .navplate-content-item-label { color: var( --color-base--subtle ); letter-spacing: 0.75px; } .navplate-header-label { font-size: 0.8125rem; } .navplate-header-title { margin-top: 2px; color: var( --color-base--emphasized ); font-size: 1.2rem; font-weight: bold; } .navplate-content {…”)
- 2023年7月21日 (五) 21:02 Zeroclanzhang 讨论 贡献删除页面模板:MFUCODE (内容为:“#REDIRECT Template:MFU code”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 21:02 Zeroclanzhang 讨论 贡献删除页面模板:MFUNAME (内容为:“#REDIRECT Template:MFU name”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:59 Zeroclanzhang 讨论 贡献删除页面模板:Infobox data MFU/doc (内容为:“{{Documentation}} {{t|Infobox data MFU}}被用于各种信息卡模板上来格式化制造商值。它接受制造商代码并以<code>制造商全称 (制造商代码)</code>输出。 == 用法 == {{t|Infobox data MFU|制造商代码}} == 示例 == 代码<code><nowiki>{{Infobox data MFU|DevTeam}}</nowiki></code>得到:{{Infobox data MFU|StatsapeDevTea…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:59 Zeroclanzhang 讨论 贡献删除页面模板:MFU code/doc (内容为:“{{Documentation}} {{tsh|MFUC|MFUCODE}} {{t|MFU code}} returns the manufacturer code from the name of the manufacturer. == Syntax == <code><nowiki>{{</nowiki>MFUCODE|''manfacturer name''}}</code> == Examples == <code><nowiki>{{</nowiki>MFUCODE<nowiki>|Aegis Dynamics}}</nowiki></code> returns {{MFUCODE|Aegis Dynamics}} <code><nowiki>{{</nowiki>MFUCODE<now…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:59 Zeroclanzhang 讨论 贡献删除页面模板:Infobox data MFU (内容为:“{{#if:{{{1|}}}|{{#ifeq:{{Developer name|{{{1}}}}}|未知制造商|[[{{{1}}}]]|[[{{Developer name|{{{1}}}}}]] ({{{1}}})}}}}<noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:58 Zeroclanzhang 讨论 贡献删除页面模板:MFU code (内容为:“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |DevTeam=Dev.Team |cooperator=3rd.Party }} |Missing required parameter 1=''developer name''! }}</includeonly><noinclude>{{/doc}}</noinclude>”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:58 Zeroclanzhang 讨论 贡献删除页面模板:MFU name/doc (内容为:“{{Documentation}} {{tsh|MFUN|MFUNAME}} {{t|MFU name}}模板将根据制造商代码返回制造商名称 == 语法 == : <code><nowiki>{{</nowiki>MFUNAME|''制造商代码''}}</code> == 示例 == : <code><nowiki>{{</nowiki>MFUNAME<nowiki>|AEGS}}</nowiki></code>将得到:{{MFUNAME|AEGS}} : <code><nowiki>{{</nowiki>MFUNAME<nowiki>|ANVL}}</nowiki></code>…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:58 Zeroclanzhang 讨论 贡献删除页面模板:MFU name (内容为:“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |987=987 |abin=阿伯纳西室内 |acas=王牌航天 |acdo=亚希多通讯 |acom=ACOM |aeha=俯瞰机库 |aegs=圣盾动力 |alb=阿莱霍兄弟 |alst=联盟星际科技 |amd=加速质量设计 |amrs=亚蒙里斯公司 |anvl=铁砧航天 |apar=启示录军备 |arcc=弧光集…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 20:55 Zeroclanzhang 讨论 贡献创建了页面模板:Navplate Developers/doc (创建页面,内容为“{{Documentation}} {{t|Navplate Developers}}是一个导航模板,用于开发者页面的导航。它应该被放置在页面的底部。 == 用法 == 输入 <code><nowiki>{{Navplate Developers}}</nowiki></code> == 模板数据 == <templatedata> { "params": {}, "description": "一个导航模板,用于开发页面的导航。它应该被放置在页面的底部。", "format": "block" } </templatedata> <includeonly>Category:Navplates</includeonly>”)
- 2023年7月21日 (五) 20:53 Zeroclanzhang 讨论 贡献创建了页面模板:Navplate Developers (创建页面,内容为“<includeonly><div class="navplate navigation-not-searchable" id="navplate-nodes"> <div class="navplate-header"> <div class="navplate-header-title">节点</div> <span class="navplate-header-label">列表</span> </div> <div class="navplate-content mw-collapsible"> <div class="navplate-content-header">算法节点</div> {{Navplate DPLCat row|{DeveloperNAME|DevTeam}}|飞船|text=[[{{DeveloperNAME|DevTeam}}]]|icon=TESTnav.svg}} </div> </div> <templatesty…”)
- 2023年7月21日 (五) 20:39 Zeroclanzhang 讨论 贡献创建了页面模板:Replace/doc (创建页面,内容为“{{Documentation}} ;Usage <code>{{t|replace |''string'' |''target'' |''replacement''|''count''}}</code> Returns ''string'' with the first ''n'' occurrences of ''target'' replaced with ''replacement''. Omitting <code>count</code> will replace all occurrences. ;Examples * <code><nowiki>{{replace |One two two three two four twotwo five |two |NINE}}</nowiki></code> → {{replace|One two two three two four twotwo five|two|NINE}} * <code><nowiki>{{replace |One two t…”)
- 2023年7月21日 (五) 20:39 Zeroclanzhang 讨论 贡献创建了页面模板:Replace (创建页面,内容为“<includeonly>{{#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|count={{{count|}}}|plain={{yesno|{{{regex|no}}}|yes=0|no=1}}}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 20:17 Zeroclanzhang 讨论 贡献创建了页面模板:Developer code (创建页面,内容为“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |DevTeam=Dev.Team |cooperator=3rd.Party }} |Missing required parameter 1=''developer name''! }}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 20:11 Zeroclanzhang 讨论 贡献创建了页面模板:Developer Return Name (创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#ifeq:{{DeveloperNAME|{{{1}}}}}|Unknown Developer|{{{1}}}|{{DeveloperNAME|{{{1}}}}}}}}}</includeonly><noinclude>{{Documentation}}</noinclude>”)
- 2023年7月21日 (五) 20:10 Zeroclanzhang 讨论 贡献创建了页面模板:Developer return name (创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#ifeq:{{DeveloperNAME|{{{1}}}}}|未知开发者|{{{1}}}|{{DeveloperNAME|{{{1}}}}}}}}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 20:05 Zeroclanzhang 讨论 贡献创建了页面模板:Developer name (重定向页面至模板:Developer name) 标签:新重定向
- 2023年7月21日 (五) 20:04 Zeroclanzhang 讨论 贡献创建了页面模板:Developer name (重定向页面至模板:Developer name) 标签:新重定向
- 2023年7月21日 (五) 19:12 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox data developer (创建页面,内容为“{{#if:{{{1|}}}|{{#ifeq:{{Developer name|{{{1}}}}}|未知开发者|[[{{{1}}}]]|[[{{Developer name|{{{1}}}}}]] ({{{1}}})}}}}<noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>”)
- 2023年7月21日 (五) 17:52 Zeroclanzhang 讨论 贡献创建了页面AlgorithmTest (创建页面,内容为“{{Infobox nodebasic | name = 算法测试 | english = AT | image = Statsape-Logo-WhiteBack.png | productionstate = PC/Web可用 | productionstatedesc = 在Alpha 0.1.0部署 | developer = DevTeam | developer name = DevTeam | englishname = AlgorithmTest | funcmaincategory…”) 标签:可视化编辑
- 2023年7月21日 (五) 17:50 Zeroclanzhang 讨论 贡献删除页面AlgorithmTest (内容为:“{{Infobox nodebasic | name = 算法测试 | english = AT | image = Statsape-Logo-WhiteBack.png | productionstate = PC/Web可用 | productionstatedesc = 在Alpha 0.1.0部署 | developer = DevTeam | developer name…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 17:11 Zeroclanzhang 讨论 贡献删除页面模板:Developer name (内容为:“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |DevTeam=统计猿研发部 |cooperator=统计猿第三方合作伙伴 }} |未知开发者 }}</includeonly><noinclude>{{/doc}}</noinclude>”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 17:11 Zeroclanzhang 讨论 贡献创建了页面模板:Developer name (创建页面,内容为“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |DevTeam=统计猿研发部 |cooperator=统计猿第三方合作伙伴 }} |未知开发者 }}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 17:01 Zeroclanzhang 讨论 贡献创建了页面AlgorithmTest (创建页面,内容为“{{Infobox nodebasic | name = 算法测试 |english = AT | image = Statsape-Logo-WhiteBack.png | productionstate = PC/Web可用 | productionstatedesc = 在Alpha 0.1.0部署 | developer = DevTeam | englishname = AlgorithmTest | funcmaincategory = 相关性分析 | abbreviation = AT…”) 标签:可视化编辑
- 2023年7月21日 (五) 16:57 Zeroclanzhang 讨论 贡献删除页面AlgorithmTest (内容为:“<!-- ------- Infobox.lua ------- --><includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image |label2 = 节点状态 |data2 = {{Infobox nodebasic/production state|productionstate={{{productionstate|}}}|productionstatedesc={{{…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 16:55 Zeroclanzhang 讨论 贡献创建了页面模板:Developer name (创建页面,内容为“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |DevTeam=统计猿研发部 |cooperator=统计猿第三方合作伙伴 }} |未知开发者 }}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 16:52 Zeroclanzhang 讨论 贡献创建了页面模板:Developer name (重定向页面至模板:Developer name) 标签:新重定向
- 2023年7月21日 (五) 16:37 Zeroclanzhang 讨论 贡献删除页面模板:Infobox NodeBasic (内容为:“ <!-- ------- Infobox.lua ------- --><includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image |label2 = 节点状态 |data2 = {{Infobox nodebasic/production state|productionstate={{{productionstate|}}}|productionstatedesc={{…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 16:33 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox nodebasic (创建页面,内容为“ <!-- ------- Infobox.lua ------- --><includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image |label2 = 节点状态 |data2 = {{Infobox nodebasic/production state|productionstate={{{productionstate|}}}|productionstatedesc={{{productionstatedesc|}}}}} |rowclass2 = data-productionstate infobox-indicator infobox-data infobox-col1…”)
- 2023年7月21日 (五) 16:32 Zeroclanzhang 讨论 贡献创建了页面AlgorithmTest (创建页面,内容为“{{Infobox nodebasic | name = 算法测试 |english = AT | image = Statsape-Logo-WhiteBack.png | productionstate = PC/Web可用 | productionstatedesc = 在Alpha 0.1.0部署 | developer = DevTeam | englishname = AlgorithmTest | funcmaincategory = 相关性分析 | abbreviation = AT…”) 标签:可视化编辑
- 2023年7月21日 (五) 16:30 Zeroclanzhang 讨论 贡献删除页面AlgorithmTest (内容为:“ {{Infobox nodebasic | name = 算法测试 |english = AT | image = Statsape-Logo-WhiteBack.png | productionstate = PC/Web可用 | productionstatedesc = 在Alpha 0.1.0部署 | developer = DevTeam | englishname = Algorith…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 16:27 Zeroclanzhang 讨论 贡献创建了页面模板:Developer (创建页面,内容为“<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |DevTeam=统计猿研发部 |cooperator=统计猿第三方合作伙伴 }} |Missing required parameter 1=''developer''! }}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 16:14 Zeroclanzhang 讨论 贡献创建了页面模板:Strip whitespace (创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#invoke:String|replace|source={{{1}}}|pattern=%s|replace=|plain=false}}}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 14:36 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox data Developer (创建页面,内容为“{{#if:{{{1|}}}|{{#ifeq:{{developer|{{{1}}}}}|非官方开发|[[{{{1}}}]]|[[{{developer|{{{1}}}}}]] ({{{1}}})}}}}<noinclude> {{/doc}} <!-- Categories go in the /doc.ts subpage, and interwikis go in Wikidata. --> </noinclude>”)
- 2023年7月21日 (五) 14:35 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox nodebase/production state/styles.css (创建页面,内容为“Reset: .data-productionstate td { padding: 0; } .data-productionstate__container { padding: 10px 15px; background-color: var( --color-surface-3 ); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; } .data-productionstate__container--可飞 { background-color: var( --color-success ); color: rgba( 255, 255, 255, 0.8 ) ; } .data-productionstate__container--可飞 a { color: #fff; } .data-productionstate__container--…”)
- 2023年7月21日 (五) 14:34 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox nodebasic/production state (创建页面,内容为“{{#if:{{{productionstate|}}}| <div class="data-productionstate__container data-productionstate__container--{{lc:{{Strip whitespace|{{{productionstate}}}}}}}"> <div class="data-productionstate__title">[[:Category:{{{productionstate}}}|{{{productionstate}}}]]</div> <div class="data-productionstate__description">{{{productionstatedesc|}}}</div> </div> }}<templatestyles src="Template:Infobox nodebase/production state/styles.css"/><noinclude> {{/…”)
- 2023年7月21日 (五) 14:33 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox nodebasic/AlgorithmOutput (创建页面,内容为“{{Infobox tabber |label1=节点输出结果 |data1=<!-- 建议连接的制图节点 -->{{Infobox data div |id = plotoutput |col = 2 |label = 建议连接的制图节点 |value1 = {{#if:{{{english|}}}|{{pcnodeoutput|{{{english}}}}}|{{pcnodeoutput|{{{name}}}}}}<br><nowiki>|</nowiki><nowiki>|</nowiki>}{#if:{{{english|}}}|{{pcnodeoutput|{{{english}}}}}|{{pcnodeoutput|{{{name}}}}}}<br><nowiki>|</nowiki><nowiki>|</nowiki>}}}<!-- } <noinclude> {{/doc}} <!-- Categories…”)
- 2023年7月21日 (五) 14:30 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox (创建页面,内容为“<templatestyles src="Template:Infobox/styles.css" />{{#invoke:Infobox|infobox}}<noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>”)