Jump to content

User contributions for Mngr

A user with 1,571 edits. Account created on 22 December 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

14 February 2026

13 February 2026

  • 21:3421:34, 13 February 2026 diff hist +9,859 N ICT:FinalConfig - ASSET - automatic numbering - flowchart Created page with " = DigitalAsset Numbering Engine (Architecture + Flowchart + Lua + JavaScript) = Document revision: {{#time:Y-m-d|{{REVISIONTIMESTAMP}}}} by {{REVISIONUSER}} This page explains the architecture and implementation of the automatic numbering system for the DigitalAsset entity. It contains: * The conceptual workflow * A flowchart diagram of the numbering logic * The Lua module (Module:DigitalAssetID) * The JavaScript logic (MediaWiki:DigitalAsset.js) * Notes on integrati..." current
  • 21:3021:30, 13 February 2026 diff hist +7,197 N ICT:FinalConfig - ASSET - automatic numbering Created page with "= DigitalAsset Numbering Engine (Architecture + Lua + JavaScript) = Document revision: {{#time:Y-m-d|{{REVISIONTIMESTAMP}}}} by {{REVISIONUSER}} This page explains the architecture and implementation of the automatic numbering system for the DigitalAsset entity. It contains: * The conceptual workflow * The Lua module (Module:DigitalAssetID) * The JavaScript logic (MediaWiki:DigitalAsset.js) * Notes on integration with Page Forms This page is for study and understandi..." current
  • 21:2821:28, 13 February 2026 diff hist +2,034 N ICT:FinalConfig - ASSET - JAVASCRIPT Created page with "<pre> // MediaWiki:DigitalAsset.js $(document).ready(function () { function getField(name) { return $("[name='DigitalAsset[" + name + "]']"); } function generateIdentifier() { const chapter = getField("chapter_id").val(); const place = getField("place_id").val(); const org = getField("organisation_id").val(); // Exclusivity check if (place && org) { alert("Select either a Place OR an Organisation,..." current
  • 21:2621:26, 13 February 2026 diff hist +2,570 N ICT:FinalContent - ASSET - LUA 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..." current
  • 21:2421:24, 13 February 2026 diff hist −239 ICT:FinalConfig - ORGANISATION No edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)