Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=jsonconfig

(main | jsonconfig)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: JsonConfig
  • Licence: GPL-2.0-or-later

Allows direct access to JsonConfig subsystem.

Parametry:
command

Which sub-action to perform on JsonConfig:

status
Shows JsonConfig configuration.
reset
Clears configurations from cache. Requires title parameter and jsonconfig-flush right.
reload
Reloads and caches configurations from config store. Requires title parameter and jsonconfig-reset right.
Jedna z následujících hodnot: reload, reset, status
Default: status
namespace

Namespace number of the title to process.

Type: integer
title

Title to process without namespace prefix.

Implicitní hodnota: (prázdné)
content

For command=reload, use this content instead.

Implicitní hodnota: (prázdné)