Extension:TopLink

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:GPL licensed extensions
MediaWiki extensions manual
TopLink
Release status: stableCategory:Stable extensions
Description Adds link at bottom of MediaWiki skin to return to the top of a page.
Author(s) Jeffrey Wang for MyWikis LLC
Maintainer(s) MyWikis LLC
Latest version 1.0
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki 1.27+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 only
Download Category:Extensions in GitHub version control
Example MyWikis Testing
Category:All extensionsCategory:Extensions not in ExtensionJson

The TopLink extension adds a "Return to top" link at the bottom of each page to jump back to the top of the page.

Installation

  • Download and place the file(s) in a directory called TopLink in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'TopLink' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Note

A link like this can be created with internal links syntax, i.e. [[#top|Return to top]] which however needs to be added manually to a page, e.g. via a template.

Category:Extensions by MyWikis
Category:All extensions Category:Extensions by MyWikis Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Stable extensions