Module:Mbox: Revision history

From HorizonXI 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.

30 May 2023

  • curprev 19:0219:02, 30 May 2023Hugin talk contribs 3,203 bytes +6 No edit summary
  • curprev 19:0219:02, 30 May 2023Hugin talk contribs 3,197 bytes +3,197 Created page with "-- <nowiki> local Mbox = {} local getArgs = require('Dev:Arguments').getArgs local i18n = require('Dev:I18n').loadMessages('Mbox') function Mbox.main(frame) local args = getArgs(frame) -- styles local styles = {} styles['border-left-color'] = i18n:parameter('bordercolor', args) styles['background-color'] = i18n:parameter('bgcolor', args) -- images local image = i18n:parameter('image', args) or '' local imageadjust = '' if args.image..."