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
  • 16:18, 18 October 2024 Alex talk contribs created page MediaWiki:Gadget-ES6Test.js (Created page with "(function () { 'use strict'; try { let testLet = "Let is supported!"; const testConst = "Const is supported!"; const arrowFunction = () => "Arrow function is supported!"; console.log(testLet, testConst, arrowFunction()); } catch (e) { console.error("ES6+ is not supported:", e); } })();")