Main public logs

Jump to navigation Jump to search

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

Logs
  • 08:50, 19 August 2025 Steve talk contribs created page Widget:TalentCalculator (Created page with "* * MediaWiki Widget for Talent Calculator * Provides interactive talent tree functionality with import/export: ( function () { 'use strict'; // Base64 encoding/decoding utilities function encodeBase64(str) { return btoa(str); } function decodeBase64(str) { try { return atob(str); } catch (e) { return null; } } // Talent Calculator Widget Class function TalentCalculatorWidge...")