Jump to content

Main public logs

Combined display of all available logs of PKWar Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:31, 15 August 2025 Bandwidth talk contribs created page Template:Game Status (Created page with "=== Template:Game Status === <includeonly> <span id="game-status">Checking...</span> <script> fetch('https://pkwar.org/api/status') .then(response => response.json()) .then(data => { const statusEl = document.getElementById('game-status'); if (data.online) { statusEl.innerHTML = '<span style="color: #00ff00;">ONLINE</span>'; } else { statusEl.innerHTML = '<span style="color: #ff0000;">OFFLINE</span>'; } }) .catch(() => { document.g...")