Gadgets: Difference between revisions
change alignment of the WikEd table |
Add calculator gadget examples |
||
Line 43: | Line 43: | ||
# Add the gadget to the [[MediaWiki:Gadgets-definition|gadgets-definition page]] | # Add the gadget to the [[MediaWiki:Gadgets-definition|gadgets-definition page]] | ||
## E.g. <tt>https://freephile.org/wiki/MediaWiki:Gadgets-definition</tt> | ## E.g. <tt>https://freephile.org/wiki/MediaWiki:Gadgets-definition</tt> | ||
== Examples == | |||
The '''calculator''' gadget ([https://en.wikipedia.org/wiki/MediaWiki:Gadget-calculator.js implemented in javascript] and exposed via a [https://en.wikipedia.org/wiki/Template:Calculator template]) is versatile and powerful - including many math functions. | |||
See [https://en.wikipedia.org/wiki/Template:Calculator/doc/examples examples in the docs] and Bryan Damon's | |||
[https://en.wikipedia.org/wiki/User:Bryandamon/Calculator_demos Calculator demos] that riff on Brian Wolff's (author) demos - which can be found via the [https://en.wikipedia.org/wiki/Category:Pages_using_gadget_Calculator category page]. {{@todo}} implement the gadget on this wiki. | |||
[[Category:Wiki]] | [[Category:Wiki]] | ||
[[Category:JavaScript]] | [[Category:JavaScript]] |
Latest revision as of 09:37, 30 May 2025
Gadgets | |
---|---|
![]() | |
Image shows: | powerful UX tools |
Summary | |
Title: | Gadgets |
Description: | Gadgets are enhancements to MediaWiki, made of javascript and CSS; but not written as full-blown extensions. |
More | |
Notes: | One of the best is the wikEd gadget implementation for the wikEd editor |
This is a hand-editted information page. Be sure to check out the Special:Gadgets page for system info and the interface defintion page MediaWiki:Gadgets-definition.
Gadgets are enhancements to MediaWiki, made of javascript and CSS; but not written as full-blown extensions.
This wiki has several Gadgets that you can use.
There are a ton of gadgets used on the WikiPedia site: https://meta.wikimedia.org/wiki/Gadgets/wikipedia
There are even gadgets for the Visual Editor
Users[edit]
Visit your preferences (Gadgets tab) to modify which gadgets are turned on or off.
Admins[edit]
- Export the gadget from the wiki that has the gadget.
- E.g.https://en.wikipedia.org/wiki/Special:Gadgets/export/HotCat
- Download the export / save the file locally
- Import the gadget to the new wiki that wants the gadget feature.
- Add the gadget to the gadgets-definition page
Examples[edit]
The calculator gadget (implemented in javascript and exposed via a template) is versatile and powerful - including many math functions.
See examples in the docs and Bryan Damon's
Calculator demos that riff on Brian Wolff's (author) demos - which can be found via the category page. todo implement the gadget on this wiki.