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.

26 June 2025

13 June 2025

11 June 2025

9 June 2025

22 May 2025

  • curprev 17:0617:06, 22 May 2025 Ryan talk contribs empty −922 Blanked the page Tag: Blanking
  • curprev 16:3816:38, 22 May 2025 Ryan talk contribs 922 bytes +102 No edit summary
  • curprev 16:3416:34, 22 May 2025 Ryan talk contribs 820 bytes +820 Created page with "$(function () { if (mw.config.get("wgPageName") !== "NPCLookup") return; const params = new URLSearchParams(window.location.search); const id = params.get("id"); if (!id) { document.body.innerHTML = "Missing NPC ID."; return; } $.getJSON("/w/api.php", { action: "cargoquery", format: "json", tables: "NPCs", fields: "Name", where: "InternalID=" + id, limit: 1, orig..."