Main public logs
More actions
Combined display of all available logs of Overfreight Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:04, 17 April 2026 TickoGrey talk contribs created page Rails (Created page with "Rails are objects which are placed by the player to be used by Trains in Overfreight!. Many types of rails exist in Overfreight!, but 3 main types exist; Decorative, Standard, and Electric. The max speed of the trains you operate depends on the max speed of the rails, which you can view in the build menu before you place them. Though, the rail type is not the only factor which dictates the max speed for your trains; It can also be dictated by slope and turn radius.")
- 06:00, 17 April 2026 TickoGrey talk contribs created page Trains (https://overfreight.wiki/Trains)
- 22:44, 5 April 2026 TickoGrey talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page) (hist)
- 00:28, 5 April 2026 TickoGrey talk contribs created page 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...")
- 00:28, 5 April 2026 TickoGrey talk contribs created page File:Industries.webp
- 00:28, 5 April 2026 TickoGrey talk contribs uploaded File:Industries.webp
- 00:27, 5 April 2026 TickoGrey talk contribs created page File:Rails.webp
- 00:27, 5 April 2026 TickoGrey talk contribs uploaded File:Rails.webp
- 00:27, 5 April 2026 TickoGrey talk contribs created page File:Trains.webp
- 00:27, 5 April 2026 TickoGrey talk contribs uploaded File:Trains.webp
- 23:54, 4 April 2026 TickoGrey talk contribs created page File:Overfreight Wiki Logo.webp
- 23:54, 4 April 2026 TickoGrey talk contribs uploaded File:Overfreight Wiki Logo.webp
- 22:24, 4 April 2026 TickoGrey talk contribs created page 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:20, 4 April 2026 TickoGrey talk contribs created page 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...")
- 22:19, 4 April 2026 TickoGrey talk contribs created page 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>")
- 22:17, 4 April 2026 TickoGrey talk contribs created page 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...")
- 22:17, 4 April 2026 TickoGrey 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...")
- 22:17, 4 April 2026 TickoGrey talk contribs created page Template:Navpills (Created page with "{{#invoke:Navpills|navpills}}")
- 22:16, 4 April 2026 TickoGrey talk contribs created page 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'...")
- 00:51, 4 April 2026 TickoGrey 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...")
- 00:50, 4 April 2026 TickoGrey talk contribs created page 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...")
- 20:39, 3 April 2026 TickoGrey talk contribs created page 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:38, 3 April 2026 TickoGrey talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "Hosted by TickoGrey, written by the community")
- 20:38, 3 April 2026 TickoGrey talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "The official Overfreight! wiki")
- 05:38, 30 March 2026 MediaWiki default talk contribs created page Main Page