Manual:$wgResourceLoaderSources/pl

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> ResourceLoader</translate>: $wgResourceLoaderSources
Foreign module sources registry.
<translate> Introduced in version:</translate>1.19.0 (r93247)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(tablica)
<translate> Default value:</translate>[]

Szczegóły

Extensions can register foreign module sources here. The default "local" source for modules from the local wiki is not set in this array. Instead that one is defined by ResourceLoader::__construct() so that it cannot be unset or overwritten.

Przykład:

$wgResourceLoaderSources['foo'] = array(
    'loadScript' => 'http://example.org/w/load.php',
    'apiScript' => 'http://example.org/w/api.php'
);