All public logs
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).
- 00:12, 17 October 2024 Alex talk contribs created page Module:Profitable shops (Created page with "local p = {} local prices = mw.loadJsonData('Module:GEPrices/data.json') local limits = mw.loadJsonData('Module:GELimits/data.json') local members = mw.loadJsonData('Module:GEMembers/data.json') local volumes = mw.loadJsonData('Module:GEVolumes/data.json') local coins = require( 'Module:Coins' )._amount function createPagination(currentPage) local ret = mw.html.create('div') if (currentPage > 0) then ret:tag('span'):wikitext('First Page'):done() ret:tag('span'...")