Jump to content

Manual:$wgResourceModules

From mediawiki.org
ResourceLoader: $wgResourceModules
Array of all extra defined modules that can later be loaded during the output.
Introduced in version:1.17.0 (r72349)
Removed in version:Still in use
Allowed values:(multi-dimensional array)
Default value:[]

Examples

[edit]

Below is an example of how to use this in an extension. You would put this in your extension.json file.

"ResourceModules": {
    "ext.MyExtension": {
        "localBasePath": "modules/ext.MyExtension",
        "remoteExtPath": "MyExtension/modules/ext.MyExtension",
        "styles": [
            "foo.css",
            "bar.css"
        ],
        "packageFiles": [
            "index.js",
            "foo.js"
        ],
        "messages": [
            "myextension-foo-label"
        ],
        "dependencies": [
            "jquery.cookie",
            "mediawiki.util"
        ]
    }
},

Options

[edit]

See MainConfigSchema::ResourceModules.

Loading module

[edit]

See ResourceLoader/Migration guide (developers)#Adding a module to the page :

Note

[edit]

If you require a list of all registered modules, it is not recommended to call $GLOBALS[ 'wgResourceModules' ] from a skin or extension. The list may not be complete at the time of the request. See ResourceLoader::getModuleNames() instead.

See also

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy