Jump to content

MediaWiki:Asset.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.

18 February 2026

  • curprev 16:2716:27, 18 February 2026 Mngr talk contribs 1,827 bytes +613 No edit summary
  • curprev 15:4815:48, 18 February 2026 Mngr talk contribs 1,214 bytes +1,214 Created page with "$(document).ready(function () { function f(name) { return $("[name='Asset[" + name + "]']"); } function generate() { const ch = f("Chapter").val(); const pl = f("Place").val(); const org = f("Organisation").val(); if (!ch || (pl && org) || (!pl && !org)) return; new mw.Api().get({ action: "scribunto-console", title: "Module:AssetID", question: "return requi..."