Extension:Settings
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | other (invalid type)Category:Extensions with invalid or missing type |
Description | Settings is SMW+ deployment framework like configuration system based on XML file name |
Author(s) | Vitold Sedyshev (vit1251talk) |
Latest version | 0.1 (2013-03-08) |
MediaWiki | Category:Extensions without MediaWiki version |
Database changes | No |
License | GNU General Public License 3.0 |
Download | Download snapshot Note: README |
$wgSettings |
The Settings extension executes on a separate process and provides a base registry object with parameters that you can use in you LocalSettings.php.
Usage
require_once "$IP/settings/Settings.php";
$wgLanguageContent = $wgSettings->get('wgLanguageContent');
Installation
- To install the settings extension, put the following line in LocalSettings.php
require_once "$IP/settings/Settings.php";
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with invalid or missing type
Category:Extensions without MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Unmaintained extensions