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 options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 19:32, 9 March 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

8 March 2026

  • diffhist N Module:OOOVehicleInfoBox 15:07 +1,902 Tattecko talk contribs (Created page with "local p = {} local function row(label, value) if not value or value == "" then return "" end return '<div class="ooo-vehicle-row"><span>' .. label .. '</span><span>' .. value .. '</span></div>' end function p.render(frame) local args = frame.args local name = args.name or "" local image = args.image or "" local type = args.type or "" local level = args.level or "" local price = args.price or "" local capacity = args.capacity or "" local fueluse = args.f...")
  • diffhist N Template:OOOVehicleInfoBox/styles.css 15:07 +728 Tattecko talk contribs (Created page with ".ooo-vehicle-infobox { float:right; width:300px; margin:0 0 1em 1em; padding:12px; background:var(--background-color-neutral-subtle,#1b1b1b); border:1px solid var(--border-color-base,#444); border-radius:6px; font-size:14px; } .ooo-vehicle-title { font-size:20px; font-weight:600; text-align:center; margin-bottom:10px; } .ooo-vehicle-image { text-align:center; margin-bottom:10px; } .ooo-vehicle-section { margin-top:8px; padding-top:6px; border-top:1p...")