Reference:Gadgets: Difference between revisions

No edit summary
No edit summary
Tag: 2017 source edit
Line 9: Line 9:
|license=GPL v2+
|license=GPL v2+
|docu=https://www.mediawiki.org/wiki/Extension:Gadgets
|docu=https://www.mediawiki.org/wiki/Extension:Gadgets
|active=Yes
|features=
The '''Gadgets''' extension provides a way for users to pick JavaScript-based or CSS-based "gadgets" that other wiki users provide.
 
Gadgets are made up of JavaScript and/or CSS snippets located on pages in the MediaWiki namespace. Each gadget is defined by a line in the page ''MediaWiki:Gadgets-definition'', providing a name and description for the gadget, and a list of the JS and CSS snippets that it uses.
 
Since Gadgets reside in the MediaWiki namespace (the list defining the gadgets as well as the actual code snippets), only users with sysop rights (wiki admins) can edit the code.
}}
}}
{{wcagCheck
{{wcagCheck

Revision as of 09:32, 8 August 2022

For our Cloud customers with BlueSpice version 5: Please switch to the BlueSpice 5 helpdesk.

Extension: Gadgets

all extensions

Overview
Description: Provides a way for users to pick JavaScript or CSS based "gadgets" that other wiki users provide.
State: stable Dependency: MediaWiki
Developer: Stephanie Amanda Stevens License: GPL v2+
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice pro, BlueSpice free, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. Version: 4.1+
For more info, visit Mediawiki.

Features

The Gadgets extension provides a way for users to pick JavaScript-based or CSS-based "gadgets" that other wiki users provide.

Gadgets are made up of JavaScript and/or CSS snippets located on pages in the MediaWiki namespace. Each gadget is defined by a line in the page MediaWiki:Gadgets-definition, providing a name and description for the gadget, and a list of the JS and CSS snippets that it uses.

Since Gadgets reside in the MediaWiki namespace (the list defining the gadgets as well as the actual code snippets), only users with sysop rights (wiki admins) can edit the code.