Extension:MagnetLinks/ru
Appearance
Release status: beta |
|
|---|---|
| Implementation | Tag |
| Description | Позволяет создавать ссылки на magnet URI |
| Author(s) | Jmkim dot com |
| Latest version | 0.2 (2015-09-04) |
| MediaWiki | 1.16+ |
| Licence | GNU General Public License 3.0 |
| Download | GitHub:
Note: |
| Example | zetawiki.com |
Это расширение показывает ссылки на magnet URI.
Исходный код
[edit]- Download and place the file(s) in a directory called
MagnetLinksin 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.
Пример
[edit]Этот пример должен показывать как вы можете использовать это расширение.
<magnet>magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C</magnet>
<magnet>magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C Magnet Link</magnet>
Известные проблемы
[edit]- Это расширение может нарушать работу расширения MathJax используемого для вывода математических формул используя 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.
