Anonymous
×
Create a new article
Write your page title here:
We currently have 41 articles on Rounds Of Insanity Wiki. Type your article name above or click on one of the titles below and start writing!



Rounds Of Insanity Wiki

Main public logs

Combined display of all available logs of Rounds Of Insanity Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:48, 3 December 2025 AntiApple4life talk contribs created page Module:Mbox (Created page with " -- local getArgs = require('Module:Arguments').getArgs local localCSS = mw.loadData('Module:Mbox/data').localStyle function Mbox.main(frame) local args = getArgs(frame) -- styles local styles = {} if args.bordercolor then styles['border-left-color'] = args.bordercolor elseif args.type then styles['border-left-color'] = 'var(--type-' .. args.type .. ')' end if args.bgcolor then styles['background-color'] = args.bgco...")