Справка MediaWiki API

Это автоматически сгенерированная страница документации MediaWiki API.

Документация и примеры: https://www.mediawiki.org/wiki/API

action=jsonconfig

(main | jsonconfig)
  • Этот модуль требует прав на чтение.
  • Источник: JsonConfig
  • Лицензия: GPL-2.0-or-later

Allows direct access to JsonConfig subsystem.

Параметры:
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.
Одно из следующих значений: status, reset, reload
По умолчанию: status
namespace

Namespace number of the title to process.

Тип: целое число
title

Заголовок для обработки без префикса пространства имён.

По умолчанию: (пусто)
content

Для command=reload использовать вместо этого данный контент.

По умолчанию: (пусто)