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

Related changes

More actions

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 18:02, 5 April 2026
 
Page name:
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

5 April 2026

N    00:28  Module:Navpills/styles.css diffhist +1,829 TickoGrey talk contribs (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...")

4 April 2026

N    22:20  Template:Main Page/header/styles.css diffhist +1,184 TickoGrey talk contribs (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...")
N    22:19  Template:Main Page/header diffhist +381 TickoGrey talk contribs (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>")
N    22:17  Module:Navpills diffhist +1,539 TickoGrey talk contribs (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...")
N    22:17  Template:Navpills diffhist +29 TickoGrey talk contribs (Created page with "{{#invoke:Navpills|navpills}}")
N    22:16  Module:Arguments diffhist +10,054 TickoGrey talk contribs (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'...")