Main public logs
More actions
Combined display of all available logs of ARC Raiders Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:38, 6 October 2025 Luke talk contribs created page MediaWiki:Citizen.js (Created page with "All JavaScript here will be loaded for users of the Citizen skin: (function() { function formatTime(time) { return time < 10 ? `0${time}` : time; } function updateCountdown(element) { const targetDateString = element.getAttribute('data-target-date'); const targetDate = new Date(targetDateString).getTime(); if (isNaN(targetDate)) { return; } const now = new Date().getTime(); const distanc...")