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

Logs
  • 00:20, 16 October 2024 Alex talk contribs created page Module:Instructions (Created page with "local p = {} local params = require('Module:Paramtest') function p.main(frame) local args = frame:getParent().args local steps_list = {} for i = 1, 10, 1 do local step = args['step'..i] if step and params.has_content(step) then local num = i local stepDetail = step table.insert(steps_list, { num = num, step = stepDetail } ) end end local function make_step_row(num, step) return mw.html.create('tr') :tag('td'):css({['text-align'] =...")