Jump to content

MediaWiki:Common.js: 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.

3 February 2026

  • curprev 16:1416:14, 3 February 2026 Amythebunni talk contribs empty −5,407 Removed JavaScript file. Tag: Blanking
  • curprev 16:0216:02, 3 February 2026 Amythebunni talk contribs 5,407 bytes +5,407 Created page with "import MarkdownIt from './markdown-it.js' var self = new Hyperdrive(location) var pathname = location.pathname.endsWith('/') ? location.pathname + 'index.md' : location.pathname var isEditing = location.search === '?edit' function h (tag, attrs, ...children) { var el = document.createElement(tag) for (let k in attrs) { if (k === 'cls') el.className = attrs[k] else el.setAttribute(k, attrs[k]) } for (let child of children) el.append(child) return el }..."