Extension:TemplateWizard

From mediawiki.org
This page is a translated version of the page Extension:TemplateWizard and the translation is 56% complete.
Outdated translations are marked like this.
MediaWiki 拡張機能マニュアル
TemplateWizard
リリースの状態: 安定
実装 ユーザー インターフェイス
説明 ウィキテキストにテンプレートのコードを追加するためのポップアップダイアログボックを追加します。
作者 samwilsonトーク
最新バージョン 0.1.0
互換性の方針 MediaWiki とともにリリースされるスナップショット。 master には後方互換性がありません。
MediaWiki >= 1.41
データベースの変更 いいえ
ライセンス MIT ライセンス
ダウンロード
README
ヘルプ Help:Extension:TemplateWizard/ja
Wikimedia のウィキにおいて利用可能(このウィキを含む)。
Quarterly downloads 146 (Ranked 61st)
Public wikis using 907 (Ranked 293rd)
translatewiki.net で翻訳を利用できる場合は、TemplateWizard 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

TemplateWizard 拡張機能は、ウィキテキストにテンプレートのコードを追加するためのポップアップダイアログボックスを追加します。 この拡張機能のエンドユーザー向けのヘルプは Help:Extension:TemplateWizard にあります。

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のTemplateWizardという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'TemplateWizard' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

インストールと使用上の注意

TemplateWizard provides a visual dialog that helps editors insert templates in a guided manner. In order to do that, it uses the TemplateData information that can be provided with templates. It does work with templates that do not have TemplateData, but provides a much better experience if TemplateData is used. For this reason, it's a good idea to make sure your templates provide TemplateData. For more information on how to add TemplateData to your templates, please see this guide.

If the Extension:CirrusSearch is installed, then the template search form will display improved search results. Without that extension, template search is done as an exact prefix search on the template title.

関連項目