所有公开日志

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

日志
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
  • 2024年1月15日 (一) 16:58 Zeroclanzhang 讨论 贡献创建了页面模块:Message box/ombox.css (创建页面,内容为“{{pp|small=y}}:​ .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray:​ background-color: #f8f9fa; box-sizing: border-box; } For the "small=yes" option.:​ .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red:​ background-color: #fee7e6; Pink:​ } .ombox-delete { border: 2px solid #b32424; Red:​ } .ombox-content {…”
  • 2024年1月15日 (一) 16:57 Zeroclanzhang 讨论 贡献创建了页面模块:Message box/tmbox.css (创建页面,内容为“{{pp|small=y}}:​ .tmbox { margin: 4px 0; border-collapse: collapse; border: 1px solid #c0c090; Default "notice" gray-brown:​ background-color: #f8eaba; box-sizing: border-box; } For the "small=yes" option.:​ .tmbox.mbox-small { font-size: 88%; line-height: 1.25em; } .tmbox-speedy { border: 2px solid #b32424; Red:​ background-color: #fee7e6; Pink:​ } .tmbox-delete { border: 2px solid #b32424; Red:​ } .tmbox-conte…”
  • 2024年1月15日 (一) 16:55 Zeroclanzhang 讨论 贡献创建了页面模板:Cs1 (创建页面,内容为“Citation Style 1<noinclude> Category:Documentation assistance templates </noinclude>”)
  • 2024年1月15日 (一) 16:53 Zeroclanzhang 讨论 贡献创建了页面模块:Message box (创建页面,内容为“require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -----------------------------------------------------------------…”)
  • 2024年1月15日 (一) 16:51 Zeroclanzhang 讨论 贡献创建了页面模板:Mbox (创建页面,内容为“{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>”)
  • 2024年1月15日 (一) 16:51 Zeroclanzhang 讨论 贡献创建了页面模板:Documentation subpage (创建页面,内容为“<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a Wikipedia:Template documentation|docume…”)
  • 2024年1月15日 (一) 16:51 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style 1/doc (创建页面,内容为“{{Documentation subpage}} This template is a navigation box for templates in the {{cs1}} series. ===See also=== *{{tl|Citation Style documentation/cs1}} <includeonly>{{Sandbox other| | <!-- Categories below this line, please; interwikis at Wikidata --> Category:Documentation assistance templates Category:Documentation see also templates Category:Wikipedia citation administration }}</includeonly>”)
  • 2024年1月15日 (一) 13:30 Zeroclanzhang 讨论 贡献创建了页面模板:Hlist/styles.css (创建页面,内容为“{{pp-protected|reason=match parent|small=yes}}:​ * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do:​ /* * TODO: When the majority of readership support…”
  • 2024年1月15日 (一) 13:29 Zeroclanzhang 讨论 贡献创建了页面模块:Color contrast/colors (创建页面,内容为“return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.09822…”)
  • 2024年1月15日 (一) 13:28 Zeroclanzhang 讨论 贡献创建了页面模块:Color contrast (创建页面,内容为“-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return…”)
  • 2024年1月15日 (一) 13:26 Zeroclanzhang 讨论 贡献创建了页面模块:Navbar/styles.css (创建页面,内容为“{{pp|small=yes}}:​ .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a >…”
  • 2024年1月15日 (一) 13:25 Zeroclanzhang 讨论 贡献创建了页面模块:Navbar/configuration (创建页面,内容为“return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- hori…”)
  • 2024年1月15日 (一) 13:24 Zeroclanzhang 讨论 贡献创建了页面模块:Navbar (创建页面,内容为“local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, fa…”)
  • 2024年1月15日 (一) 13:22 Zeroclanzhang 讨论 贡献创建了页面模块:Navbox/styles.css (创建页面,内容为“{{pp|small=y}}:​ .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes:​ } .navbox .navbox { margin-top: 0; No top margin for nested navboxes:​ } .navbox + .navbox, TODO: remove first line after transclusions have updated:​ .navbox + .navbox-styles + .navbox { margin-top: -1px; /*…”
  • 2024年1月15日 (一) 13:21 Zeroclanzhang 讨论 贡献创建了页面模块:Navbox/configuration (创建页面,内容为“return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, categ…”)
  • 2024年1月15日 (一) 13:20 Zeroclanzhang 讨论 贡献创建了页面模块:Navbox (创建页面,内容为“require('strict') local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -…”)
  • 2024年1月15日 (一) 13:18 Zeroclanzhang 讨论 贡献创建了页面模板:Navbox (创建页面,内容为“<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>”)
  • 2024年1月15日 (一) 13:17 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style 1 (创建页面,内容为“{{Navbox | name = Citation Style 1 | title = Citation Style 1 | below = Citation Style 1 noticeboard | state = {{{state|autocollapse}}} | listclass = hlist | selected = {{{1|}}} | group1 = General <br />templates | list1 = ; {{tl|Cite book}} : books ; {{tl|Cite conference}} : conference papers ; {{tl|Cite document}} : short, stand-alone, offline documents ; {{tl|Cite encyclopedia}} :…”)
  • 2024年1月15日 (一) 13:12 Zeroclanzhang 讨论 贡献创建了页面模板:Cite conference (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=conference }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月15日 (一) 12:24 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1 (创建页面,内容为“require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers;…”)
  • 2024年1月15日 (一) 12:22 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/COinS (创建页面,内容为“--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >------------------------------…”)
  • 2024年1月15日 (一) 12:21 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/Configuration (创建页面,内容为“local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki =…”)
  • 2024年1月15日 (一) 12:20 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/Date validation (创建页面,内容为“--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >----------------------…”)
  • 2024年1月15日 (一) 12:19 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/Identifiers (创建页面,内容为“--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configurati…”)
  • 2024年1月15日 (一) 12:19 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/Utilities (创建页面,内容为“local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for catego…”)
  • 2024年1月15日 (一) 12:18 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/Whitelist (创建页面,内容为“--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category…”)
  • 2024年1月15日 (一) 12:16 Zeroclanzhang 讨论 贡献创建了页面模块:Citation/CS1/styles.css (创建页面,内容为“Protection icon the following line controls the page-protection icon in the upper right corner it must remain within this comment {{sandbox other||{{pp-template}}}}:​ /* Overrides Some wikis do not override user agent default styles for HTML <cite> and <q>, unlike en.wp. On en.wp, keep these the same as MediaWiki:Common.css. The word-wrap and :target styles were moved here from Common.css. On en.wp, keep these the same as [[Template:Citation/styles.…”
  • 2024年1月15日 (一) 12:09 Zeroclanzhang 讨论 贡献创建了页面模板:Cite web (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月15日 (一) 12:08 Zeroclanzhang 讨论 贡献创建了页面模板:Cite journal (创建页面,内容为“<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=journal }}</includeonly><noinclude> {{documentation}} </noinclude>”)
  • 2024年1月15日 (一) 12:05 Zeroclanzhang 讨论 贡献创建了页面模板:Cite book (创建页面,内容为“<includeonly>{{#invoke:citation/CS1|citation |CitationClass=book }}</includeonly><noinclude> {{documentation}} {{collapse top|TemplateData}} {{Cite book/TemplateData}} {{collapse bottom}} </noinclude>”)
  • 2023年12月31日 (日) 10:23 Zeroclanzhang 讨论 贡献创建了页面Update:DecisionLinnc 1.0.1.6 (创建页面,内容为“ {{PatchData | buildnumber = 1.0.1.6-LIVE-8779986 | Prev = DecisionLinnc 1.0.1.4 | Next = DecisionLinnc 1.0.1.7 | publishdate = 2023-12-26 | version = 1.0.1.6 | image = Update_2023_Christmas.png }} '''DecisionLinnc 1.0.1.6''' 是 决策链软件的小型更新。 '''大家元旦快乐!''' =小型更新= {| class="wikitable" !更新类别 !更新细节 |- |登陆Bug修复 |''进行了数据库维护,修复了导致部分用户在联通网络登陆不成…”)
  • 2023年12月27日 (三) 09:44 Zeroclanzhang 讨论 贡献创建了页面Update:DecisionLinnc 1.0.1.4 (创建页面,内容为“ {{PatchData | buildnumber = 1.0.1.4-LIVE-8779984 | Prev = DecisionLinnc 1.0.1.3 | Next = DecisionLinnc 1.0.1.5 | publishdate = 2023-12-26 | version = 1.0.1.4 | image = Update_2023_Christmas.png }} '''DecisionLinnc 1.0.1.4''' 是 决策链软件的小型更新。 '''大家圣诞节快乐!''' =小型更新= {| class="wikitable" !更新类别 !更新细节 |- |数据处理节点Bug修复 |''修复了中英文转换节点和更新变量名节点失效的Bug'…”)
  • 2023年12月25日 (一) 18:16 Zeroclanzhang 讨论 贡献上传文件:Update 2023 Christmas.png (This File is Uploaded By Script Bot. It is not allowed for commercial use!)
  • 2023年12月25日 (一) 18:16 Zeroclanzhang 讨论 贡献创建了页面文件:Update 2023 Christmas.png (This File is Uploaded By Script Bot. It is not allowed for commercial use!)
  • 2023年12月25日 (一) 18:06 Zeroclanzhang 讨论 贡献创建了页面Update:DecisionLinnc 1.0.1.3 (创建页面,内容为“ {{PatchData | buildnumber = 1.0.1.3-LIVE-8779983 | Prev = DecisionLinnc 1.0.1.2 | Next = DecisionLinnc 1.0.1.4 | publishdate = 2023-12-25 | version = 1.0.1.3 | image = }} '''DecisionLinnc 1.0.1.3''' 是 决策链软件的主要更新。 '''大家圣诞节快乐!''' =主要更新= {| class="wikitable" !更新类别 !更新细节 |- |数据处理节点更新 |''新增聚合(GroupBy/Aggregration节点),您可以使用强大的SPARK框架开发的聚…”)
  • 2023年12月17日 (日) 00:45 Zeroclanzhang 讨论 贡献删除页面模板:Navplate Developers (内容为:“<includeonly><div class="navplate navigation-not-searchable" id="navplate-developers"> <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|{…”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月17日 (日) 00:42 Zeroclanzhang 讨论 贡献删除页面统计描述 (内容为:“{{Infobox nodebasic | nodename = 统计描述 | nodeimage = Statistical-Discription.svg | productionstate = PC/Web可用 | productionstatedesc = 在Alpha 0.1.0部署 | developer = DevTeam | nodeenglishname = Node Matrix Name Is::…”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月17日 (日) 00:40 Zeroclanzhang 讨论 贡献删除页面广义相加模型 (内容为:“== '''一 广义相加模型的概念'''(英语:Generalized Additive Model,简称GAM) == {{右侧信息框 | 所属目录 = 回归模型 | 类型 = 分析模型 | 上一节 = 广义线性模型 | 下一节 = 广义估计方程 }} 在现实生活中,变量的作用通常不是线性的,线性假设很可能不能满足实际需求,甚…”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月17日 (日) 00:39 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…”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月17日 (日) 00:35 Zeroclanzhang 讨论 贡献删除页面研究人群描述 (内容为:“== '''一 研究人群描述的概念'''(英语:Research Description) == {{右侧信息框 | 所属目录 = 研究人群描述 | 类型 = 描述统计 | 上一节 = 多重对应分析 | 下一节 = 诊断数据关联性 }}'''人群描述研究'''用于描述正在研究的人群特征。人群研究属于基础性研究 描述性研究无法描述导致某种情况的…”,唯一贡献者是“RainW”(讨论))
  • 2023年12月17日 (日) 00:32 Zeroclanzhang 讨论 贡献删除页面Update:统计猿数据分析平台 2.1.1 (内容为:“{{PatchData | buildnumber = |Prev= 统计猿数据分析平台 2.1.0 |publishdate= |futurerelease=yes |version= 2.1.1 |image= }}”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月17日 (日) 00:32 Zeroclanzhang 讨论 贡献删除页面Update:统计猿数据分析平台 2.1.0 (内容为:“{{PatchData | buildnumber = 2.1.0 LIVE-20230713 | Prev = 统计猿数据分析平台 2.0.0 | Next = 统计猿数据分析平台 2.1.1 | publishdate = 2023-06-23 | version = 2.1.0 | image = }} '''统计猿数据分析平台 2.1.0'''是''统计猿团队''已发布的一个版本。 {| class="wikitable" !功能 !描述 |- |可视化高级…”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月17日 (日) 00:31 Zeroclanzhang 讨论 贡献删除页面Update:统计猿数据分析平台 2.0.0 (内容为:“{{PatchData | buildnumber = 3.18.2-LIVE.8440578 | Prev = 统计猿数据分析平台 1.0.0 | Next = 统计猿数据分析平台 2.1.0 | publishdate = 2023-4-21 | version = 2.0.0 | image = }}”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年12月13日 (三) 17:26 Zeroclanzhang 讨论 贡献创建了页面模板:Main page/onthiswiki (创建页面,内容为“<div id="home-card-onthewiki" class="home-card home-card--col2 home-card--row3"> <div class="home-card__label">常用链接</div> <div class="home-gamebuild-links home-link"> <div class="home-link__button">[https://www.statsape.com 决策链官方网站]</div> <div class="home-link__button">[https://analysis.statsape.com 决策链入口]</div> <div class="home-link__button">[https://bbs.statsape.com 决策链社区论坛]</div> 节点开发进度:{{#expr: (1…”)
  • 2023年12月13日 (三) 17:19 Zeroclanzhang 讨论 贡献创建了页面数据挖掘 (创建页面,内容为“Category:数据科学要素”)
  • 2023年12月13日 (三) 17:16 Zeroclanzhang 讨论 贡献创建了页面属性:Nodeavailableplotlist (已创建类型文本型的属性)
  • 2023年12月13日 (三) 17:16 Zeroclanzhang 讨论 贡献创建了页面属性:Nodeoutputports (已创建类型数值型的属性)
  • 2023年12月13日 (三) 17:15 Zeroclanzhang 讨论 贡献创建了页面属性:Nodeinputports (已创建类型数值型的属性)
  • 2023年12月13日 (三) 16:28 Zeroclanzhang 讨论 贡献创建了页面模块:Common/SMW/doc (创建页面,内容为“{{Documentation|scwShared=true}}”)
  • 2023年12月13日 (三) 16:28 Zeroclanzhang 讨论 贡献创建了页面模块:Common/SMW (创建页面,内容为“local commonSMW = {} local common = require( 'Module:Common' ) local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti --- Adds SMW properties to a table either from the API or Frame arguments --- --- @param apiData table Data from the Wiki API --- @param frameArgs table Frame args processed by Module:Arguments --- @param smwSetObject table The SMW Object that gets passed to mw.sm…”)
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500