Jump to content

Main public logs

Combined display of all available logs of Costa Sano MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:26, 13 February 2026 Mngr talk contribs created page 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...")