Jump to content

Module:Message box: 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.

13 March 2025

  • curprev 01:4401:44, 13 March 2025 Thehighwayman talk contribs 589 bytes +589 Created page with "local p = {} function p.main(frame) local box = mw.html.create() :tag('table') :css('margin', '0 10%') :addClass('mw-parser-output') :addClass('mbox') local row = box:tag('tr') local imageLeftCell = row:tag('td'):addClass('mbox-image'):css('padding', '2px 0 2px 0.5em') imageLeftCell:tag('div'):css('width', '52px'):wikitext(frame.args.image or '52px|link=|alt=') local textCell = row:tag('td'):addClass('mbox-text'):css('padding'..."