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 IP's user page (if $wgShowIPinHeader is enabled and the user has a session)
    • the IP's talk page (if $wgShowIPinHeader is enabled and the user has a session)
    • the registration page - Special:Userlogin/signup (when logged out and $wgUseCombinedLoginLink is not enabled)
    • the login page - Special:Userlogin (when logged out)
  • 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 PersonalUrls hook. Category:PersonalUrls extensions contains a list of available extensions.

See also

  • Category:Personalization extensions
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.