Main public logs
Combined display of all available logs of Out of Ore Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:41, 13 October 2025 T-Bone talk contribs deleted page Big Hopper (content was: "{{Infobox Conveyor | name = Big Hopper | image = Placeholder.png | description = Collects and sends items to linked conveyor | value = 4,500 | category = Conveyors | subcategory = Hoppers | power = 42 | direction = Forward | length = 8 | width = 4 | height = 4 }}", and the only contributor was "Ylcxzar" (talk))
- 13:41, 13 October 2025 T-Bone talk contribs deleted page Template:InfoboxConveyor/styles.css (content was: ".infobox-conveyor { width: 320px; background-color: #1a1a1a; color: #f0f0f0; border: 1px solid #999; font-family: sans-serif; font-size: 0.9em; } .infobox-conveyor th, .infobox-conveyor td { padding: 6px; border-bottom: 1px solid #333; vertical-align: top; } .infobox-conveyor .header { background-color: #d4af37; color: #000; font-size: 1.4em; text-a...", and the only contributor was "Ylcxzar" (talk))
- 13:39, 13 October 2025 T-Bone talk contribs created page Straight Conveyors (Created page with "{{OOOVariants | label1=2 m | art1=400112 | label2=3 m | art2=400113 | label3=4 m | art3=400114 | label4=6 m | art4=400115 }}")
- 11:27, 13 October 2025 T-Bone talk contribs deleted page MediaWiki:Gadget-ooo-tab-scroll.css (content was: "MediaWiki:Gadget-ooo-tab-scroll.css: Site-wide custom props (safe here, avoids TemplateStyles validator noise): :root { --ooo-tab-arrow-size: 22px; --ooo-tab-arrow-offset: -0.1rem; --ooo-tab-arrow-color: #2a4b8d; light mode icon color: --ooo-tab-arrow-bg: #fff; --ooo-tab-arrow-bg-hover: #f5f5f5; --ooo-tab-arrow-border: #a2a9b1; --ooo-tab-arrow-...", and the only contributor was "T-Bone" (talk))
- 11:27, 13 October 2025 T-Bone talk contribs deleted page MediaWiki:Gadget-ooo-tav-scroll.js (content was: "// MediaWiki:Gadget-ooo-tab-scroll.js Adds scroll arrows to tabber rows inside .ooo-infobox-tabwrap--scroll: mw.hook('wikipage.content').add(function ($content) { $content.find('.ooo-infobox-tabwrap.ooo-infobox-tabwrap--scroll').each(function () { var wrap = this; var tabs = wrap.querySelector('.tabber__tabs'); if (!tabs || wrap.querySelector('.ooo-tab-arrow'))...", and the only contributor was "T-Bone" (talk))
- 11:26, 13 October 2025 T-Bone talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: ===== OOO Tab Scroll — minimal, production-safe =====: Theme tokens (tweak freely): :root { --ooo-tab-arrow-size: 22px; --ooo-tab-arrow-offset: -0.1rem; --ooo-tab-arrow-color: #2a4b8d; light mode icon color: --ooo-tab-arrow-bg: #fff; --ooo-tab-arrow-bg-hover: #f5f5f5; --ooo-tab-arrow-border: #a2a9b1; --ooo-tab-arrow-shadow: 0 1px 2px rgba(0,0,0,.1); --ooo-tab-arrow-focus:...")
- 08:50, 13 October 2025 T-Bone talk contribs created page MediaWiki:Gadget-ooo-tab-scroll.css (Created page with "Chevron buttons: .ooo-infobox-tabwrap--scroll .ooo-tab-arrow { position: absolute; top: -0.1rem; width: 22px; height: 22px; line-height: 20px; font-weight: 700; border-radius: 999px; border: 1px solid #a2a9b1; background: var(--background-color-base, #1f1f1f); color: var(--color-base, #f8f9fa); cursor: pointer; opacity: .9; } .ooo-infobox-tabwrap--scroll .ooo-tab-arrow--prev { left: 2px; } .ooo-infobox-tabwrap--scroll .ooo-tab-arrow--next { r...")
- 08:49, 13 October 2025 T-Bone talk contribs created page MediaWiki:Gadget-ooo-tav-scroll.js (Created page with "Add left/right scroll buttons to .ooo-infobox-tabwrap--scroll: mw.hook('wikipage.content').add(function($content){ $content.find('.ooo-infobox-tabwrap.ooo-infobox-tabwrap--scroll').each(function(){ var wrap = this; var tabs = wrap.querySelector('.tabber__tabs'); if (!tabs) return; // Create buttons function btn(dir){ var b = document.createElement('button'); b.type = 'button'; b.className = 'ooo-tab-arrow ooo-tab-arrow--' + d...")
- 19:41, 12 October 2025 T-Bone talk contribs created page Template:OOOVariants (Created page with "<includeonly>{{#invoke:OOO/Variants|tabs}}</includeonly><noinclude> Usage: {{OOOVariants | label1=2 m | art1=400162 | label2=3 m | art2=400163 | label3=4 m | art3=400113 | label4=6 m | art4=400169 | label5=8 m | art5=400170 | domain=Buildings <!-- optional, defaults to Buildings --> | align=right <!-- optional, defaults to right --> }} Short form also works: {{OOOVariants|400162|400163|400113|400169|400170}} </noinclude>")
- 19:41, 12 October 2025 T-Bone talk contribs created page Template:OOOInfoBoxTabber/styles.css (Created page with "Keep the tab set where the infobox belongs (right, fixed width): .ooo-infobox-tabwrap { float:right; clear:right; width:340px; margin:0 0 1em 1em; } Compact tab headers; inherit skin tokens for night mode: .ooo-infobox-tabwrap .tabber__tabs { margin-bottom:.5rem; } .ooo-infobox-tabwrap .tabber__tab { font: 700 90%/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background: var(--background-color-neutral,#f5f5f5); color: var(--color-base,#2021...")
- 19:40, 12 October 2025 T-Bone talk contribs created page Module:OOO/Variants (Created page with "local DATA = require('Module:OOO/Data') local p = {} local function esc(s) return mw.text.nowiki(tostring(s or '')) end local function label_for(domain, art, given) if given and given ~= '' then return given end local rec = DATA.get(domain, art) or {} return rec.displayName or tostring(art) end -- Forward a small set of per-tab overrides if present, like image3=..., description2=... local passthrough_keys = { 'image', 'description', 'dimensions', 'class' } func...")
- 15:00, 12 October 2025 T-Bone talk contribs created page File:Icon SM WindTurbine1Small1.png
- 15:00, 12 October 2025 T-Bone talk contribs uploaded File:Icon SM WindTurbine1Small1.png
- 20:45, 6 October 2025 T-Bone talk contribs created page Template:OOOInfoBox/styles.css (Created page with ".ooo-infobox { width: 320px; border: 1px solid #dcdcdc; border-collapse: separate; border-spacing: 0; background: #fff; font-size: 90%; box-shadow: 0 1px 3px rgba(0,0,0,.08); border-radius: 10px; overflow: hidden; } .ooo-infobox th, .ooo-infobox td { padding: 8px 10px; vertical-align: top; } .ooo-infobox .ooo-infobox__title { text-align: center; font-weight: 700; font-size: 110%; background: #f6f6f6; padding: 10px; } .ooo-infobox .ooo-i...")
- 20:20, 6 October 2025 T-Bone talk contribs created page Module:OOO/Data (Created page with "local M = {} local buckets = { Buildings = mw.loadData('Module:OOO/Data/Buildings'), Vehicles = mw.loadData('Module:OOO/Data/Vehicles'), Resources = mw.loadData('Module:OOO/Data/Resources'), } local function norm(id) return tostring(tonumber(id) or id) end function M.get(domain, id) local t = domain and buckets[domain] if not t or not id then return nil end return t[norm(id)] end -- Optional convenience: "Domain:ID" (e.g., "Buildings:400113") function M....")
- 20:19, 6 October 2025 T-Bone talk contribs created page Module:OOO/Data/Buildings (Created page with "-- AUTOGENERATED. Do not edit by hand. return { _meta = { schema = 1, generated = "2025-10-06T00:00:00Z" }, ["400113"] = { displayName = "Conveyor Straight 4 m", type = "Conveyor", throughput_m3h = 320, power_kw = 26, capacity = 1000, }, -- more... }")
- 20:19, 6 October 2025 T-Bone talk contribs created page Module:OOO/Data/Vehicles (Created page with "-- AUTOGENERATED. Do not edit by hand. return { _meta = { schema = 1, generated = "2025-10-06T00:00:00Z" }, -- ["600001"] = { ... }, }")
- 16:01, 6 October 2025 T-Bone talk contribs created page Template:BuildingDocs.json (Created page with "{ "400113": { "displayName": "Conveyor Straight 4 m", "type": "Conveyor", "throughput_m3h": 320, "power_kw": 26, "capacity": 1000 } }")
- 12:28, 6 October 2025 T-Bone talk contribs moved page Data:Docs.json to Template:Docs.json without leaving a redirect
- 12:15, 6 October 2025 T-Bone talk contribs created page Sandbox:OOOInfoBoxTest (Created page with "== Conveyor Straight 4m == {{OOOInfoBox | art = 400113 }} == Override example == {{OOOInfoBox | art = 400113 | throughput_m3h = 360 }}")
- 12:14, 6 October 2025 T-Bone talk contribs created page Module:OOOInfoBox (Created page with "local p = {} local DOCS_TITLE = 'Data:Docs.json' -- Load the JSON docs file local function load_docs() local t = mw.title.new(DOCS_TITLE) if not t then return {} end local content = t:getContent() or '' if content == '' then return {} end local ok, data = pcall(mw.text.jsonDecode, content) return (ok and type(data) == 'table') and data or {} end local DOCS = load_docs() -- Small helper local function pick(args, data, key) local v = args[key...")
- 12:13, 6 October 2025 T-Bone talk contribs created page Template:OOOInfoBox (Created page with "<includeonly>{{#invoke:OOOInfoBox|building}}</includeonly><noinclude> {{Documentation}} Category:Infobox templates </noinclude>")
- 12:10, 6 October 2025 T-Bone talk contribs created page Data:Docs.json (Created page with "{ "400113": { "displayName": "Conveyor Straight 4 m", "type": "Conveyor", "throughput_m3h": 320, "power_kw": 26, "capacity": 1000 } }")
- 16:06, 4 October 2025 User account Ning talk contribs was created by T-Bone talk contribs
- 15:01, 28 July 2025 User account Warning7 talk contribs was created by T-Bone talk contribs
- 13:32, 15 July 2025 User account Finnwolf talk contribs was created by T-Bone talk contribs
- 14:02, 7 July 2025 User account Flassito talk contribs was created by T-Bone talk contribs
- 10:15, 19 May 2025 T-Bone talk contribs deleted page File:Chariton EX300 B120.png (Duplicated file: content was: "{{proposed deletion}} Mis-Named File", and the only contributor was "Skyos" (talk))
- 08:03, 19 May 2025 T-Bone talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using('jquery.makeCollapsible').then(function () { $('.collapsible').makeCollapsible(); });")
- 17:23, 18 May 2025 User account Skyos talk contribs was created by T-Bone talk contribs
- 17:52, 7 May 2025 User account Ylcxzar talk contribs was created by T-Bone talk contribs
- 17:26, 7 May 2025 User account Grumbledore talk contribs was created by T-Bone talk contribs
- 11:39, 16 April 2025 T-Bone talk contribs created page File:Icon SM AsphaltPlantV3.png
- 11:39, 16 April 2025 T-Bone talk contribs uploaded File:Icon SM AsphaltPlantV3.png
- 11:38, 16 April 2025 T-Bone talk contribs created page Asphalt Plant (Created blank page)
- 23:25, 14 April 2025 T-Bone talk contribs created page File:Icon SM Washplant.png
- 23:25, 14 April 2025 T-Bone talk contribs uploaded File:Icon SM Washplant.png
- 14:24, 14 April 2025 T-Bone talk contribs created page Template:OreList (Created page with "<!-- Template:OreList --> * {{#if:{{{1|}}}|{{OreName|{{{1}}}}}|}} * {{#if:{{{2|}}}|{{OreName|{{{2}}}}}|}} * {{#if:{{{3|}}}|{{OreName|{{{3}}}}}|}} * {{#if:{{{4|}}}|{{OreName|{{{4}}}}}|}} * {{#if:{{{5|}}}|{{OreName|{{{5}}}}}|}}")
- 14:06, 14 April 2025 T-Bone talk contribs created page Sluice Box (Created page with "{{ProductionElement}}")
- 13:49, 14 April 2025 T-Bone talk contribs created page Category:Conveyors (Created page with "Conveyor elements move materials between machines. Includes straight segments, hoppers, splitters, and more.")
- 13:47, 14 April 2025 T-Bone talk contribs created page Category:Production (Created page with "This category contains production elements such as the Jaw Crusher, Sluice Box, and Washplant, used to process raw materials.")
- 13:46, 14 April 2025 T-Bone talk contribs created page Category:Factory (Created page with "Contains all building elements like, production, conveyors, power")
- 13:33, 14 April 2025 T-Bone talk contribs created page Template:ProductionElement (Created page with "<!-- Template:ProductionElement --> {| class="wikitable" style="width: 80%; text-align: center;" |- ! colspan="2" style="font-size: 1.5em;" | '''{{{name}}}''' |- | colspan="2" | {{#if:{{{image|}}}|[[File:{{{image}}}|center|500px]]|}} |- | colspan="2" style="text-align:left; padding: 10px;" | {{{description}}} |- ! colspan="2" | '''Inputs''' |- | colspan="2" | * {{#if:{{{input1|}}}|{{{input1}}}|}} * {{#if:{{{input2|}}}|{{{input2}}}|}} |- {{#if:{{{convert_from|}}}| | colsp...")
- 13:21, 14 April 2025 T-Bone talk contribs created page Template:OreName (Created page with "<!-- Template:OreName --> {{#switch:{{{1}}} | 1 = Dirt | 2 = PayDirt | 3 = Coal | 4 = Solid Rock | 5 = Blasted Rock | 6 = Crushed Rock | 7 = Gravel | 8 = Iron Ore | 9 = Copper Ore | 10 = Aluminium Ore | 11 = Silver Ore | 12 = Gold Ore | 13 = Diamond Ore | 14 = Ruby Ore | 16 = Silicon Ore | 17 = Lithium Ore | 21 = Asphalt | 22 = Asphalt | 23 = Asphalt | 24 = Tailings | #default = Unknown / Everything Else }}")
- 22:34, 2 February 2025 T-Bone talk contribs created page Out of Ore Wiki:About (Created page with "Welcome to the '''official Out of Ore wiki!''' This wiki is dedicated to providing players with detailed guides, tips, and information about the game, including vehicles, mining, machanics, maps and much more. Whether you're a new player or a veteran miner, this wiki will help you '''expand your ming empire and optimize your operations.'''")
- 22:09, 2 February 2025 T-Bone talk contribs created page Template:Main Page/styles.css (just a test)
- 12:46, 2 February 2025 T-Bone talk contribs created page File:OutOfOreLogo2023 Cropped.png (Test)
- 12:46, 2 February 2025 T-Bone talk contribs uploaded File:OutOfOreLogo2023 Cropped.png (Test)
- 15:02, 30 January 2025 User account JTDevil talk contribs was created by T-Bone talk contribs
- 19:15, 26 January 2025 User account Tattecko talk contribs was created by T-Bone talk contribs