MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=jsonconfig
(main | jsonconfig)
- Dieses Modul erfordert Leserechte.
- Quelle: JsonConfig
- Lizenz: GPL-2.0-or-later
Erlaubt direkten Zugriff auf das JsonConfig-Untersystem.
Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
- 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: reload, reset, status
- 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=json [in Spielwiese öffnen]
- Data:Brazil/Amazonas.map zurücksetzen
- api.php?action=jsonconfig&command=reset&namespace=486&title=Brazil/Amazonas.map&format=json [in Spielwiese öffnen]
- Data:Brazil/Amazonas.map neu laden
- api.php?action=jsonconfig&command=reload&namespace=486&title=Brazil/Amazonas.map&format=json [in Spielwiese öffnen]