All public logs

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).

Logs
  • 00:28, 16 October 2024 Alex talk contribs created page Module:Level up table (Created page with "-- -- Implements Template:Level up table -- local p = {} local params = require('Module:Paramtest') function p._make_table(args) local max_level = 99 local ret = mw.html.create('table') :addClass('wikitable') :addClass('level-up-table') :css( 'width', '100%' ) :tag('tr') :tag('th') :wikitext('Level') :done() :tag('th') :attr('colspan','2') :wikitext('New abilities') :done() :done() :done() local has_freeplay...")