Jump to content

Main public logs

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

Logs
  • 15:50, 11 January 2026 Rosie talk contribs created page Module:Calculator (Created page with "local Calculator = {} Calculator.__index__ = Calculator function Calculator:new(params) params = params or {} local root = params.root or mw.html.create(getElement(params)) if params.scoped ~= false then root:addClass('calculator-container') :attr('data-calculator-refresh-on-load', boolString(params.refreshOnLoad)) end root:addClass(params.class) :attr('style', params.style) local obj = { root = root, noJSFallback = '', templatestyles = {} } if...")