MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=jsonconfig
(main | jsonconfig)
- Dieses Modul erfordert Leserechte.
 - Quelle: JsonConfig
 - Lizenz: GPL-2.0-or-later
 
Allows direct access to JsonConfig subsystem.
Parameter:
- command
 Which sub-action to perform on JsonConfig:
- status
 - Shows JsonConfig configuration.
 - reset
 - Clears configurations from cache. Requires title parameter and jsonconfig-reset right.
 - reload
 - Reloads and caches configurations from config store. Requires title parameter and jsonconfig-reset right.
 
- Einer der folgenden Werte: status, reset, reload
 - Standard: status
 - namespace
 Namensraum-Nummer des zu verarbeitenden Titels.
- Typ: Ganzzahl
 - title
 Zu verarbeitender Titel ohne Namensraum-Präfix.
- Standard: (leer)
 - content
 Für command=reload, stattdessen diesen Inhalt verwenden.
- Standard: (leer)
 
Beispiele:
- Konfiguration anzeigen
 - api.php?action=jsonconfig&format=jsonfm [in Spielwiese öffnen]
 - Zero:TEST zurücksetzen
 - api.php?action=jsonconfig&command=reset&namespace=480&title=TEST&format=jsonfm [in Spielwiese öffnen]
 - Zero:TEST neu laden
 - api.php?action=jsonconfig&command=reload&namespace=480&title=TEST&format=jsonfm [in Spielwiese öffnen]