Handbuch:$wgAPIFormatModules

From mediawiki.org
This page is a translated version of the page Manual:$wgAPIFormatModules and the translation is 50% complete.
API: $wgAPIFormatModules
API format module extensions.
Eingeführt in Version:1.23.0 (Gerrit change 97926; git #9984a60a)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Array)
Standardwert:[]

Details

Allows for adding additional modules for the "format" API parameter. Associative array mapping module name to class name or factory (see $wgAPIModules for exact syntax). Extension modules may override the core modules.

Siehe auch