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:Uses facility list (Created page with "local p = {} local commas = require('Module:Addcommas') local skillPic = require('Module:SCP')._main local yesNo = require('Module:Yesno') local lang = mw.getContentLanguage() local trim = mw.text.trim local split = mw.text.split local jsonDecode = mw.text.jsonDecode function buildRow(recipe, facility) local ret = mw.html.create('tr') -- Outputs ret:tag('td'):wikitext(recipe.output.image) ret:tag('td'):attr('data-sort-value', recipe.output.name):wikitext(commas._...")