All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:13, 17 October 2024 Alex talk contribs created page Module:Wintertodt damage calculator (Created page with "local p = {} local default = require('Module:Paramtest').default_to function truncate(num) local whole, decimal = math.modf(num + 0.000001) return whole end function createRow(attackName, damageAmount) return mw.html.create('tr') :tag('td'):wikitext(attackName .. ' attack'):done() :tag('td'):wikitext(damageAmount):done() end function createHeader() local ret = mw.html.create('table'):addClass('wikitable align-center-2'):done() ret:tag('tr'):tag('th'):wikitex...")