User contributions for TickoGrey
More actions
5 April 2026
- 00:2900:29, 5 April 2026 diff hist +2 Main Page No edit summary current
- 00:2900:29, 5 April 2026 diff hist 0 Main Page No edit summary
- 00:2800:28, 5 April 2026 diff hist +1,829 N Module:Navpills/styles.css Created page with ".template-navpills { display: grid; gap: 0.5rem; →Adjusted for better spacing: grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.8rem; →Slightly increased for better visibility: } .template-navpill { position: relative; border: 1px solid #444; →A lighter border to increase visibility: border-radius: 0.5rem; →Adjusted for a softer look: font-weight: 600; /* Bold text for be..." current
- 00:2800:28, 5 April 2026 diff hist 0 N File:Industries.webp No edit summary current
- 00:2700:27, 5 April 2026 diff hist 0 N File:Rails.webp No edit summary current
- 00:2700:27, 5 April 2026 diff hist 0 N File:Trains.webp No edit summary current
- 00:2600:26, 5 April 2026 diff hist +135 Main Page No edit summary
4 April 2026
- 23:5423:54, 4 April 2026 diff hist 0 N File:Overfreight Wiki Logo.webp No edit summary current
- 22:3422:34, 4 April 2026 diff hist +72 MediaWiki:Common.css No edit summary current
- 22:3322:33, 4 April 2026 diff hist −43 MediaWiki:Citizen.js No edit summary current
- 22:3222:32, 4 April 2026 diff hist +28 MediaWiki:Citizen.js No edit summary
- 22:3122:31, 4 April 2026 diff hist +2 MediaWiki:Citizen.js No edit summary
- 22:2822:28, 4 April 2026 diff hist −162 MediaWiki:Citizen.js No edit summary
- 22:2422:24, 4 April 2026 diff hist +588 N MediaWiki:Citizen.js Created page with "→All JavaScript here will be loaded for users of the Citizen skin: →Current version of MediaWiki does not support ES6: mw.loader.using(['mediawiki.util']).done(function () { →Open the search <details> element when clicking the fake search button on main page: var searchTrigger = document.getElementById('citizen-search-trigger'); if (searchTrigger) { searchTrigger.addEventListener('click', function () { var search = document.getElementById('citizen-se..."
- 22:2122:21, 4 April 2026 diff hist −725 Main Page Replaced content with "__NOTOC__ {{Main_Page/header}}" Tag: Replaced
- 22:2022:20, 4 April 2026 diff hist +1,184 N Template:Main Page/header/styles.css Created page with ".home-header { position: relative; line-height: 1.1; text-align: center; } .home-header__pretitle { margin-bottom: 0.5rem; color: #6b7280; font-size: 0.875rem; letter-spacing: 0.05em; } .home-header__title { margin: 0; font-size: 3.5rem; line-height: 0.9; font-weight: 600; } .home-header__subtitle { margin-top: 0.5rem; color: #6b7280; font-size: 0.875rem; } .home-header__search { padding: 1rem; margin-top: 2rem; margin-left: auto; margin-right: auto..." current
- 22:1922:19, 4 April 2026 diff hist +381 N Template:Main Page/header Created page with "<templatestyles src="Template:Main_Page/header/styles.css"/><div class="home-header"> <div class="home-header__pretitle">Welcome to the</div> <h1 class="home-header__title">Overfreight! Wiki</h1> <div id="citizen-search-trigger" class="home-header__search scw-gradient-glow" role="button"> <span class="home-header__searchText">Search the Overfreight! Wiki</span> </div> </div>" current
- 22:1722:17, 4 April 2026 diff hist +1,829 N Navpills/styles.css Created page with ".template-navpills { display: grid; gap: 0.5rem; →Adjusted for better spacing: grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.8rem; →Slightly increased for better visibility: } .template-navpill { position: relative; border: 1px solid #444; →A lighter border to increase visibility: border-radius: 0.5rem; →Adjusted for a softer look: font-weight: 600; /* Bold text for be..." current
- 22:1722:17, 4 April 2026 diff hist +1,539 N 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..." current
- 22:1722:17, 4 April 2026 diff hist +29 N Template:Navpills Created page with "{{#invoke:Navpills|navpills}}" current
- 22:1622:16, 4 April 2026 diff hist +10,054 N Module:Arguments Created page with "-- 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(key, val) if type(val) == 'string'..." current
- 00:5100:51, 4 April 2026 diff hist +1,539 N 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..." current
- 00:5000:50, 4 April 2026 diff hist +1,829 N Module:Navpills/styles.css Created page with ".template-navpills { display: grid; gap: 0.5rem; →Adjusted for better spacing: grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.8rem; →Slightly increased for better visibility: } .template-navpill { position: relative; border: 1px solid #444; →A lighter border to increase visibility: border-radius: 0.5rem; →Adjusted for a softer look: font-weight: 600; /* Bold text for be..." current
3 April 2026
- 20:4420:44, 3 April 2026 diff hist −45 MediaWiki:Citizen-footer-tagline Blanked the page current Tag: Blanking
- 20:3920:39, 3 April 2026 diff hist +156 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: →Hide disclaimers page link in Citizen skin footer: #footer-places-disclaimer { display: none; }"
- 20:3820:38, 3 April 2026 diff hist +45 N MediaWiki:Citizen-footer-tagline Created page with "Hosted by TickoGrey, written by the community"
- 20:3820:38, 3 April 2026 diff hist +30 N MediaWiki:Citizen-footer-desc Created page with "The official Overfreight! wiki" current