Manual:$wgAPIFormatModules/en

From Linux Web Expert

<translate> API</translate>: $wgAPIFormatModules
API format module extensions.
<translate> Introduced in version:</translate>1.23.0 (Gerrit change 97926; git #9984a60a)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>[]

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.

See also