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).

Logs
  • 00:12, 17 October 2024 Alex talk contribs created page Module:MusicList (Created page with "-- <nowiki> local p = {} function p.main(frame) local args = frame:getParent().args local i = 1 local ret = mw.html.create('table') ret:addClass('wikitable sortable') :tag('tr') :tag('th'):wikitext('Name'):done() :tag('th'):wikitext('Unlock details'):addClass('unsortable'):done() :tag('th'):wikitext('Music track'):addClass('unsortable'):done() :done() while args[i] ~= nil do local name = args[i] local unlock = args[i + 1] local namef = name l...")