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