Extension:UnicodeConverter/ja
![]() リリースの状態: 安定Category:Stable extensions/ja |
|
---|---|
実装 | 特別ページCategory:Special page extensions/ja |
説明 | Example special page |
作者 | Tim Starlingトーク |
MediaWiki | >= 1.31.0 |
ライセンス | GPL2 or あらゆる OSI 承認済みライセンス |
ダウンロード | Category:Extensions in Wikimedia version control/ja |
translatewiki.net で翻訳を利用できる場合は、UnicodeConverter 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
This was the first special page extension. It was created as a demonstration showing how to create special page extensions. Its function is to take Unicode text pasted into an input box, and to show the text with any non-ASCII characters converted to HTML entities.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のUnicodeConverter
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnicodeConverter
- 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'UnicodeConverter' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。