Extension:TopLink
From Linux Web Expert
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 | GitHub:
<translate> Note:</translate> |
Example | MyWikis Testing |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
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
- <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>
TopLink
</tvar> in your <tvar name=ext>extensions/
</tvar> folder.</translate> - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'TopLink' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
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.
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions
- Extensions without an image
- Extensions with invalid or missing type
- Extensions with master compatibility policy
- Extensions with manual MediaWiki version
- GPL licensed extensions
- Extensions in GitHub version control
- All extensions
- Extensions not in ExtensionJson
- Extensions by MyWikis