Main public logs
More actions
Combined display of all available logs of Deepspace Lore. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:35, 24 April 2026 WinterLampost talk contribs created page File:MainNav 03.png
- 20:35, 24 April 2026 WinterLampost talk contribs created page File:MainNav 02.png
- 20:35, 24 April 2026 WinterLampost talk contribs created page File:MainNav 01.png
- 20:35, 24 April 2026 WinterLampost talk contribs uploaded File:MainNav 02.png
- 20:35, 24 April 2026 WinterLampost talk contribs uploaded File:MainNav 03.png
- 20:35, 24 April 2026 WinterLampost talk contribs uploaded File:MainNav 01.png
- 20:20, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Gadget-UploadMultipleFiles.css (Created page with "#multiUploadMessage{ color: var(--wiki-alert-color); } #multiUploadQueue .status{ margin-left: 1em; font-weight: bold; } #multiUploadFailed .retry, #multiUploadWarning .retry{ margin-left: 1em; } #multiUploadFailed .retry::before, #multiUploadWarning .retry::before{ content: "["; } #multiUploadFailed .retry::after, #multiUploadWarning .retry::after{ content: "]"; }")
- 20:19, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Gadget-UploadMultipleFiles.js (Created page with "uploadMultipleFiles v2 by westgrass: v2.1: support multiple categories, by Mourten: Improved from https://dev.fandom.com/wiki/UploadMultipleFiles: Adapted for Deepspace Lore: $(function () { class apiQueue { constructor({ api, concurrency=3, rateLimitDelay = 60, maxRetries = 5, handlers = {} }) { this.api = api; this.concurrency = concurrency; this.maxRetries = maxRetries; this.rateLimitDe...")
- 19:55, 24 April 2026 WinterLampost talk contribs created page Template:MainPage/Nav (Created page with "<div class="mainpage-section"> <div class="nav-grid">{{Navpills |page1 = Overview |image1 = MainNav_1.png |page2 = Characters |image2 = MainNav_2.png |page3 = Gameplay |image3 = MainNav_3.png |page4 = Events |image4 = MainNav_4.png |page5 = Dating |image5 = MainNav_5.png |page6 = Memories |image6 = MainNav_6.png |page7 = Home Feature |image7 = MainNav_7.png |page8 = Lore |image8 = MainNav_8.png |page9 = Combat |image9 = MainNav_9.png |page10= Galleries |image10 = MainNav...")
- 17:25, 24 April 2026 WinterLampost talk contribs created page File:WikimediaUI-Notice.svg
- 17:25, 24 April 2026 WinterLampost talk contribs uploaded File:WikimediaUI-Notice.svg
- 17:21, 24 April 2026 WinterLampost talk contribs created page File:WikimediaUI-Code.svg
- 17:21, 24 April 2026 WinterLampost talk contribs uploaded File:WikimediaUI-Code.svg
- 16:33, 24 April 2026 WinterLampost talk contribs created page Module:User error (Created page with "-------------------------------------------------------------------------------- -- Imported from Star Citizen Wiki -- 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 (mes...")
- 16:09, 24 April 2026 WinterLampost talk contribs created page Module:Hatnote list (Created page with "-- Imported from Star Citizen Wiki -------------------------------------------------------------------------------- -- 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}}, {{redirec...")
- 15:58, 24 April 2026 WinterLampost talk contribs created page Module:Documentation/styles.css (Created page with ".documentation { margin-top: var( --space-md ); padding-top: var( --space-md ); border-top: var( --border-base ); } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-header, .documentation-subheader { line-height: 1.25; } .documentation-title { color: var( --color-emphasized ); font-size: var( --font-size-large ); font-weight: var( --font-weight-semi...")
- 15:57, 24 April 2026 WinterLampost talk contribs created page Template:Navpills/doc (Created page with "{{Documentation}} {{t|Navpills}} is used to create a grid of navigation button. Optimized background image resolution: 400x92px == Example == <syntaxhighlight lang="mediawiki"> {{Navpills |page1 = Merchantman |page2 = Polaris |page3 = Carrack |text3 = Best ship |image3 = Carrack over microTech 3.8.png }} </syntaxhighlight> will give: {{Navpills |page1 = Merchantman |page2 = Polaris |page3 = Carrack |text3 = Best ship |image3 = Carrack over microTech 3.8.png }} <inc...")
- 15:56, 24 April 2026 WinterLampost talk contribs created page Module:Navpills/styles.css (Created page with ".template-navpills { display: grid; gap: var( --space-xs ); grid-template-columns: repeat( auto-fill, minmax( 160px, 1fr ) ); grid-auto-rows: 3rem; font-size: var( --font-size-small ); } .template-navpill { position: relative; border: 1px solid var( --border-color-base ); border-radius: var( --border-radius-medium ); font-weight: var( --font-weight-medium ); line-height: var( --line-height-xx-small ); overflow: hidden; } .template-...")
- 15:55, 24 April 2026 WinterLampost talk contribs created page Module:Mbox/styles.css (Created page with ".mbox { position: relative; display: flex; flex-direction: column; margin-block: var(--space-md); background-color: var(--color-surface-1); border: var(--border-base); border-radius: var(--border-radius-medium); font-size: var(--font-size-small); line-height: var(--line-height-xx-small); } .mbox.mbox-high { background-color: var(--background-color-destructive-subtle); } .mbox.mbox-med { background-color: var(--background-color-warning-subtle); } .mbox-title...")
- 15:53, 24 April 2026 WinterLampost talk contribs created page Module:Mbox (Created page with "--- Imported from Star Citizen Wiki 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...")
- 15:52, 24 April 2026 WinterLampost talk contribs created page Module:Tooltip (Created page with "-- Imported from Runescape wiki local p = {} local yn = require('Module:Yesno') local hc = require('Module:Paramtest').has_content -- module access point for div p._div = function(args) local name = args.name if not hc(name) then error('Name is required!') end local content = args.content local hasarrow = yn(args.arrow or 'yes', true) local arrowsize = tonumber(args.arrowsize) or 10 local limitwidthbool = yn(args.limitwidth or 'ye...")
- 15:43, 24 April 2026 WinterLampost talk contribs created page Module:Helper module (Created page with "-- <nowiki> -- Imported from Star Citizen Wiki -- Helps format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw.html extension') local getArgs = require("Module:Arguments").getArgs; --local tooltip = require('Module:Tooltip') local userError = require("Module:User error"); local p = {} function p.main(frame) local args = getArgs(frame); local function_list = {} -- Let there be no limit to number of...")
- 15:41, 24 April 2026 WinterLampost talk contribs created page Template:Helper module (Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 15:40, 24 April 2026 WinterLampost talk contribs created page Module:Paramtest (Created page with "-- Imported from: https://runescape.wiki/w/Module: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...")
- 15:40, 24 April 2026 WinterLampost talk contribs created page Module:Yesno (Created page with "-- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- 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 "string.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then...")
- 15:33, 24 April 2026 WinterLampost talk contribs created page Module:Hatnote/styles.css (Created page with ".hatnote-container { display: flex; align-items: center; padding: var(--space-sm) var(--space-md); margin-block: var(--space-md); background: var(--color-surface-1); border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); font-size: var(--font-size-small); line-height: var(--line-height-xx-small); } .hatnote-icon img { display: block; width: var(--font-size-small); height: auto; margin-right: var(--space-xs); opacity: var(--...")
- 15:32, 24 April 2026 WinterLampost talk contribs created page Module:Hatnote (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....")
- 15:30, 24 April 2026 WinterLampost talk contribs created page Module:Format link (Created page with "-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link -------------------------------------------------------------------------------- -- 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. -----------------------------------------...")
- 15:29, 24 April 2026 WinterLampost talk contribs created page Module:DPLlua (Created page with "-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|number[]...")
- 15:28, 24 April 2026 WinterLampost talk contribs created page Module:Array (Created page with "-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|number[]...")
- 15:27, 24 April 2026 WinterLampost talk contribs created page Module:DependencyList (Created page with "--- Based on Module:DependencyList from RuneScape Wiki --- @see https://runescape.wiki/w/Module:DependencyList 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 tooltip = require('Module:Tooltip') local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamic...")
- 15:24, 24 April 2026 WinterLampost talk contribs created page Module:Documentation (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local TNT = require( 'Module:Translate' ):new() 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 string.gsub( title.fullText, '/[Dd]o[ck]u?$', '' ) local ret, cats,...")
- 15:22, 24 April 2026 WinterLampost talk contribs created page Template:T/piece (Created page with "{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>")
- 15:20, 24 April 2026 WinterLampost talk contribs created page Template:T (Created page with "<includeonly><nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/piece|{{{19...")
- 15:19, 24 April 2026 WinterLampost talk contribs created page Template:Documentation/doc (Created page with "{{Documentation}} The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc". ==Usage== Place {{t|documentation}} at the top of the documentation page. 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|Template:Foo/ba...")
- 15:18, 24 April 2026 WinterLampost talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__{{#seo: |type = website |description = {{FULLPAGENAME}} is a template page used on the Deepspace Lore Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. |site_name = Deepspace Lore |locale = {{PAGELANGUAGE}} }}</includeonly><noinclude>{{/doc}}</noinclude>")
- 15:15, 24 April 2026 WinterLampost talk contribs created page Template:Navpills (Created page with "<includeonly>{{#invoke:Navpills|navpills}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 15:14, 24 April 2026 WinterLampost talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local p = {} -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix, args) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end table.s...")
- 15:12, 24 April 2026 WinterLampost talk contribs created page Module:Arguments (Created page with "-- Adapted from Star Citizen Wiki -- 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(k...")
- 14:46, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Protect-dropdown (Created page with "*Common protection reasons ** Excessive vandalism ** Excessive spamming ** Edit warring ** High traffic page ** Essential page/template")
- 13:36, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Common.css (Created page with "/*/════════════════════════════════════════════════════════════════════════════════ COMMON.CSS This CSS contains baseline styling such as fonts and UI applying to base styles that may be tweaked with other CSS styles. Most multi-page styling is found on Citizen.css. Styling for templates and modules will b...")
- 13:31, 24 April 2026 WinterLampost talk contribs moved page MediaWiki:Gadget-definition to MediaWiki:Gadgets-definition without leaving a redirect
- 13:29, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Gadget-definition (Created page with "==Administration== ==Core== * Preferences[ResourceLoader|hidden|default]|Preferences.js|Preferences.css ==Appearance== ==Media== ==Editing== ==Interface== ==Utilities==")
- 13:27, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Gadget-Preferences.css (Created page with "/*/════════════════════════════════════════════════════════════════════════════════ PREFERENCES.CSS For Gadget-Preferences.js ════════════════════════════════════════════════════════════...")
- 13:19, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Gadget-Preferences.js (Created page with "* <nowiki> * User Preferences System * [DESCRIPTION] * [DOCS] * * @author * * @todo: (function() { 'use strict'; // ========== CONFIGURATION ========== const SERVERS = { 'asia': { name: 'Asia', offset: 8 }, 'europe': { name: 'Europe', offset: 2 }, 'america': { name: 'America', offset: -7 } }; const CHARACTERS = ['xavier', 'rafayel', 'zayne', 'sylus', 'caleb', 'harem']; const DEFAULT_SE...")
- 12:58, 24 April 2026 WinterLampost talk contribs created page Template:MainPage/Header (Created page with "__NOEDITSECTION__ <div class="mainpage-header"><span class="mainpage-header-text">Welcome to <h2>Deepspace Lore</h2> A fan-maintained wiki for the mobile game <strong>Love and Deepspace</strong></span> [HEADERIMAGE] </div>")
- 12:57, 24 April 2026 WinterLampost talk contribs created page Template:MainPage (Created page with "__NOEDITSECTION__ __NOTOC__ {{MainPage/Header}} {{MainPage/Nav}} <div class="mainpage-container"> {{MainPage/Intro}} {{MainPage/Events}} {{MainPage/Dailies}} </div>")
- 12:52, 24 April 2026 WinterLampost talk contribs created page MediaWiki:Citizen.css (Created page with "/*/════════════════════════════════════════════════════════════════════════════════ CITIZEN.CSS The majority of the multi-page styling for the wiki can be found here, as well as CSS variables. Styling for templates and modules will be located at <name>/styles.css, MediaWiki:Gadget-Templates.css or MediaWik...")
- 16:37, 23 April 2026 WinterLampost talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "An unofficial wiki for the mobile game '''Love and Deepspace'''")
- 17:15, 22 April 2026 MediaWiki default talk contribs created page Main Page