More actions
7 September 2023
- 07:4007:40, 7 September 2023 diff hist 0 m Module:Key/styles.css Harryob moved page Module:Key/style.css to Module:Key/styles.css without leaving a redirect
- 07:4007:40, 7 September 2023 diff hist +361 N Module:Key/styles.css Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: var( --font-weight-medium ); font-size: 0.875rem; border-radius: var( --border-radius--small ); border: 1px solid; border-color: var( --border-color-base ); background: var( --color-surface-3 ); color: var( --color-base--emphasized ); }"
- 07:3907:39, 7 September 2023 diff hist +4,668 N Module:Key Created page with "-- This module implements {{key press}}. local kbdPrefix = '<kbd class="keyboard-key nowrap">' local kbdSuffix = '</kbd>' local keyText = { ['caps lock'] = '⇪ Caps Lock', ['caps lock'] = '⇪ Caps Lock', ['shift'] = '⇧ Shift', ['shift'] = '⇧ Shift', ['enter'] = '↵ Enter', ['enter'] = '↵ Enter', ['cmd'] = '⌘ Cmd', ['cmd'] = '⌘ Cmd', ['command'] = '⌘..." current
- 07:3907:39, 7 September 2023 diff hist +101 N Template:Key press Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude> {{/doc}} </noinclude>" current
- 07:3807:38, 7 September 2023 diff hist 0 N File:WikimediaUI-Search.svg No edit summary current
- 07:2807:28, 7 September 2023 diff hist 0 Template:Main page/search No edit summary
- 07:2707:27, 7 September 2023 diff hist +1,227 N Template:Main page/search/styles.css Created page with ".home-header { position: relative; margin-top: -1rem; margin-bottom: 2rem; padding-top: 1rem; line-height: var( --line-height-sm ); } .home-header__pretitle { margin-bottom: var( --space-xs ); color: var( --color-base--subtle ); font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; } .home-header__search { padding: var( --space-md ); margin-top: var( --space-lg ); margin-bottom: var( --space-md ); margin-left: auto; margin-right: aut..." current
- 07:2607:26, 7 September 2023 diff hist +515 N Template:Main page/search Created page with "<div class="home-header"> <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">Click here<span class="desktoponly"> or press {{Key press|/}}</span> to start searching</span></div> </div><templatestyles src="Template:Main page/search/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Main page/s..."
- 07:1307:13, 7 September 2023 diff hist +184 N Template:Str left Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 07:1207:12, 7 September 2023 diff hist +435 N Template:Template other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 07:1107:11, 7 September 2023 diff hist +313 Template:Infobox No edit summary current
- 07:0907:09, 7 September 2023 diff hist +280 N Template:Plainlist Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>" current
- 07:0907:09, 7 September 2023 diff hist +181 N Template:Hlist.css Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 07:0807:08, 7 September 2023 diff hist +10,054 N Module:Arguments Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'..." current
- 07:0807:08, 7 September 2023 diff hist +15,281 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...." current
- 07:0707:07, 7 September 2023 diff hist +5,565 N Module:List Created page with "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(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''..." current
- 07:0507:05, 7 September 2023 diff hist +2,922 N Template:Hlist/styles.css Created page with "→{{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#hlist-separated]]: /* * TODO: When the majority of readership supports it (or s..." current
- 07:0407:04, 7 September 2023 diff hist +218 N Template:Plainlist/styles.css Created page with "→{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; →Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }" current
- 07:0007:00, 7 September 2023 diff hist +4,125 N Module:Infobox/styles.css Created page with ".infobox { →In case if tooltips go out of boundary: overflow: visible; width: 100%; max-width: 400px; margin-top: 0; margin-bottom: var( --space-md ); background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); border-spacing: 0; font-size: 0.875rem; text-align: left; display: block; } →Table elements: .infobox tbody { display: flex; flex-wrap: wrap; } .infobox tr { display: flex; box-sizing: border-box; flex-direction:..." current
- 07:0007:00, 7 September 2023 diff hist 0 m Module:Infobox Harryob moved page Module:InfoBox to Module:Infobox without leaving a redirect current
- 07:0007:00, 7 September 2023 diff hist +27 N Template:Infobox Created page with "{{#invoke:Infobox|infobox}}"
- 07:0007:00, 7 September 2023 diff hist +16,087 N Module:Infobox Created page with "-- -- This module implements {{Infobox}} -- local p = {} -- local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker) i..."
- 06:5006:50, 7 September 2023 diff hist −13 Marines No edit summary
- 06:4906:49, 7 September 2023 diff hist −157 Template:Links page No edit summary current
- 06:4806:48, 7 September 2023 diff hist −1,424 Marines No edit summary
6 September 2023
- 23:3523:35, 6 September 2023 diff hist +7 N CM-SS13 - Wiki:Trusted Created page with "Trusted" current
- 23:3423:34, 6 September 2023 diff hist +7 N CM-SS13 - Wiki:⧼group-Trusted-member⧽ Created page with "Trusted" current
- 23:1923:19, 6 September 2023 diff hist −24 MediaWiki:Citizen.css No edit summary current
- 23:1823:18, 6 September 2023 diff hist +129 N MediaWiki:Citizen.css Created page with "→All CSS here will be loaded for users of the Citizen skin: .mw-logo .citizen-header__button { background-color: white; }"
- 23:0723:07, 6 September 2023 diff hist −124 Template:MarineSkills No edit summary
- 23:0623:06, 6 September 2023 diff hist −69 Staff Officer →Abilities: Orders
- 23:0523:05, 6 September 2023 diff hist −1,844 Staff Officer →Commanding Officer's/XO's Area
- 23:0323:03, 6 September 2023 diff hist −34 Staff Officer →Orbital Bombardment
- 23:0223:02, 6 September 2023 diff hist −1,555 Staff Officer →Tactical Map
- 23:0123:01, 6 September 2023 diff hist −1,211 Staff Officer →Staff Officer Area
- 22:5922:59, 6 September 2023 diff hist −587 Staff Officer →The Overwatch Console
- 22:5722:57, 6 September 2023 diff hist −1 Staff Officer jesus christ this image is huge
- 22:5522:55, 6 September 2023 diff hist −22 Main Page No edit summary
- 22:5322:53, 6 September 2023 diff hist −329 Xeno Quickstart Guide No edit summary
- 22:5022:50, 6 September 2023 diff hist −32 Template:JobPageHeader No edit summary
- 22:4922:49, 6 September 2023 diff hist +14 Template:JobPageHeader No edit summary
- 22:4522:45, 6 September 2023 diff hist −91 Rank →Departments and Ranks
- 22:4322:43, 6 September 2023 diff hist +62 N MediaWiki:Citizen-footer-tagline Created page with "Powered by [https://github.com/cmss13-devs/cmss13 Open Source]" current
- 22:4222:42, 6 September 2023 diff hist +190 N MediaWiki:Citizen-footer-desc Created page with "The CM-SS13 wiki is the Official Wiki dedicated to the CM-SS13 modification to the SS13 game. It covers all content to do with CM-SS13, including gameplay, lore and the staff team behind it." current
- 22:4122:41, 6 September 2023 diff hist +1,436 Main Page No edit summary
- 22:3822:38, 6 September 2023 diff hist 0 Template:Main Page/Shared/Styles.css No edit summary current
- 22:3622:36, 6 September 2023 diff hist +167 Template:Main Page/Shared/Styles.css No edit summary
- 21:2421:24, 6 September 2023 diff hist +442 N Template:Main Page/Marines Created page with "<div id="home-featured" class="home-card home-card--button home-card--col2 home-card--row3"> <div class="home-card__background">[[{{#show:{{Main page/settings|featured}}|?Page Image#-|default=File:Placeholderv2.png}}|x200px|link={{Main page/settings|featured}}]]</div> <div class="home-card__foreground"> <div class="home-card__label">Featured</div> <div class="home-card__header">{{BASEPAGENAME:{{Main page/settings|featured}}}}</div> </div>" current
- 21:1621:16, 6 September 2023 diff hist +52 N Template:Main Page/Shared Created page with "<templatestyles src="Main_Page/Shared/Styles.css" />" current
- 21:0921:09, 6 September 2023 diff hist −77 m Main Page Reverted edits by Harryob (talk) to last revision by Sargeantmuffinman Tag: Rollback