All public logs

Jump to navigation Jump to search

Combined display of all available logs of RuneSaga 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:36, 25 April 2024 Plz2 talk contribs created page Module:Switch infobox (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local contents = {} local i = 1 while args['item'..i] do table.insert(contents, { text = args['text'..i] or ('Item '..i), content = '\n' .. args['item'..i] }) i = i + 1 end local ret = mw.html.create('div') :addClass('switch-infobox') :addClass('loading') :tag('span') :addClass('loading-button') :addClass('button') :wikitext('Loading...') :done() local mah_t...")