Extension:OfflineExtension/ja
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> |
OfflineExtension リリースの状態: 保守されていない |
|
---|---|
説明 | Extension for adding offline support to Wiki Editor |
作者 | Srijan Agarwal and Gianluca Rigoletti |
最新バージョン | 0.1.0 |
MediaWiki | 1.25+ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | GitHub:
<translate> Note:</translate> |
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'). |
OfflineExtension is an extension for WikiToLearn that will add offline support to the current Wiki Editor.
Features
This extension notifies the user and their internet connectivity status. If submitted while offline, it will parse Wikitext to HTML and then renders it.
インストール
- Download and place the file(s) in a directory called
OfflineExtension
in yourextensions/
folder.
- Add the following code at the bottom of your
LocalSettings.php
:
require_once "$IP/extensions/OfflineExtension/OfflineExtension.php";
- Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
WikiText tags supported
Wikitext is written in a lightweight markup language with specific syntax rules. The tags supported by the Offline Extension can be found here: https://github.com/Srijancse/OfflineExtension/wiki
既知の問題点
- Parsing WikiTables to HTML hasn't been added to the parser yet. It is under development.
- Pages with script errors
- Pages with broken file links
- Unmaintained extensions/ja
- Extensions with invalid or missing type/ja
- Extensions with manual MediaWiki version
- GPL licensed extensions/ja
- Extensions in GitHub version control/ja
- BeforePageDisplay extensions/ja
- All extensions/ja
- Extensions not in ExtensionJson