Jump to content

Module:AssetID: 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 15:4715:47, 18 February 2026 Mngr talk contribs 1,175 bytes +1,175 Created page with "local p = {} local cargo = mw.ext.cargo local function pad(n) return string.format("%04d", tonumber(n)) end function p.generate(frame) local a = frame.args local chapter = a.Chapter local place = a.Place local org = a.Organisation if place ~= "" and org ~= "" then return mw.text.jsonEncode({ error = "Choose Place OR Organisation." }) end if place == "" and org == "" then return mw.text.jsonEncode({ error = "Place or Org..."