Extension:TopLink/de-formal

This page is a translated version of the page Extension:TopLink and the translation is 20% complete.
MediaWiki extensions manual
TopLink
Release status: stable
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.
MediaWiki 1.27+
Database changes No
License GNU General Public License 2.0 only
Download
Example MyWikis Testing

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

  • Die Download und die Datei(en) in ein Verzeichnis namens TopLink im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'TopLink' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

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.