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:13, 17 October 2024 Alex talk contribs created page Module:TRLTaskRow (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local id = args.id return p._main(id) end function p._main(id) local completion_percent = mw.loadJsonData("Module:Trailblazer_Reloaded_League/Tasks/completion.json")[tonumber(id)] if (completion_percent ~= nil) then local color = "" if (completion_percent < 0.1) then completion_percent = "<0.1" color = "red" elseif (completion_percent < 1) then color = "orange" elseif (complet...")