所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2023年7月26日 (三) 01:56 Zeroclanzhang 讨论 贡献上传文件:BackgroundBees1.png (透過簡易批量上傳來上傳)
- 2023年7月26日 (三) 01:56 Zeroclanzhang 讨论 贡献上传文件:Analysis.png (透過簡易批量上傳來上傳)
- 2023年7月26日 (三) 01:56 Zeroclanzhang 讨论 贡献上传文件:BBS.png (透過簡易批量上傳來上傳)
- 2023年7月26日 (三) 01:56 Zeroclanzhang 讨论 贡献上传文件:BackgroundBees3.png (透過簡易批量上傳來上傳)
- 2023年7月26日 (三) 01:56 Zeroclanzhang 讨论 贡献上传文件:Algorithm.png (透過簡易批量上傳來上傳)
- 2023年7月25日 (二) 18:24 Zeroclanzhang 讨论 贡献删除页面模板:菜单右侧信息框 (内容为:“<onlyinclude>{| style="float:right; width: 340px; font-size: 96%; border: 1px solid #aaaaaa; background-color: #f5faff; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; text-align:left;" ! style="text-align: center; background-color:#bad2ed; height: 2.5em;" colspan="2" |<span style="font-size: 135%;">{{PAGENAME}}</span> |- ! style="text…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月25日 (二) 18:24 Zeroclanzhang 讨论 贡献删除页面模板:右侧算法信息框 (内容为:“<onlyinclude>{| style="float:right; width: 340px; border: 1px solid #aaaaaa; background-color: #f5faff; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; text-align:left;" ! style="text-align: center; background-color:#bad2ed; height: 2.5em;" colspan="2" |<span style="font-size: 135%;">{{PAGENAME}}</span> |- ! style="text-align: center;…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月25日 (二) 18:23 Zeroclanzhang 讨论 贡献删除页面模板:右侧信息框 (内容为:“<onlyinclude>{| style="float:right; width: 340px; font-size: 96%; border: 1px solid #aaaaaa; background-color: #f5faff; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; text-align:left;" ! style="text-align: center; background-color:#bad2ed; height: 2.5em;" colspan="2" |<span style="font-size: 135%;">{{PAGENAME}}</span> |- ! 所属目…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月25日 (二) 17:23 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox buttons/doc (创建页面,内容为“{{Documentation}} This template generates the external link button used by some infobox templates. It is meant to be used inside another template instead of directly. == Parameters == ;type :Determine what external link should be generated ;galactapediaurl :The Galactapedia URL of the entity ;rsistoreurl :The RSI store page URL of the entity ;presentationurl :The latest announcement comm-link URL of the entity ;brochureurl :The brochure URL of the entity ;trai…”)
- 2023年7月25日 (二) 17:23 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox buttons/styles.css (创建页面,内容为“Infobox button: .infobox-button { position: relative; } .infobox-extlink-button { display: block; padding: 10px 20px; background: var( --color-primary ); border-radius: 0 0 12px 12px; color: #fff; } .infobox-extlink-button-icon { margin-right: 8px; filter: invert( 1 ); } Popup card: .infobox-extlink-list { position: absolute; z-index: -1; overflow: hidden; width: 100%; padding: 5px 0; background: var( --color-surface-1 ); border-radi…”)
- 2023年7月25日 (二) 17:19 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox buttons (创建页面,内容为“{{#if:{{{type|}}}| <div class="infobox-button noprint"><div class="infobox-extlink-button"><span class="infobox-extlink-button-icon">16px|link=</span>相关网站</div><div class="infobox-extlink-list"> {{#if:{{{galactapediaurl|}}}{{{rsistoreurl|}}}{{{presentationurl|}}}{{{brochureurl|}}}{{{trailerurl|}}}{{{portfoliourl|}}}{{{starmapurl|}}}|<span class="infobox-extlink-title infobox-extlink-title-rsi">官方网站</span> <ul c…”)
- 2023年7月25日 (二) 13:59 Zeroclanzhang 讨论 贡献创建了页面模块:String2BulletedList (创建页面,内容为“-- Module:StringSplit2BulletedList local p = {} function p.bulletedList(frame) -- Get the input string from the template local input = frame.args[1] or '' -- Get the prefix and suffix from the template local prefix = frame.args[2] or '' local suffix = frame.args[3] or '' -- Split the input string by space into a table local keywords = mw.text.split(input, ';%s*') -- Create the bulleted list from the table local list = mw.h…”)
- 2023年7月25日 (二) 11:24 Zeroclanzhang 讨论 贡献创建了页面模块:LibraryUtil/doc (创建页面,内容为“{{Documentation}} '''Module:LibraryUtil''' is mostly to keep track of modules using the standard Scributo library <code>libraryUtil</code>. See [https://runescape.wiki/w/Module:LibraryUtil Module:LibraryUtil] on RuneScape Wiki for more details.”)
- 2023年7月25日 (二) 11:23 Zeroclanzhang 讨论 贡献创建了页面模块:LibraryUtil (创建页面,内容为“-- <nowiki> local libraryUtil = require( 'libraryUtil' ) -- libraryUtil is a standard scribunto module, the following commented out code is just to show what is inside it. Documentation about these functions can be found at https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#libraryUtil --[=[ local libraryUtil = {} function libraryUtil.checkType( name, argIdx, arg, expectType, nilOk ) if arg == nil and nilOk then return end if type( a…”)
- 2023年7月25日 (二) 10:45 Zeroclanzhang 讨论 贡献创建了页面模板:Unbulleted list/doc (创建页面,内容为“{{Documentation}} {{Template shortcut|ubl|ubt|ublist|unbullet}} {{Wikipedia template}} {{t|Unbulleted list}} creates unbulleted lists. Each item in the list may have CSS styles added to it individually, by appending a numbered parameter. == Usage == ; Basic usage {{pre2|<nowiki>{{</nowiki>unbulleted list<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</nowiki>''third item''<nowiki>|</nowiki>...<nowiki>}}</nowiki>}} ; All parameters…”)
- 2023年7月25日 (二) 10:44 Zeroclanzhang 讨论 贡献创建了页面模板:Unbulleted list (创建页面,内容为“{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{/doc}}</noinclude>”)
- 2023年7月23日 (日) 14:02 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Citizen.css (创建页面,内容为“这里的任何CSS将为使用Citizen皮肤的用户加载: body.page-首页.action-submit h1.firstHeading { display: none; }”)
- 2023年7月23日 (日) 13:43 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Common.css (创建页面,内容为“这里放置的CSS将应用于所有皮肤: body.page-Main_Page h1.firstHeading { display: none; }”)
- 2023年7月23日 (日) 12:03 Zeroclanzhang 讨论 贡献创建了页面模块:StringSplit2List (创建页面,内容为“-- Module:StringSplit2List local p = {} function p.list(frame) local inputString = frame.args[1] or '' local delimiter = frame.args[2] or ',' -- split the string into individual keywords local keywords = {} for keyword in string.gmatch(inputString, '([^' .. delimiter .. ']+)') do table.insert(keywords, keyword) end -- output the keywords as a list local list = '' for _, keyword in ipairs(keywords) do list =…”)
- 2023年7月23日 (日) 11:57 Zeroclanzhang 讨论 贡献删除页面模板:Infobox temp (内容为:“<!-- Infobox --><includeonly>{{Infobox| |label1 = {{{region1 title|}}} |data1 = {{{region1 row01|}}} |data2 = {{{region1 row02|}}} |data3 = {{{region1 row03|}}} |data4 = {{{region1 row04|}}} |rowclass2 = infobox-data infobox-nocol |label2 = {{{region2 title|}}} |data21 = {{{region2 row21|}}} |data22 = {{{region2 row22|}}} |data23 = {{…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月23日 (日) 00:54 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox temp (创建页面,内容为“<!-- Infobox --><includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |bodystyle = padding-bottom:20px; |header1 = {{{title|}}} |rowclass1 = infobox-title |label2 = {{{tab1 region1 title|}}} |data1 = {{{tab1 region1 row01|}}} |data2 = {{{tab1 region1 row02|}}} |data3 = {{{tab1 region1 row03|}}} |data4 = {{{tab1 region1 row04|}}} |rowclass2 = infobox-data infobox-nocol |label3 = {{{row 2 title|}}} |data21 = {{{tab1 region1 row21…”)
- 2023年7月21日 (五) 23:31 Zeroclanzhang 讨论 贡献创建了页面模板:Developer name/doc (创建页面,内容为“{{Documentation}} {{tsh|Developer|DeveloperNAME}} {{t|Developer name}}模板将根据制造商代码返回制造商名称 == 语法 == : <code><nowiki>{{</nowiki>DeveloperNAME|''制造商代码''}}</code> == 示例 == : <code><nowiki>{{</nowiki>DeveloperNAME<nowiki>|AEGS}}</nowiki></code>将得到:{{DeveloperNAME|AEGS}} : <code><nowiki>{{</nowiki>DeveloperNAME<nowiki>|ANVL}}</nowiki></code>将得到:{{DeveloperNAME|ANVL}} : <code><nowiki>{{</nowiki>Devel…”)
- 2023年7月21日 (五) 23:05 Zeroclanzhang 讨论 贡献创建了页面模板:Link capture (创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#invoke:Link capture|linkcapture|{{{1}}}}}}}</includeonly><noinclude>{{/doc}}</noinclude>”)
- 2023年7月21日 (五) 23:03 Zeroclanzhang 讨论 贡献删除页面DevTeam (内容为:“{{Infobox company | image = Statsape-Logo-WhiteBack.png | name = 统计猿研发部 | industry = 研发 | products = | race = | headquarters = | areaserved = | keypeople…”,唯一贡献者是“Zeroclanzhang”(讨论))
- 2023年7月21日 (五) 22:57 Zeroclanzhang 讨论 贡献创建了页面模板:Infobox company (创建页面,内容为“<!-- ------- Infobox 信息卡 ------- --><includeonly>{{Infobox |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image {{#if:{{{imagebg|}}}|{{#switch:{{{imagebg}}}|light=infobox-image--light|dark=infobox-image--dark|}}}} |header2 = {{{name|}}} |rowclass2 = infobox-title |label3 = 隶属于 |data3 = {{{industry|}}} |rowclass3 = data-industry i…”)
- 2023年7月21日 (五) 22:40 Zeroclanzhang 讨论 贡献创建了页面模板:Developer code (重定向页面至模板:Developer code) 标签:新重定向
- 2023年7月21日 (五) 22:33 Zeroclanzhang 讨论 贡献创建了页面模块:Gallery/doc (创建页面,内容为“{{Documentation}} '''Module:Gallery''' is a module that implements the {{tl|Gallery}} template. Please see the template page for usage instructions.”)
- 2023年7月21日 (五) 22:33 Zeroclanzhang 讨论 贡献创建了页面模块:Gallery (创建页面,内容为“local getArgs = require('Module:Arguments').getArgs local p = {} local root function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local filearg = '' local height = '120' local prependarg = '[[File:' local apprendarg = '|center|frameless|' .. 'x' .. height .. 'px]]' for key,value in pairs(args) do filearg = filearg .. '<td>' .. prependarg .. args[key] .. apprendarg .. '</td>' end root = mw.html.cr…”)
- 2023年7月21日 (五) 22:19 Zeroclanzhang 讨论 贡献创建了页面模块:Namespace detect/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:Namespace detect''' allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{tl|namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.”)
- 2023年7月21日 (五) 22:18 Zeroclanzhang 讨论 贡献创建了页面模块:Namespace detect (创建页面,内容为“--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace a…”)
- 2023年7月21日 (五) 22:17 Zeroclanzhang 讨论 贡献创建了页面模块:Pagetype/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:Pagetype''' is used to detect the page type of a given page. It detects redirect pages automatically and is highly customisable. It can be used on its own or as a meta-module to create other page-type-detection templates.”)
- 2023年7月21日 (五) 22:16 Zeroclanzhang 讨论 贡献创建了页面模块:Pagetype (创建页面,内容为“-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and…”)
- 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”(讨论))