Extension:Seealso
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request that the extension be imported into Git. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
Seealso Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | Localised "See also" headings using the tag <seealso> |
Author(s) | Magnus Mansketalk |
Database changes | No |
License | No license specified |
Download | |
<seealso> |
|
Translate the Seealso extension if it is available at translatewiki.net | |
Check usage and version matrix. |
The SeeAlso extension adds a tag <seealso>
which returns localised "See also" headings.
InstallationEdit
- Download and place the file(s) in a directory called
Seealso
in yourextensions/
folder.
- Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/Seealso/Seealso.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.