User:Serhio Magpie
Design
MediaWiki Logo 2020
|
MediaWiki Installer Logo
|
MediaWiki Blank Logo
|
Wikitech Logo 2021
|
Tools
Instant Diffs

Instant Diffs (ID) is a free open-source JavaScript tool that enhances MediaWiki diff and revision links with interactive previews. Instead of navigating to a separate page, users can view, compare, and interact with diffs directly in context, loaded on demand in the overlay dialog via AJAX. The gadget works across all standard MediaWiki interface pages where diffs and revision links appear, including local and global watchlists, local and global user contributions, recent changes, logs, new pages and page history, as well as in user-generated content such as talk pages and project pages.
mw.loader.load( 'https://mediawiki.org/w/index.php?title=User:Serhio_Magpie/instantDiffs.js&action=raw&ctype=text/javascript' ); // [[mw:Instant Diffs]]
Navbox Navigation

Navbox Navigation is a gadget that uses AJAX to dynamically switch the content of a navbox between links to other templates embedded within it—without leaving the page. For example, it can be used to create advanced navigation between navboxes for specific city metro lines, Nobel laureates by decade, et cetera.
* navboxNavigation [ResourceLoader | dependencies=site, mediawiki.util] | navboxNavigation.js | navboxNavigation.css
Navbox Featured Articles

Navbox Featured Articles is a gadget that uses AJAX to dynamically load and display featured article badges from Wikidata next to corresponding links. It also removes any manually added badges to avoid duplication.
* navboxFeaturedArticles [ResourceLoader | rights=minoredit | dependencies=site, mediawiki.ui.button, mediawiki.util, mediawiki.ForeignApi, jquery.makeCollapsible] | navboxFeaturedArticles.js | navboxFeaturedArticles.css




