Manual:Personal URLs
Appearance
(Redirected from Manual:Personal Urls)
Personal URLs are the links found along the upper right corner of most skins. In a plain vanilla MediaWiki installation, these consist of links to:
- When logged out:
- the registration page - Special:CreateAccount (when logged out and
$wgUseCombinedLoginLink
is not enabled) - the login page - Special:Userlogin (when logged out)
- the registration page - Special:CreateAccount (when logged out and
- When logged in:
- the user's page
- the user's talk page
- the user's preferences - Special:Preferences
- the user's watch list - Special:Watchlist
- the user's contributions - Special:Contributions
- the logout page - Special:Userlogout
Various personalization extensions modify this band of links by adding functions to the SkinTemplateNavigation::Universal hook. Category:SkinTemplateNavigation::Universal extensions contains a list of available extensions.