Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Wlft

A user with 3,979 edits. Account created on 1 April 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

31 August 2025

30 August 2025

  • 23:1523:15, 30 August 2025 diff hist +2,958 N Module:Translate/i18n.json Created page with "{ "license": "CC0-1.0", "description": { "ast": "Tabla de traducciones pal Módulu:Translate", "bg": "Таблица с преводи за Модул:Translate", "ca": "Taula de traduccions per al Mòdul:Translate", "cs": "Tabulka překladů pro Modul:Translate", "de": "Übersetzungstabelle für das Modul:Translate", "el": "Πίνακας μετάφρασης για το Module:Translate", "en": "Translation table for the Module:Translat..." current
  • 23:1523:15, 30 August 2025 diff hist +8,678 N Module:Translate Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules require( 'strict' ) local Translate = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() --- Cache table containing i18n data at the 'data' key, and a key map at the 'keys' key --- The table is keyed by the i18n.json module name local cach..." current
  • 22:5522:55, 30 August 2025 diff hist +9,918 N Module:InfoboxNeue/i18n.json Created page with "{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:InfoboxNeue" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" }, { "name": "type", "type": "string" }, { "name": "label", "type": "localized" }, { "name": "required", "type": "boolean"..." current
  • 22:5522:55, 30 August 2025 diff hist +14,410 N Module:InfoboxNeue/styles.css Created page with "imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/styles.css: .infobox { margin-bottom: var(--space-md); width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); background-color: transparent; font-size: var(--font-size-small); line-height: var(--line-height-xx-small); box-sizing: content-box; } .infobox[open] { background-color: var(--color-surface-..."
  • 22:5422:54, 30 August 2025 diff hist +20,487 N Module:InfoboxNeue Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/InfoboxNeue.lua local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n' ):new() metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderInfobox()..."
  • 22:5422:54, 30 August 2025 diff hist +4,517 N Module:I18n Created page with "require( 'strict' ) -- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset..." current
  • 22:5222:52, 30 August 2025 diff hist +3,092 N Module:FloatingUI Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules --- Lua functions for Extension:FloatingUI --- --- WARNING --- ------- --- THIS IS AN EXPERIMENTAL MODULE MADE FOR AN EXPERIMENTAL EXTENSION --- THIS IS NOT READY FOR PRODUCTION AND SUBJECT TO CHANGE --- ------- local FloatingUI = {} --- Check if a string is empty --- --- @param str string --- @return boolean local function isStringEmpty( str ) return str == nil or str == '' end --- Return..." current
  • 22:5222:52, 30 August 2025 diff hist +1,036 N Module:FloatingUI/styles.css Created page with "imported from https://github.com/The-Star-Citizen-Wikis/SharedModules: .t-floatingui { max-width: 50ch; Needed when this is a span element: display: block; } * Sync with InfoboxNeue styles * TODO: Refactor InfoboxNeue and FloatingUI styles into the same design system: .t-floatingui-section { display: grid; gap: 2px var(--space-xs); grid-auto-rows: max-content; } .t-floatingui-section--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr));..." current

29 August 2025

28 August 2025

27 August 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)