Manual:$wgNavigationLinks

Category:MediaWiki configuration settings#NavigationLinksCategory:MediaWiki configuration settings introduced in version 1.4.0#NavigationLinksCategory:MediaWiki configuration settings removed in version 1.5.0#NavigationLinksCategory:MediaWiki deprecated or obsolete features#NavigationLinksCategory:Site customization variables#NavigationLinks
Site customization: $wgNavigationLinks
Navigation links for the user sidebar.
Introduced in version:1.4.0
Removed in version:1.5.0
Allowed values:see below
Default value:see below

Deprecated

The variable is deprecated as of version 1.5 because MediaWiki 1.5 introduced wiki editable 'MediaWiki:Sidebar' page. See Manual:Navigation bar.

Details

For users of older pre 1.5 MediaWiki versions, you may wish to follow these usage details, but you should consider upgrading!

Navigation links for the user sidebar.

'text'
the name of the MediaWiki message that contains the label of this link
'href'
the name of the MediaWiki message that contains the link target of this link. Link targets starting with http are considered remote links. Ones not starting with http are considered as names of local wiki pages.

Note that the values are not the text itself, they are pages in the MediaWiki namespace.

Default Value

 array (
     array( 'text'=>'mainpage',      'href'=>'mainpage' ),
     array( 'text'=>'portal',        'href'=>'portal-url' ),
     array( 'text'=>'currentevents', 'href'=>'currentevents-url' ),
     array( 'text'=>'recentchanges', 'href'=>'recentchanges-url' ),
     array( 'text'=>'randompage',    'href'=>'randompage-url' ),
     array( 'text'=>'help',          'href'=>'helppage' ),
     array( 'text'=>'sitesupport',   'href'=>'sitesupport-url' ),
       )
Category:MediaWiki configuration settings Category:MediaWiki configuration settings introduced in version 1.4.0 Category:MediaWiki configuration settings removed in version 1.5.0 Category:MediaWiki deprecated or obsolete features Category:Site customization variables