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 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, |
* Exposes: window.SidebarHelper( options ) → { replaceRows, setHeadingLabel, markDataLoaded, isCollapsed } |
||
* |
* |
||
* options = { |
* options = { |
||