Aktuell kracht Modul:KategorieInfo in Zeile 1 mit:
attempt to index field 'json' (a nil value)
obwohl Scribunto geladen ist und $wgScribuntoDefaultEngine auf 'luastandalone' steht.
Vermutung: JSON-Unterstützung via mw.ext.json.loadData() ist im aktuellen Lua-Setup (Debian, Bare-Metal) nicht verfügbar.
Workaround via require() oder jsonDecode() kommt aktuell nicht in Frage, da wir bewusst am JSON-Format festhalten möchten.