Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Mbox: Revision history

From Obby Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 April 2025

  • curprev 12:3812:38, 1 April 2025 Wlft talk contribs 18,389 bytes −14 No edit summary
  • curprev 12:3512:35, 1 April 2025 Wlft talk contribs 18,403 bytes +15,201 No edit summary
  • curprev 12:3412:34, 1 April 2025 Wlft talk contribs 3,202 bytes +3,202 Created page with "local getArgs = require('Dev: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.bgcolor..."