Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
9 June 2023
|
N 19:39 | CLOCKUP 2 changes history +728 [G Utopia (2×)] | |||
m |
|
19:39 (cur | prev) +9 G Utopia talk contribs Tag: Visual edit | |||
N |
|
19:38 (cur | prev) +719 G Utopia talk contribs (created clockup) |
18:41 | ManageWiki log G Utopia talk contribs changed the settings "tabberneue" for "clockupwikiwiki" (.) |
|
07:56 | Template:Starcitizen 2 changes history +13 [G Utopia (2×)] | |||
m |
|
07:56 (cur | prev) +11 G Utopia talk contribs | |||
|
07:54 (cur | prev) +2 G Utopia talk contribs |
N 07:55 | Template:Starcitizen/doc diffhist +17 G Utopia talk contribs (Created page with "{{Documentation}}") |
|
07:53 | (Upload log) [G Utopia (5×)] | |||
|
07:53 G Utopia talk contribs uploaded File:SCT-Sitelogo.svg ({{Fairdealing}}) | ||||
|
07:51 G Utopia talk contribs uploaded a new version of File:CU-SC-Logo.svg | ||||
|
07:49 G Utopia talk contribs uploaded File:WikimediaUI-Alert.svg ({{From Wikimedia|https://design.wikimedia.org/style-guide/resources.html}}) | ||||
|
07:41 G Utopia talk contribs uploaded File:WikimediaUI-Palette.svg ({{From Wikimedia|https://doc.wikimedia.org/codex/latest/icons/all-icons.html}}) | ||||
|
07:39 G Utopia talk contribs uploaded File:WikimediaUI-Code.svg ({{From Wikimedia|https://design.wikimedia.org/style-guide/resources.html}}) |
07:52 | Deletion log G Utopia talk contribs deleted page File:CU-SC-Logo.svg (Duplicated file) |
|
N 07:47 | Module:Module toc/doc 2 changes history +33 [G Utopia (2×)] | |||
|
07:47 (cur | prev) +16 G Utopia talk contribs | ||||
N |
|
07:46 (cur | prev) +17 G Utopia talk contribs (Created page with "{{Documentation}}") |
N 07:45 | Module:Module toc diffhist +2,803 G Utopia talk contribs (Created page with "-- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = string.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (max + min) / 2 ) if newLineLocs[i] < pos then min = i...") |
N 07:44 | Module:Documentation/doc diffhist +125 G Utopia talk contribs (Created page with "{{Documentation}} {{Starcitizen}} '''Module:Documentation''' implements Template:Documentation for templates and modules.") |
|
N 07:36 | Module:DependencyList 2 changes history +24,798 [G Utopia (2×)] | |||
m |
|
07:36 (cur | prev) −21 G Utopia talk contribs | |||
N |
|
07:25 (cur | prev) +24,819 G Utopia talk contribs (Created page with "require("strict"); local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local userError = require("Module:User error") local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 1 local MAX_DYNAMIC_REQUIRE_LIST_LE...") |
|
07:34 | Template:Documentation 2 changes history −88 [G Utopia (2×)] | |||
|
07:34 (cur | prev) −10 G Utopia talk contribs | ||||
|
07:21 (cur | prev) −78 G Utopia talk contribs |
N 07:33 | Module:Mbox/styles.css diffhist +1,439 G Utopia talk contribs (Created page with ".mbox { position: relative; display: flex; flex-direction: column; margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background-color: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: var( --line-height-xs ); } .mbox.mbox-high { →FIXME: Update back to Citzen CSS var when patched: background-color: rgba( 221, 51, 51, 0.1 ); } .mbox.mbox-med { /*...") |
N 07:31 | Module:Mbox diffhist +1,837 G Utopia talk contribs (Created page with "local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error{ message = 'Error: ' .. msg .. '...") |
N 07:31 | Module:Format link diffhist +6,484 G Utopia talk contribs (Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(...") |
N 07:30 | Module:Hatnote list diffhist +7,451 G Utopia talk contribs (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...") |
N 07:30 | Module:Hatnote/styles.css diffhist +568 G Utopia talk contribs (Created page with ".hatnote-container { display: flex; align-items: center; padding: var( --space-sm ) var( --space-md ); margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: var( --line-height-xs ); } .hatnote-icon img { width: 14px; height: auto; margin-right: var( --space-xs ); opacity: var( --opacity-icon-b...") |
N 07:29 | Module:Hatnote diffhist +6,669 G Utopia talk contribs (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....") |
N 07:29 | Module:User error diffhist +920 G Utopia talk contribs (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...") |
N 07:28 | Module:DPLlua diffhist +16,313 G Utopia talk contribs (Created page with "-- <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 = {} local con...") |
N 07:27 | Module:Paramtest diffhist +2,055 G Utopia talk contribs (Created page with "--[[ {{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,arg2},...}...") |
N 07:27 | Module:Yesno diffhist +710 G Utopia talk contribs (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...") |
N 07:26 | Module:Array diffhist +15,187 G Utopia talk contribs (Created page with "-- <nowiki> awawa local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local arr = {} setmetatable(arr, { __call = function (_, array) return arr.new(array) end }) function arr.__index(t, k) if type(k) == 'table' then local res = arr.new() for i = 1, #t do res[i] = t[k[i]] end return res else return arr[k] end end function arr.__tostring(array) local dumpObject = requi...") |
N 07:23 | Module:Documentation diffhist +6,435 G Utopia talk contribs (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local lang = mw.getContentLanguage() 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 ret, cats, ret1, ret2, ret...") |
07:22 | Template:Documentation/doc diffhist −441 G Utopia talk contribs |
N 07:21 | Template:Documentation/styles.css diffhist +1,639 G Utopia talk contribs (Created page with ".documentation { display: flex; box-sizing: border-box; flex-direction: column; margin: 1.6rem 0; padding-top: 1.6rem; border-top: 1px solid; border-color: var( --border-color-base ); border-radius: var( --border-radius--medium ); font-size: 0.875rem; } .documentation-header { margin-top: 0; margin-bottom: 0.8rem; color: var( --color-base--emphasized ); font-size: 1.25rem; font-weight: 600; line-height: 1.2; } .documentation-subheader { margin: -0.6r...") |
|
N 07:14 | Module:InfoboxNeue/example/doc 2 changes history +132 [G Utopia (2×)] | |||
|
07:14 (cur | prev) +14 G Utopia talk contribs | ||||
N |
|
07:12 (cur | prev) +118 G Utopia talk contribs (Created page with "This is an example on how to use Module:InfoboxNeue to create an infobox. {{#invoke:InfoboxNeue/example|doStuff}}") |
N 07:11 | Module:InfoboxNeue/example diffhist +5,289 G Utopia talk contribs (Created page with "local p = {} local infobox = require( 'Module:InfoboxNeue' ) function p.makeComponentsExample() local infoboxTable = {} local sectionTable = {} infoboxTable = { infobox.renderImage( 'Support Ari Shoujo LN.jpg' ), infobox.renderIndicator( { data = 'Indicator', desc = 'Indicator message', } ), infobox.renderHeader( { title = 'Title', subtitle = 'Subtitle' } ) } sectionTable = { infobox.renderItem( { label = 'Item label', data = 'Item...") |
N 07:08 | Module:InfoboxNeue/styles.css diffhist +7,260 G Utopia talk contribs (Created page with ".infobox { margin-bottom: var( --space-md ); width: 100%; max-width: 400px; border-radius: var( --border-radius--medium ); background-color: var( --color-surface-2 ); →Replace inset shadow in future when upstream is fixed: box-shadow: var( --box-shadow-card ); font-size: 0.875rem; line-height: var( --line-height-sm ); } .infobox.mw-collapsed { box-shadow: none; } .infobox__image img { →Perserve rounded border: border-to...") |
N 07:08 | Module:InfoboxNeue diffhist +7,556 G Utopia talk contribs (Created page with "local p = {} --- Helper function to restore underscore from space --- so that it does not screw up the external link wikitext syntax --- For some reason SMW property converts underscore into space --- mw.uri.encode can't be used on full URL local function restoreUnderscore( s ) return s:gsub( ' ', '%%5F' ) end --- Put table values into a comma-separated list --- @param table t --- @return string function p.tableToCommaList( t ) if type( t ) == 'table' then return...") |
6 June 2023
19:26 | Template:MissingQuality diffhist +488 G Utopia talk contribs |
m 19:15 | Template:Mbox/styles.css diffhist +59 G Utopia talk contribs |
|
19:11 | (Upload log) [G Utopia (2×)] | |||
|
19:11 G Utopia talk contribs uploaded File:WikimediaUI-Notice.svg ({{From Wikimedia|https://commons.wikimedia.org/wiki/File:Echo_generic.svg}}) | ||||
|
18:40 G Utopia talk contribs uploaded File:CU-SC-Logo.svg ({{Fairdealing}} {{Self}}) |
18:42 | Template:Starcitizen diffhist −17 G Utopia talk contribs |
3 June 2023
16:48 | ManageWiki log G Utopia talk contribs changed the settings "active" for "clockupwikiwiki" (.) |