Jump to content

ICT:FinalContent - ASSET - LUA: 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.

13 February 2026

  • curprev 21:2621:26, 13 February 2026 Mngr talk contribs 2,570 bytes +2,570 Created page with "<pre> -- Module:DigitalAssetID local p = {} local cargo = mw.ext.cargo -- Helper: zero-pad sequence number local function pad(num) return string.format("%04d", tonumber(num)) end -- Main function: compute identifier function p.generate(frame) local args = frame.args local chapterPage = args.chapter_id local placePage = args.place_id local orgPage = args.organisation_id -- 1. Enforce exclusivity if (placePage ~= "" and orgPage ~= "") then..."