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
  • 10:50, 18 July 2026 Hefner talk contribs created page MediaWiki:SmoothiesDebtCalculator.js (Created page with "(function () { function parseAmount(value) { value = value .toLowerCase() .replace(/,/g,"") .trim(); if (value.endsWith("b")) { return Number(value.slice(0,-1)) * 1000000000; } if (value.endsWith("m")) { return Number(value.slice(0,-1)) * 1000000; } if (value.endsWith("k")) { return Number(value.slice(0,-1)) * 1000; } return Number(value) || 0; } function calculateDebt() { let...")