Module:Noticebox: Revision history

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.

March 14, 2026

  • curprev 21:4721:47, March 14, 2026Braxton2409 talk contribs 1,286 bytes +1,286 Created page with "local p = {} function p._main(args) local container = mw.html.create('table') container :addClass('noticebox ' .. (args.class or '')) :css({ ['width'] = '90%', ['background'] = args.bgcolor or '#333', ['border'] = '1px solid ' .. (args.bordercolor or '#555'), ['border-left-width'] = '10px', ['border-radius'] = '0.5em 0 0 0.5em', ['margin'] = '0 auto 10px' }) local row = container:ta..."