Extension:MagnetLinks
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | TagCategory:Tag extensions |
Description | Allows creation of links to magnet URI |
Author(s) | Jmkim dot com |
Latest version | 0.2 (2015-09-04) |
MediaWiki | 1.16+Category:Extensions with manual MediaWiki version |
License | GNU General Public License 3.0 |
Download | GitHub: Note: |
Example | zetawiki.com |
The MagnetLinks extension allows to render links to magnet URI.
Installation
- Download and place the file(s) in a directory called
MagnetLinks
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/MagnetLinks/MagnetLinks.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.Category:Extensions not using extension registration
Examples
The following examples should show how you can use this extension.
<magnet>magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C</magnet>
<magnet>magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C Magnet Link</magnet>
Known issues
- This extension may interfere with the work of expansion MathJax used to display mathematical formulas using JavaScript
- Working with expansion SimpleMathJax is OK.
- On HTTPS pages, browser will complain about mixing HTTPS and HTTP traffic. See the Discussion page for a patch.
See also
Category:Languages pages
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions not using extension registration
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Languages pages
Category:Tag extensions
Category:Unmaintained extensions