#How to Edit Sidebars?

12 messages · Page 1 of 1 (latest)

muted path
#

I'm working on my wiki's sidebars and can't understand where to edit the extra sidebar sections/boxes featured on the Timeless skin; I'd like to change many of the links featured on them. The MediaWiki article on sidebars is helpful, but only useful for a quarter of the boxes! What am I missing?

static tendon
#

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

muted path
#

ahh ok. Any way to edit the right side?

#

and the Wiki tools box?

static tendon
muted path
#

hmmm shoot idk javascript yet... but thank you!

young obsidian
young obsidian
#

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: