Jump to content

Ekstensi:TemplateWizard

From mediawiki.org
This page is a translated version of the page Extension:TemplateWizard and the translation is 28% complete.
Manual pengaya MediaWiki
TemplateWizard
Status keluaran: stabil
Penerapan Antarmuka pengguna
Deskripsi Adds a popup dialog box for adding template code to wikitext.
Perancang samwilsonbicara
Versi terbaru 0.1.0
Kebijakan kompatibilitas Cuplikan dikeluarkan bersamaan dengan MediaWiki. Induk tidak kompatibel dengan versi sebelumnya.
Perubahan pangkalan data Tidak
Lisensi Lisensi MIT
Unduh
README
Contoh Available on Wikimedia wikis (including this one).
Terjemahkan pengaya TemplateWizard jika tersedia di translatewiki.net
Masalah Tugas terbuka · Laporkan kekutu

The TemplateWizard extension adds a popup dialog box for adding template code to wikitext. End-user help for this extension is located at Help:Extension:TemplateWizard .

Pemasangan

  • Unduh dan pindahkan folder TemplateWizard yang diekstrak ke direktori extensions/ Anda.
    Pengembang dan penyumbangsih kode sebaiknya memasang pengaya dari Git sebagai gantinya, menggunakan:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateWizard
    
  • Tambahkan kode berikut di bawah berkas LocalSettings.php Anda:
    wfLoadExtension( 'TemplateWizard' );
    
  • Yes Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan pengayanya berhasil dipasang.

Catatan penggunaan

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 Ekstensi: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.

Lihat juga