User contributions for Wlft
More actions
31 August 2025
- 04:3904:39, 31 August 2025 diff hist +4 ~Testvv No edit summary
- 04:3804:38, 31 August 2025 diff hist +20 Module:InfoboxNeue No edit summary
- 03:3503:35, 31 August 2025 diff hist 0 N File:Standard169placeholder.webp No edit summary current
- 02:1002:10, 31 August 2025 diff hist +8 Module:TestInfobox No edit summary current
- 02:0902:09, 31 August 2025 diff hist 0 N File:GoogleMaterialIcons-Globe.svg No edit summary current
- 02:0002:00, 31 August 2025 diff hist +3 ~Testvv No edit summary
- 02:0002:00, 31 August 2025 diff hist −79 Module:TestInfobox No edit summary
- 01:5801:58, 31 August 2025 diff hist +20 Module:TestInfobox No edit summary
- 01:5701:57, 31 August 2025 diff hist +2 ~Testvv No edit summary
- 01:5701:57, 31 August 2025 diff hist −2 Module:TestInfobox No edit summary
- 01:5501:55, 31 August 2025 diff hist +1 ~Testvv No edit summary
- 01:5501:55, 31 August 2025 diff hist −16 Module:TestInfobox No edit summary
- 01:4901:49, 31 August 2025 diff hist +243 ~Testvv No edit summary Tag: Manual revert
- 01:4801:48, 31 August 2025 diff hist −243 ~Testvv Replaced content with "v what ??" Tags: Replaced Reverted
- 01:4001:40, 31 August 2025 diff hist +3 ~Testvv No edit summary
- 01:4001:40, 31 August 2025 diff hist +20 Module:TestInfobox No edit summary
- 01:3801:38, 31 August 2025 diff hist −27 Module:TestInfobox No edit summary
- 01:3201:32, 31 August 2025 diff hist −24 Module:TestInfobox No edit summary
- 00:4400:44, 31 August 2025 diff hist +6 Module:TestInfobox No edit summary
- 00:4300:43, 31 August 2025 diff hist +38 Module:TestInfobox No edit summary
- 00:3800:38, 31 August 2025 diff hist −3 ~Testvv No edit summary
- 00:3800:38, 31 August 2025 diff hist +20 Module:TestInfobox No edit summary
- 00:3700:37, 31 August 2025 diff hist +2 ~Testvv No edit summary
- 00:2900:29, 31 August 2025 diff hist +251 N ~Testvv Created page with "{{#invoke:Character|infobox | name = Jax Theron | image = ObbyWiki.png | quote = "I make my own luck." | species = Human | homeworld = Corellia | homeworld_page = Corellia (Planet) | affiliation = Galactic Republic | height = 1.85 | mass = 88 }} what"
- 00:2600:26, 31 August 2025 diff hist +1,722 N Module:TestInfobox Created page with "local TestInfobox = {} function TestInfobox.main( frame ) local InfoboxNeue = require( 'Module:InfoboxNeue' ) local test = InfoboxNeue:new( { placeholderImage = 'ObbyWiki.png' } ) local args = require( 'Module:Arguments' ).getArgs( frame ) local characterName = args.name or 'Unnamed' local characterSpecies = args.species local characterImage = args.image local characterQuote = args.quote local homeworld = args.homeworld local homeworldPage = a..."
- 00:0700:07, 31 August 2025 diff hist +1,163 N Module:Tabber Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules local Tabber = {} --- Helper function to get Tabber length --- --- @param data table --- @return number local function getTabberLength( data ) local length = 0 for k, _ in next, data do if string.find( k, 'label' ) == 1 then length = length + 1 end end return length end --- Render Tabber --- --- @param data table { label{n}, content{n} } --- @retur..." current
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
- 12:4812:48, 29 August 2025 diff hist +51 N User:Test Created page with "{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}" current
28 August 2025
- 19:5619:56, 28 August 2025 diff hist 0 Snowflake Stage Tower No edit summary
27 August 2025
- 20:1220:12, 27 August 2025 diff hist +7 Snowflake Stage Tower No edit summary
- 06:4306:43, 27 August 2025 diff hist +329 You Can't Beat This Obby hm
- 06:3506:35, 27 August 2025 diff hist +162 You Can't Beat This Obby No edit summary
- 06:3506:35, 27 August 2025 diff hist 0 N File:Ow-ycbto-difficulty-effortless-3.webp No edit summary current
- 06:3506:35, 27 August 2025 diff hist 0 N File:Ow-ycbto-difficulty-effortless-2.webp No edit summary current
- 06:3206:32, 27 August 2025 diff hist 0 You Can't Beat This Obby No edit summary
- 06:3006:30, 27 August 2025 diff hist +48 You Can't Beat This Obby No edit summary
- 06:3006:30, 27 August 2025 diff hist −35 You Can't Beat This Obby No edit summary
- 06:2806:28, 27 August 2025 diff hist +59 You Can't Beat This Obby No edit summary
- 06:2806:28, 27 August 2025 diff hist +104 You Can't Beat This Obby No edit summary
- 06:2706:27, 27 August 2025 diff hist +33 N File:Ow-ycbto-difficulty-effortless-1.webp No edit summary current
- 06:0306:03, 27 August 2025 diff hist 0 You Can't Beat This Obby No edit summary
- 06:0106:01, 27 August 2025 diff hist +134 Module:DifficultiesV2 No edit summary current
- 05:5305:53, 27 August 2025 diff hist +1 You Can't Beat This Obby No edit summary