2023年7月14日 (星期五)
- 03:482023年7月14日 (五) 03:48 差异 历史 +1,911 模板:PatchData 无编辑摘要
- 03:432023年7月14日 (五) 03:43 差异 历史 +894 模板:Main page/editing 无编辑摘要
- 03:322023年7月14日 (五) 03:32 差异 历史 +998 模板:Main page/英文版本 无编辑摘要
- 03:082023年7月14日 (五) 03:08 差异 历史 +254 新 模板:Extension DPL 创建页面,内容为“<noinclude>This page was automatically created. It serves as an anchor page for all '''invocations''' of [http://mediawiki.org/wiki/Extension:DynamicPageList3 Extension:DynamicPageList3 (DPL)].</noinclude>” 当前
- 03:032023年7月14日 (五) 03:03 差异 历史 +896 模板:Main page/wikibuild/styles.css 无编辑摘要
- 01:572023年7月14日 (五) 01:57 差异 历史 +230 新 模块:NumberSpell/doc 创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:NumberSpell''' takes a number and returns the equivalent English word. For example, "2" becomes "two" and "79" becomes "seventy-nine". Numbers must be integers between 0 and 100.” 当前
- 01:572023年7月14日 (五) 01:57 差异 历史 +2,078 新 模块:NumberSpell 创建页面,内容为“-- This module converts a number into its written English form. -- For example, "2" becomes "two", and "79" becomes "seventy-nine". local getArgs = require('Module:Arguments').getArgs local p = {} local max = 100 -- The maximum number that can be parsed. local ones = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine' } local specials = { [10] = 'ten', [11]…” 当前
- 01:552023年7月14日 (五) 01:55 差异 历史 +104 新 模块:Time ago/doc 创建页面,内容为“{{Documentation}} {{Wikipedia template}} '''Module:Time ago''' implements the {{tl|Time ago}} template.” 当前
- 01:542023年7月14日 (五) 01:54 差异 历史 +4,589 新 模块:Time ago 创建页面,内容为“-- Replacement for Template:Time ago local numberSpell = require('Module:NumberSpell')._main local yesno = require('Module:Yesno') local p = {} -- Table to convert entered text values to numeric values. timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2678400, ['years'] = 31557600 } -- Table containing tables of possible units to use in output. timeUnits = { [1] = { '秒', '秒',…” 当前
- 01:542023年7月14日 (五) 01:54 差异 历史 +2,461 新 模板:Time ago/doc 创建页面,内容为“{{Documentation}} The '''Time ago''' template calculates the amount of time which has passed since a provided timestamp. The result is a string similar to one of the examples below. This template ''should not'' be used with "subst" unless you don't want the stamp to change as the user refreshes the page. The result is rounded down. "Month" is defined as 31 days. ;Usage * <code><nowiki>{{</nowiki>'''Time ago'''|''timestamp''<nowiki>}}</nowiki></code> The ti…” 当前
- 01:532023年7月14日 (五) 01:53 差异 历史 +56 新 模板:Time ago 创建页面,内容为“{{#invoke:Time ago|main}}<noinclude>{{/doc}}</noinclude>” 当前
- 01:292023年7月14日 (五) 01:29 差异 历史 0 新 文件:Statsape-Logo-WhiteBack.png 透過簡易批量上傳來上傳 当前
- 01:062023年7月14日 (五) 01:06 差异 历史 +807 新 模板:Main page/英文版本/styles.css 创建页面,内容为“#home-hanhua { display: flex; flex-direction: column; justify-content: space-between; } .home-hanhua-links { grid-template-columns: 1fr 1fr; } .home-hanhua__container { display: flex; align-items: center; justify-content: space-between; } .home-hanhua-patch { display: flex; white-space: nowrap; align-items: center; } .home-hanhua__name { font-size: 1.2rem; font-weight: 600; } .home-hanhua__type { padding: 0.3rem 0.6rem; margin-left: 0.4rem;…” 当前
- 00:482023年7月14日 (五) 00:48 差异 历史 +40 新 模块:TNT/doc 创建页面,内容为“{{Documentation}} {{Wikipedia template}}”
- 00:472023年7月14日 (五) 00:47 差异 历史 +6,220 新 模块:TNT 创建页面,内容为“-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is m…” 当前
- 00:432023年7月14日 (五) 00:43 差异 历史 +319 模板:Main page/question 无编辑摘要
- 00:392023年7月14日 (五) 00:39 差异 历史 +539 新 模板:Main page/officallinks 创建页面,内容为“<div id="home-card-officallinks" class="home-card home-card--col2 home-card--row1"> <div class="home-card__label">官网链接</div> <div class="home-link> <div class="home-link__button">[https://statsape.com 官方主站]</div> <div class="home-link__button">[https://wiki.statsape.com/ 知识库]</div> <div class="home-link__button">[https://analysis.statsape.com 软件门户]</div> <div class="home-link__button">[https://bbs.statsape.com 社区论坛]</div> <…” 当前
- 00:352023年7月14日 (五) 00:35 差异 历史 +227 新 模板:Main page/navigation/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the navigation section that includes the buttons to portal pages. <includeonly>{{PAGENAME}}</includeonly>”
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Lore.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-AlienRaces.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Missions.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Development.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Community.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Vehicles.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Components.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Equipment.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Commodities.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Characters.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Locations.png 透過簡易批量上傳來上傳 当前
- 00:212023年7月14日 (五) 00:21 差异 历史 0 新 文件:MainTabs-Factions.png 透過簡易批量上傳來上傳 当前
- 00:172023年7月14日 (五) 00:17 差异 历史 +471 新 模板:Main page/navigation/styles.css 创建页面,内容为“#home-nav { margin-top: 0.8rem; } #home-nav .home-card__background:after { position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; display: block; background: linear-gradient(to right,#000,transparent); content: ""; } #home-nav .home-card__foreground { pointer-events: none; height: 100%; width: 100%; display: flex; align-items: center; padding: 0 15px; color: #fff; font-weight:…” 当前
- 00:162023年7月14日 (五) 00:16 差异 历史 +207 新 模板:Main page/wikibuild/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the latest patch card in the content section. <includeonly>{{PAGENAME}}</includeonly>”
- 00:152023年7月14日 (五) 00:15 差异 历史 +207 新 模板:Main page/latestpatch/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the latest patch card in the content section. <includeonly>{{PAGENAME}}</includeonly>”
- 00:132023年7月14日 (五) 00:13 差异 历史 +971 新 模板:Main page/latestpatch/styles.css 创建页面,内容为“→* * EXTREMELY HACKY * Super hacky way to get transclusion and hover works *: #home-card-latestpatch .wikitable { display: block; overflow: visible; } #home-card-latestpatch .wikitable tbody { display: block; } #home-card-latestpatch .wikitable th { display: none; } #home-card-latestpatch .wikitable tr { position: relative; display: flex; } #home-card-latestpatch .wikitable tr > td:first-child { width: 100%; } #home-card-latestpatch .wikitable t…”
- 00:122023年7月14日 (五) 00:12 差异 历史 +244 新 模板:Main page/header/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the header section including the hero title and subtitle text, and the search bar. <includeonly>{{PAGENAME}}</includeonly>”
- 00:112023年7月14日 (五) 00:11 差异 历史 +729 新 模板:Main page/header 创建页面,内容为“<div class="home-header"><div class="home-header"> <div class="home-header__pretitle">欢迎来到</div> <h1 class="home-header__title">{{Main page/settings|title}}</h1> <p class="home-header__subtitle">{{Main page/settings|subtitle}}</p> <!--<div id="skin-citizen-search-trigger" class="home-header__search" role="button"><span class="home-header__searchIcon">16px|link=</span><span class="home-header__searchText">点击这里<span…” 当前
2023年7月13日 (星期四)
- 23:592023年7月13日 (四) 23:59 差异 历史 +305 新 模板:Main page/featured/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the featured article card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>”
- 23:492023年7月13日 (四) 23:49 差异 历史 +578 新 模板:Main page/featured 创建页面,内容为“<!-- --><div id="home-featured" class="home-card home-card--button home-card--col2 home-card--row3"> <div class="home-card__background">[[File:{{Main page/settings|featured-图像}}|x200px|link={{Main page/settings|featured}}]]</div> <div class="home-card__foreground"> <div class="home-card__label">精选内容</div> <h3 class="home-card__header">{{Main page/settings|featured}}</h3> </div> </div><templatestyles src="Template:Main page/featured/styles.css"/><noi…”
- 23:482023年7月13日 (四) 23:48 差异 历史 +482 新 模板:Main page/featured/styles.css 创建页面,内容为“#home-featured { overflow: hidden; } #home-featured .home-card__background a { display: block; height: 100%; } #home-featured .home-card__background:after { position: absolute; pointer-events: none; right: 0; bottom: 0; left: 0; display: block; height: 100%; background: linear-gradient( to top, #000, transparent ); border-radius: 0 0 8px 8px; content: ''; } #home-featured .home-card__foreground { pointer-events: none; right: 15px; bottom: 15p…”
- 23:362023年7月13日 (四) 23:36 差异 历史 +921 新 模板:Main page/event/styles.css 创建页面,内容为“.home-event .home-card { height: 5rem; } .home-event .home-card__background:after { →* Theme gradient color * FIXME: Find a way to make customize it through wikitext: background: linear-gradient(to right,#071637,transparent); } .home-event .home-card__foreground { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: var(--space-md); display: flex; flex-direction: column; justify-content: center;…” 当前
- 23:352023年7月13日 (四) 23:35 差异 历史 +202 新 模板:Main page/editing/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the editing card in the content section. <includeonly>{{PAGENAME}}</includeonly>”
- 23:322023年7月13日 (四) 23:32 差异 历史 +133 新 模板:Main page/editing/styles.css 创建页面,内容为“#home-editing { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; }” 当前
- 23:302023年7月13日 (四) 23:30 差异 历史 +396 新 模板:Main page/communityresources 创建页面,内容为“<div id="home-card-communityresources" class="home-card home-card--col2 home-card--row2"> <div class="home-card__label">在寻找教程资源?</div> <h3 class="home-card__header">请查看我们的社交媒体分享链接!</h3> <div class="home-card__label">在寻找微信和QQ讨论群?</div> <h3 class="home-card__header">请查看我们的社区群组加入方法!</h3> </div>”
- 23:272023年7月13日 (四) 23:27 差异 历史 +243 新 模板:Main page/communitycontent/doc 创建页面,内容为“{{Documentation}} This template is used on the main page. It is the header section including the hero title and subtitle text, and the search bar. <includeonly>{{PAGENAME}}</includeonly>” 当前
- 23:262023年7月13日 (四) 23:26 差异 历史 +680 新 模板:Main page/communitycontent 创建页面,内容为“<div id="home-card-communitycontent" 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 决策数(PC)及统计猿(Web)入口]</div> <div class="home-link__button">[https://bbs.statsape.com 统计猿社区论坛]</di…”
- 23:232023年7月13日 (四) 23:23 差异 历史 +52 新 模板:Main page/communitycontent/styles.css 创建页面,内容为“#home-card-communitycontent { margin-top: 0.7rem; }” 当前
- 23:222023年7月13日 (四) 23:22 差异 历史 +347 新 模板:Tl/doc 创建页面,内容为“{{Documentation}} This template is used to display a template name as a link surrounded by braces. See Template:Tl on Wikipedia for more details. ==Syntax== : {{tl|template}} <!-- --><big>→</big> {{tl|template}} <includeonly> {{PAGENAME}} </includeonly> <noinclude></noinclude>” 当前
- 23:212023年7月13日 (四) 23:21 差异 历史 +76 新 模板:Tl 创建页面,内容为“<code>{{[[Template:{{{1}}}|{{{1}}}]]}}</code><noinclude>{{/doc}}</noinclude>” 当前
- 23:202023年7月13日 (四) 23:20 差异 历史 +1,716 新 模板:Tnull/doc 创建页面,内容为“{{Documentation}} ===Usage=== '''Tnull''' is used to nullify templates in the monospaced font. It is similar to {{tlx|tlx}} in the way that it has support for many parameters, but it does not link the template name. It is similar to {{tl|tlc}}, but does not prevent text wrapping. ===Example=== Typing <code>{{tnull|foo|bar|baz|boo}}</code> in the edit window would yield <code>{{foo|bar|baz|boo}}</code> in the rendered pag…” 当前
- 23:202023年7月13日 (四) 23:20 差异 历史 +356 新 模板:Tnull 创建页面,内容为“<code>{{{{#if:{{{1|}}}|{{{1}}}| tnull|...}}{{#if:{{{2|}}}||{{{2}}}|}}{{#if:{{{3|}}}||{{{3}}}|}}{{#if:{{{4|}}}||{{{4}}}|}}{{#if:{{{5|}}}||{{{5}}}|}}{{#if:{{{6|}}}||{{{6}}}|}}{{#if:{{{7|}}}||{{{7}}}|}}{{#if:{{{8|}}}||{{{8}}}|}}{{#if:{{{9|}}}||{{{9}}}|}}}}</code><noinclude>{{/doc}}</noinclude>” 当前