Module:Documentation: 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 22:2622:26, March 14, 2026Braxton2409 talk contribsm 6,576 bytes +65 No edit summary
  • curprev 22:0822:08, March 14, 2026Braxton2409 talk contribs 6,511 bytes +6,511 Created page with "local noticebox = require('Module:Noticebox')._main local p = {} local icons = { notice = "MW_codex_icon_notice.svg", wikipedia = 'MW_codex_icon_logo-Wikipedia.svg', config = 'MW_codex_icon_settings.svg', testcases = 'MW_codex_icon_labFlask.svg', styles = 'MW_codex_icon_palette.svg' } local function mbox(title, text, options) return noticebox( { content = string.format("%s<br/>''%s''", title, text), image = options['icon..."