#How to Edit Sidebars?
12 messages · Page 1 of 1 (latest)
You could add another section below Navigation, e.g.
* Search
* Navigation
** ... Menu subitems
* Special categories
** Category:Special Weapons|Special Weapons
** etc...
* TOOLBOX
* LANGUAGES
IIRC this adds a new menu (Special Categories) on the left side
You can't edit the links on the right side (Page Tools, What Links here, etc.) by editing MediaWiki:Sidebar. You can hide/add custom links by using JavaScript, but this is kind of a hacky way to do it
hmmm shoot idk javascript yet... but thank you!
You can look at my .js
[[user:Rodejong/vector-2022.js]]
mw.util.addPortletLink('p-tb', mw.util.getUrl('Special:RecentChanges'), 'Recent Changes', 'tb-recentchanges', 'Check Recent Changes', null, document.getElementById('t-whatlinkshere') || document.getElementById('t-upload' ));
1= link (Special:RecentChanges)
2=name (Recent Changes)
3= 'tb-' + name, but must not contain caps and must be one word (tb-recentchanges)
4= what you see in the toolbar (Check Recent Changes)
For urls: