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:00, 17 October 2024 Alex talk contribs created page Module:Chart data/xp chart (Created page with "local xp = mw.loadData('Module:Experience/dataunr') local helper = require('Module:Chart data') local data = { type = 'scatter', data = { datasets = { { label = 'Standard skill', showLine = true, fill = false, backgroundColor = tostring(helper.colorPallets.qualitative[1]:fade(0.2)), borderColor = tostring(helper.colorPallets.qualitative[1]), data = helper.convertToXYFormat(xp) } } }, options = { maintainAspectRatio = false, tool...")