User:Polygnotus/Helpers/Sidebar.js

User:Polygnotus/Helpers/Sidebar.js

← Previous revision Revision as of 07:01, 25 April 2026
Line 1: Line 1:
/**
/**
* SidebarHelper - shared portlet factory for sidebar tracker gadgets.
* SidebarHelper - shared portlet factory for sidebar tracker gadgets.
* Load via: mw.loader.load( mw.util.getUrl( 'User:Polygnotus/Helpers/Sidebar.js', { action: 'raw', ctype: 'text/javascript' } ) );
* Load via: mw.loader.getScript( 'https://en.wikipedia.org/w/index.php?title=User:Polygnotus/Helpers/Sidebar.js&action=raw&ctype=text/javascript' ).then( function () { ... } );
* or: importScript( 'User:Polygnotus/Helpers/Sidebar.js' );
*
*
* Exposes: window.SidebarHelper( options ) → { setHeadingLabel, replaceRows }
* Exposes: window.SidebarHelper( options ) → { replaceRows, setHeadingLabel, markDataLoaded, isCollapsed }
*
*
* options = {
* options = {