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
  • 15:47, 18 February 2026 Mngr talk contribs created page Module:AssetID (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...")