| commit | 97de7642e0c75e5422850b9af71ca514eaf163ba | [log] [tgz] |
|---|---|---|
| author | Translation updater bot <l10n-bot@translatewiki.net> | Mon Nov 05 22:24:32 2018 +0100 |
| committer | Translation updater bot <l10n-bot@translatewiki.net> | Mon Nov 05 22:24:32 2018 +0100 |
| tree | 1573d45e7b767ab0dfd6953963dd38df4b253fe8 | |
| parent | 840280a07aebb34ad1c5d3306e9e1e66f8176ebe [diff] |
Localisation updates from https://translatewiki.net. Change-Id: I62b34518bf25665875d58ab5f5956dcb91932938
The Gadgets extension provides a way for users to pick JavaScript or CSS based "gadgets" that other wiki users provide.
See https://www.mediawiki.org/wiki/Extension:Gadgets for more documentation.
The Gadgets extension was originally written by Daniel Kinzler in 2007 and is released under the GNU General Public Licence (GPL).
This version of Gadgets requires MediaWiki 1.27 or later. To get a version compatible with an earlier MediaWiki release, visit ExtensionDistributor/Gadgets.
Copy the Gadgets directory into the extensions folder of your MediaWiki installation. Then add the following lines to your LocalSettings.php file (near the end):
wfLoadExtension( 'Gadgets' );
See https://www.mediawiki.org/wiki/Extension:Gadgets#Usage
$wgGadgetsRepoClass: configures which GadgetRepo implementation will be used to source gadgets from. Currently, "MediaWikiGadgetsDefinitionRepo" is the recommended setting and default. The "GadgetDefinitionNamespaceRepo" is not ready for production usage yet.$wgSpecialGadgetUsageActiveUsers: configures whether or not to show active user stats on Special:GadgetUsage. True by default.