7 June 2023
- 21:0321:03, 7 June 2023 diff hist +36 N Module:TNT/doc untag scwShared
- 20:5720:57, 7 June 2023 diff hist +966 N Module:Translate/doc No edit summary
- 17:0217:02, 7 June 2023 diff hist +93 N Module:Tabber/doc Mark as SCW shared
- 17:0117:01, 7 June 2023 diff hist +404 N Module:Hatnote/doc deprecate Template:Wikipedia template, mark as SCW shared
- 16:5616:56, 7 June 2023 diff hist +653 N Module:Arguments/doc deprecate Template:Wikipedia template, mark as SCW shared
- 16:2716:27, 7 June 2023 diff hist +271 N Template:Infobox/doc deprecate Template:Wikipedia template
- 16:2216:22, 7 June 2023 diff hist +2,128 N Template:Main/doc deprecate Template:Wikipedia template
- 16:2016:20, 7 June 2023 diff hist +52 Nm Template:Main Removed protection from "Template:Main"
6 June 2023
- 21:1221:12, 6 June 2023 diff hist +1,471 N Template:For/doc Deprecate wikipedia template
- 04:4304:43, 6 June 2023 diff hist +10,902 N Module:ScribuntoUnit/doc Use module instead of Wikipedia template template
- 04:3404:34, 6 June 2023 diff hist +21,300 N Module:ScribuntoUnit No edit summary
- 04:3304:33, 6 June 2023 diff hist +1,639 N Template:Documentation/styles.css No edit summary
- 03:0203:02, 6 June 2023 diff hist +1,837 N Module:Mbox No edit summary
- 02:5702:57, 6 June 2023 diff hist +17 N Module:Mbox/doc Created page with "{{Documentation}}"
1 June 2023
- 22:2022:20, 1 June 2023 diff hist +918 N Module:Tabber fix table empty check
- 06:4306:43, 1 June 2023 diff hist +1,419 N Template:Mbox/styles.css No edit summary
- 06:3706:37, 1 June 2023 diff hist +905 N Template:Wikipedia template No edit summary
- 05:4405:44, 1 June 2023 diff hist +1,564 N Module:ScribuntoUnit/config No edit summary
- 05:4105:41, 1 June 2023 diff hist +62 N Module:ScribuntoUnit/config/doc Created page with "{{Documentation}} Configuration for Module:ScribuntoUnit."
- 04:0804:08, 1 June 2023 diff hist +200 N Module:User error/doc Created page with "{{Documentation}} A less intimidating version of the built-in <syntaxhighlight inline lang="lua">error(...)</syntaxhighlight> function, to help editors fix their mistakes when transcluding a template."
- 04:0804:08, 1 June 2023 diff hist +920 N Module:User error Created page with "-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Module:User..."
30 May 2023
- 20:2820:28, 30 May 2023 diff hist +2,489 N Template:Category header/doc Update category
- 20:2820:28, 30 May 2023 diff hist +282 N Template:Maintenance category/doc Created page with "{{Documentation}} This template should be placed at the top of categories used in the maintenance of Dyson Sphere Program Wiki, rather than as part of the encyclopedia. It sets the category to a hidden category. <includeonly>Category:Category namespace templates</includeonly>"
- 20:1620:16, 30 May 2023 diff hist +20,557 N Module:String/doc No edit summary
- 20:1420:14, 30 May 2023 diff hist +18,033 N Module:String Sync with Wikipedia
- 20:1220:12, 30 May 2023 diff hist +1,140 N Module:GetParameters/doc Created page with "{{Documentation}} {{Wikipedia template}} == Usage == === getParameters === Takes 2 required arguments, <code>frame_args</code> and <code>arg_list</code>. Parses a frame's arguments, returning either the provided named arguments in <code>arg_list</code> if found or the positional parameters instead if not. This is designed to work around the stripping of values that takes place for defined parameters which could be important. As an example, the calls <syntaxhighlight la..."
- 20:1120:11, 30 May 2023 diff hist +1,807 N Module:GetParameters Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca..."
- 20:1020:10, 30 May 2023 diff hist +12,774 N Module:String2 Sync with Wikipedia
29 May 2023
- 18:5318:53, 29 May 2023 diff hist +122 N Module:Log/doc Created page with "{{Documentation}} This is an internal module intended for the output of information and error messages. de:Modul:Log"
- 18:5218:52, 29 May 2023 diff hist +3,058 N Module:Log Created page with "local Log = {} local metatable = {} local methodtable = {} metatable.__index = methodtable --- Creates the actual output, either a HTML comment if options.silent is true, or a mw-message-box --- @param severity string --- @param message string function methodtable.makeOutput( self, severity, message ) local currentDate = mw.getContentLanguage():formatDate( 'c' ) if type( message ) ~= 'string' and type( message ) ~= 'number' then message = 'Message must be of type..."
- 18:0318:03, 29 May 2023 diff hist +444 N Template:Infobox tabber/styles.css No edit summary
- 18:0118:01, 29 May 2023 diff hist +135 N Template:Infobox Load templatestyles through module instead
- 18:0018:00, 29 May 2023 diff hist +16,087 N Module:Infobox Load templatestyles through module instead
24 May 2023
- 07:0707:07, 24 May 2023 diff hist +360 N Template:Infobox data div No edit summary
- 05:4005:40, 24 May 2023 diff hist +83 N Template:If empty No edit summary
- 05:3905:39, 24 May 2023 diff hist +1,063 N Template:If empty/doc Created page with "{{Documentation}} {{Wikipedia template}} This template is used inside other templates. It takes any number of parameters and returns the first found to be defined and non-empty. If none is found, nothing is returned. By writing <code><nowiki>{{if empty|a|b|c}}</nowiki></code> instead of <code><nowiki>{{#if:a|a|{{#if:b|b|c}}}}</nowiki></code>, expression a and b do not have to be repeated and evaluated twice. The template provides a fallback order, similar to a try catch..."
- 05:3605:36, 24 May 2023 diff hist +57 N Module:If empty/doc Created page with "{{Documentation}} This module implements {{t|If empty}}."
- 05:3505:35, 24 May 2023 diff hist +234 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p"
19 May 2023
- 17:4117:41, 19 May 2023 diff hist +1,374 N Template:Main page/event Fix logic
12 May 2023
- 19:3019:30, 12 May 2023 diff hist +209 N MediaWiki:Pageimages-blacklist No edit summary
7 May 2023
- 20:3420:34, 7 May 2023 diff hist +39 N MediaWiki:Lastmodifiedat No edit summary
6 May 2023
- 19:0219:02, 6 May 2023 diff hist +242 N Template:Main page/event/styles.css No edit summary
- 18:5818:58, 6 May 2023 diff hist +285 N Template:Main page/event/doc Created page with "{{Documentation}} This template is used on the main page. It is the event card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>"
- 18:3018:30, 6 May 2023 diff hist +40 N Module:Date/doc Created page with "{{Documentation}} {{Wikipedia template}}"
- 18:2918:29, 6 May 2023 diff hist +47,959 N Module:Date Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..."
- 18:2918:29, 6 May 2023 diff hist +2,485 N Template:Time ago/doc Add Wikipedia template template
- 18:2818:28, 6 May 2023 diff hist +5,112 N Module:Time ago Sync with Wikipedia
- 17:5917:59, 6 May 2023 diff hist +305 N Template:Main page/featured/styles.css No edit summary
- 17:3017:30, 6 May 2023 diff hist +829 N Template:Main page/onthisday No edit summary
4 May 2023
- 23:4523:45, 4 May 2023 diff hist +2,366 N Template:Infobox buttons/styles.css No edit summary