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:Tile markers button (Created page with "local p = {}; function p.main(frame) local args = frame:getParent().args local pageName = args[1] return p._main(pageName) end function p._main(pageName) local jsonContent = mw.loadJsonData(pageName) local resultsDiv = mw.html.create( 'div' ) resultsDiv:css({display = 'none'}) resultsDiv:addClass('tilemarker-div') resultsDiv:node(mw.text.jsonEncode(jsonContent)) return resultsDiv; end return p;")