所有公开日志

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

日志
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
  • 2023年7月13日 (四) 22:25 Zeroclanzhang 讨论 贡献创建了页面模板:Prevnext/doc (创建页面,内容为“{{Documentation}} The {{t|Prevnext}} template is used to provide a top navigation bar that shows the previous and next pages. It is an updated version of the {{t|PrevNext}} template but it only supports one link at the moment. ==Examples== <code><nowiki> {{Prevnext|prev=United Nations of Earth|prevDesc=Preceded by|next=United Empire of Earth|nextDesc=Successor}}</nowiki></code> gives: {{Prevnext|Prevnext||prev=United Nations of Earth|prevDesc=Preceded by|next…”)
  • 2023年7月13日 (四) 22:25 Zeroclanzhang 讨论 贡献创建了页面模板:Prevnext (创建页面,内容为“<includeonly><div class="template-prevnext"> {{#if:{{{prev|}}}|<div class="template-prevnext__prev template-prevnext__link {{#ifexist:{{{prev}}}||template-prevnext__link--new}}"> <div class="template-prevnext__icon">14px|link=</div> <div class="template-prevnext__content"> <div class="template-prevnext__title">{{{prevTitle|{{{prev}}}}}}</div> {{#if:{{{prevDesc|}}}|<div class="template-prevnext__desc">{{{prevDesc}}}</di…”)
  • 2023年7月13日 (四) 22:23 Zeroclanzhang 讨论 贡献创建了页面模板:T/piece (创建页面,内容为“{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>”)
  • 2023年7月13日 (四) 22:21 Zeroclanzhang 讨论 贡献创建了页面模板:Wikipedia template/doc (创建页面,内容为“{{Documentation}} This template is used to indicate a template is imported from [https://en.wikipedia.org English Wikipedia]. It should be placed at the top of the template documentation page. <includeonly>{{PAGENAME}}</includeonly><noinclude></noinclude>”)
  • 2023年7月13日 (四) 22:20 Zeroclanzhang 讨论 贡献创建了页面模板:Wikipedia template (创建页面,内容为“<includeonly><!-- Message box --><div class="mbox mbox-low mbox-wikipediatemplate" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This template is imported from {{FULLPAGENAME}} on Wikipedia.</span> <div class="mbox-text">This template is imported from the [https://en.wikipedia.org English Wikipedia]. Although the visual appearance might be different, the functionality is i…”)
  • 2023年7月13日 (四) 22:15 Zeroclanzhang 讨论 贡献创建了页面模块:Paramtest/doc (创建页面,内容为“{{Documentation}} '''Module:Paramtest''' is a helper module to be used by other modules. See [https://runescape.wiki/w/Module:Paramtest Module:Paramtest] on RuneScape Wiki for more details.”)
  • 2023年7月13日 (四) 22:15 Zeroclanzhang 讨论 贡献创建了页面模块:Paramtest (创建页面,内容为“--[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,…”)
  • 2023年7月13日 (四) 22:14 Zeroclanzhang 讨论 贡献创建了页面模块:Yesno/doc (创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:Yesno''' provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code…”)
  • 2023年7月13日 (四) 22:14 Zeroclanzhang 讨论 贡献创建了页面模块:Yesno (创建页面,内容为“-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- 如果你的维基使用非ASCII字符来表示 "是"、"否 "等等 -- 你应该在下面一行用 "mw.ustring.lower(val) "替换 "val:lower()"。 val = type(val) == 'string' and mw.ustring.lower(val) or val if val == nil then return nil elseif val == true or val == '是' or val == 'yes'…”)
  • 2023年7月13日 (四) 22:13 Zeroclanzhang 讨论 贡献创建了页面模块:DPLlua/doc (创建页面,内容为“{{Documentation}} '''Module:DPLlua''' uses Template:DPLlua helper to make it possible to include all parameters of a template while maintaining good performance. See [https://runescape.wiki/w/Module:DPLlua Module:DPLlua] on RuneScape Wiki for more details.”)
  • 2023年7月13日 (四) 22:13 Zeroclanzhang 讨论 贡献创建了页面模块:DPLlua (创建页面,内容为“-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {}…”)
  • 2023年7月13日 (四) 22:12 Zeroclanzhang 讨论 贡献创建了页面模块:Enum/doc (创建页面,内容为“{{Documentation}} '''Module:Enum''' is a helper module to be used by other modules. See [https://runescape.wiki/w/Module:Enum Module:Enum] on RuneScape Wiki for more details.”)
  • 2023年7月13日 (四) 22:11 Zeroclanzhang 讨论 贡献创建了页面模块:Enum (创建页面,内容为“-- <nowiki> awawa local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} p.__index = p setmetatable(p, { __call = function(_, enum) return p.new(enum) end }) function p.__tostring(enum) local dumpObject = require('Module:Logger').dumpObject setmetatable(enum, nil) return dumpObject(enum, {clean=true, collapseLimit=100}) end function p.__concat(lhs, rhs) if type…”)
  • 2023年7月13日 (四) 22:10 Zeroclanzhang 讨论 贡献创建了页面模块:DependencyList/doc (创建页面,内容为“{{Documentation}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation.”)
  • 2023年7月13日 (四) 22:09 Zeroclanzhang 讨论 贡献创建了页面模块:DependencyList (创建页面,内容为“-- <nowiki> local p = {} local libraryUtil = require( 'libraryUtil' ) local enum = require( 'Module:Enum' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} --- Used in case 'require( varName )' is found. Attempts to find a string value store…”)
  • 2023年7月13日 (四) 22:08 Zeroclanzhang 讨论 贡献创建了页面模板:Documentation/doc (创建页面,内容为“<!--此模板还在汉化中--> {{Documentation}} '''documentation'''模板是在template/module文档中转录的。这个模板应该只用在标题中带有"doc"的模板。 ==用法== 将{{t|documentation}}放在文档页面的顶部。 If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Te…”)
  • 2023年7月13日 (四) 22:07 Zeroclanzhang 讨论 贡献创建了页面模板:Documentation (创建页面,内容为“<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__{{#seo: |type = website |description = {{FULLPAGENAME}}是云智库中使用的一个模板页面。模板是嵌入到其他页面的页面,以允许展示重复的信息内容。 |site_name = 统计猿云智库 |locale = {{PAGELANGUAGE}} }}</includeonly><noinclude>{{/doc}}</noinclude>”)
  • 2023年7月13日 (四) 22:05 Zeroclanzhang 讨论 贡献创建了页面模块:List (创建页面,内容为“-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(li…”)
  • 2023年7月13日 (四) 22:02 Zeroclanzhang 讨论 贡献创建了页面模板:Short description/doc (创建页面,内容为“{{Documentation}} {{tsh|SHORTDESC}} {{t|Short description}} 用来给页面添加一段短描述文字。 == 用法 == <code><nowiki>{{Short description|''在此写下短描述文字(中文)''}}</nowiki></code> == 模板数据 == <templatedata> { "params": { "1": { "label": "描述", "description": "页面的简短描述", "example": "在线免费百科全书,任何人都可以编辑", "required": true, "type": "content" } }, "desc…”)
  • 2023年7月13日 (四) 22:01 Zeroclanzhang 讨论 贡献创建了页面模板:Short description (创建页面,内容为“{{#if:{{{1|}}}|{{SHORTDESC:{{{1|}}}}}|{{SHORTDESC:}}}}<noinclude> {{/doc}}</noinclude>”)
  • 2023年7月13日 (四) 21:57 Zeroclanzhang 讨论 贡献创建了页面模板:PatchData (创建页面,内容为“<includeonly><!-- Navigation and patch status -->{{Prevnext |prev={{#if:{{{Prev|}}}|Update:{{{Prev}}}}} |prevTitle={{{Prev|}}} |prevDesc={{#if:{{#dpl:title=Update:{{{Prev}}}|include={PatchData}:publishdate}}|{{#dpl:title=Update:{{{Prev}}}|include={PatchData}:publishdate|format=,}}|未知}} |title=<span class="template-patchdata-status {{#if:{{{futurerelease|}}}|template-patchdata-status--upcoming|{{#if:{{{publishdate|}}}|template-patchdata-status--released}}}…”)
  • 2023年7月13日 (四) 21:57 Zeroclanzhang 讨论 贡献创建了页面模板:PatchData/styles.css (创建页面,内容为“.template-patchdata-status--upcoming { color: var( --color-warning ); } .template-patchdata-status--released { color: var( --color-success ); }”)
  • 2023年7月13日 (四) 21:51 Zeroclanzhang 讨论 贡献创建了页面Update:统计猿数据分析平台 (创建页面,内容为“{{PatchData | buildnumber = 2.1.0 LIVE-20230713 | Prev = 统计猿数据分析平台 2.0.0 | Next = 统计猿数据分析平台 2.0.1 | publishdate = 2023-06-23 | version = 2.1.0 | image = Update-StatsapeCloud.png }} [[File:Update-StatsapeCloud.png|right|thumb|StatsapeCloud] '''统计猿2.1.0'''更新了高级制图、方差分析、统计描述功能。 = 重要通知 = 版本号:VERSION 2.1.0 后台模块及参数文件更新,请注销登录并清空…”)
  • 2023年7月13日 (四) 21:42 Zeroclanzhang 讨论 贡献创建了页面文件:Update-DecisionTree.png
  • 2023年7月13日 (四) 21:42 Zeroclanzhang 讨论 贡献上传文件:Update-DecisionTree.png
  • 2023年7月13日 (四) 21:42 Zeroclanzhang 讨论 贡献删除页面文件:Update-StatsapeCloud.png (已删除旧版本20230713134152!Update-StatsapeCloud.png)
  • 2023年7月13日 (四) 21:41 Zeroclanzhang 讨论 贡献上传文件:Update-StatsapeCloud.png的新版本
  • 2023年7月13日 (四) 21:41 Zeroclanzhang 讨论 贡献创建了页面文件:Update-StatsapeCloud.png
  • 2023年7月13日 (四) 21:41 Zeroclanzhang 讨论 贡献上传文件:Update-StatsapeCloud.png
  • 2023年7月13日 (四) 20:26 Zeroclanzhang 讨论 贡献创建了页面模板:Em (创建页面,内容为“<em {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>”)
  • 2023年7月13日 (四) 20:24 Zeroclanzhang 讨论 贡献创建了页面模板:Plain link (创建页面,内容为“<!-- The {{#if:1|...}} trims any leading and trailing whitespace without breaking <nowiki> like {{#sub:...}} does: --> <onlyinclude><span class="plainlinks">[{{<includeonly>safesubst:</includeonly>#if:1|{{{1|{{{URL|{{{url}}}}}}}}} {{{2|{{{NAME|{{{name|}}}}}}}}}}}]</span></onlyinclude> {{/doc}}”)
  • 2023年7月13日 (四) 19:02 Zeroclanzhang 讨论 贡献创建了页面模块:Documentation (创建页面,内容为“-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- su…”)
  • 2023年7月13日 (四) 18:58 Zeroclanzhang 讨论 贡献创建了页面模板:主页搜索框 (创建页面,内容为“<div class="home__search"> <inputbox> type=search2 break=no buttonlabel=搜索 placeholder=在星际公民中文百科中搜索 </inputbox> </div> </div><templatestyles src="Template:主页搜索框/styles.css"/>”)
  • 2023年7月13日 (四) 18:57 Zeroclanzhang 讨论 贡献创建了页面模板:主页搜索框/styles.css (创建页面,内容为“.mw-ui-input { border-color: rgb(0 0 0 / 5%);:​ border-radius: 5px; letter-spacing: 1px; box-shadow: inset 0px 2px 2px #d3d3d3; width: 80%; height: 100%; object-fit: cover; } .mw-ui-button { background-color: #3366cc; color: #ffffff; border-radius:5px; width: 18%; padding:5px; min-width: 3em; } .home__search { max-width: 600px; padding: 0.6rem 0.8rem; margin: 0.8rem auto 1.6rem auto; display: flex;…”
  • 2023年7月13日 (四) 18:02 Zeroclanzhang 讨论 贡献创建了页面模块:String (创建页面,内容为“--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' o…”)
  • 2023年7月13日 (四) 16:56 Zeroclanzhang 讨论 贡献创建了页面模块:Transcluder (创建页面,内容为“local p = {} -- Helper function to test for truthy and falsy values local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' then return false end return true end -- Helper function to match from a list regular expressions -- Like so: match pre..list[1]..post or pre..list[2]..post or ... local function matchAny(text, pre, list, post, init) local match = {} for i = 1, #list do match =…”)
  • 2023年7月12日 (三) 20:57 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Citizen-footer-desc (创建页面,内容为“《统计猿云智库》维基是专门针对统计猿旗下产品统计猿数据分析平台和决策数软件的官方 wiki。它涵盖了与统计猿软件相关的所有内容,包括使用方法、算法原理、知识图谱及其他相关信息。本网站遵循CC 4.0开源使用协议,您可以尽情复制并在非商业场景中使用本网站的内容。”)
  • 2023年7月12日 (三) 20:52 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Citizen-footer-tagline (创建页面,内容为“©2023 statsape.com 由 [https://www.statsape.com Statsape Co.Ltd] 驱动运行。”)
  • 2023年7月12日 (三) 20:26 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Citizen-page-info-0 (创建页面,内容为“浏览次数统计”)
  • 2023年7月12日 (三) 19:12 Zeroclanzhang 讨论 贡献已将Zeroclanzhang的用户组从行政员、​界面管理员、​监督员和管理员更改至行政员、​界面管理员、​监督员、​管理员、​管理员(语义MediaWiki)、​监护人(语义MediaWiki)和编辑(语义MediaWiki)
  • 2023年7月12日 (三) 13:11 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Sidebar (创建页面,内容为“* Navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** FAQs|Frequently Asked Questions ** BBS论坛 ** 官方主页 * Features ** 决策数软件简介 ** 云端统计猿简介 ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help * SEARCH * TOOLBOX * LANGUAGES”)
  • 2023年7月12日 (三) 12:13 Zeroclanzhang 讨论 贡献删除页面MediaWiki:Pivot.css (内容为:“Custom colors - top bar:​ .tab-bar { background: #517398; } style the labels:​ ul.side-nav label { background: #517398; color: #fff; padding: .25em .5em; } Sidebar Background color sidebar background color:​ body { background-color: #dceaea; } controls the main body area styling:​ #p-cactions { padding-top: 1.5em;…”,唯一贡献者是“Zeroclanzhang”(讨论
  • 2023年7月12日 (三) 12:11 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Pivot.css (创建页面,内容为“Custom colors - top bar:​ .tab-bar { background: #517398; } style the labels:​ ul.side-nav label { background: #517398; color: #fff; padding: .25em .5em; } Sidebar Background color sidebar background color:​ body { background-color: #dceaea; } controls the main body area styling:​ #p-cactions { padding-top: 1.5em; padding-bottom: .5em; background-color: #f6f6f6; border-left: 1px solid #ccc; border-right:…”
  • 2023年7月8日 (六) 11:19 Zeroclanzhang 讨论 贡献创建了页面模板:CC BY-NC-SA 4.0 (创建页面,内容为“<noinclude> {{#template_params:}} </noinclude><includeonly>{| class="wikitable" |- ! |{{#ask:[[Foaf:homepage::{{SUBJECTPAGENAME}}]]|format=list}} |} 分类:license </includeonly>”)
  • 2023年7月8日 (六) 11:18 Zeroclanzhang 讨论 贡献删除页面模板:CC BY-NC-SA 4.0 (内容为:“<div class="licensebox"> This work is licensed under the [https://creativecommons.org/licenses/by-nc-sa/4.0/ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)]. </div>”,唯一贡献者是“Zeroclanzhang”(讨论))
  • 2023年7月8日 (六) 10:56 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Copyright (创建页面,内容为“This work is licensed under the [https://creativecommons.org/licenses/by-nc-sa/4.0/ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)].”)
  • 2023年7月8日 (六) 10:55 Zeroclanzhang 讨论 贡献创建了页面MediaWiki:Cc by nc sa 4 0 (创建页面,内容为“{{CC_BY-NC-SA_4.0}}”)
  • 2023年7月8日 (六) 10:53 Zeroclanzhang 讨论 贡献创建了页面模板:CC BY-NC-SA 4.0 (创建页面,内容为“<div class="licensebox"> This work is licensed under the [https://creativecommons.org/licenses/by-nc-sa/4.0/ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)]. </div>”)
  • 2023年7月8日 (六) 10:37 Zeroclanzhang 讨论 贡献创建了页面Testluasandbox (创建页面,内容为“<nowiki>{{#invoke:Testluasandbox|helloworld}}</nowiki>”) 标签可视化编辑
  • 2023年7月8日 (六) 10:35 Zeroclanzhang 讨论 贡献创建了页面模块:Testluasandbox (创建页面,内容为“local p = {} function p.helloWorld() return 'Hello, World!' end return p”)
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500