All public logs

Jump to navigation Jump to search

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

Logs
  • 15:28, 7 March 2026 Hefner talk contribs created page MediaWiki:TeamBingo.js (Created page with "// --- Team Bingo Boards with Captains --- mw.hook('wikipage.content').add(function () { // Get current wiki username (MediaWiki global) var currentUser = mw.config.get('wgUserName'); var containers = document.querySelectorAll(".teamBingoContainer"); if (!containers.length) return; containers.forEach(function(container) { container.innerHTML = ""; // Read captain from data attribute var captain = container.getAttribute("dat...")