ส่วนขยาย:วิซาร์ดแม่แบบ

This page is a translated version of the page Extension:TemplateWizard and the translation is 67% complete.
Outdated translations are marked like this.
MediaWiki extensions manual
TemplateWizard
Release status: stable
Implementation User interface
Description เพิ่มกล่องโต้ตอบแบบผุดขึ้นสำหรับเพิ่มรหัสแม่แบบในข้อความวิกิ
Author(s) samwilsonคุย
Latest version 0.1.0
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki >= 1.42
Database changes No
License MIT License
Download
README
Example มีอยู่ในวิกิมีเดียทุกวิกิ (รวมถึงมีเดียวิกิด้วย)
Quarterly downloads 129 (Ranked 56th)
Public wikis using 907 (Ranked 293rd)
Translate the TemplateWizard extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

ส่วนขยาย TemplateWizard เพิ่มกล่องโต้ตอบแบบผุดขึ้นสำหรับเพิ่มรหัสแม่แบบในข้อความวิกิ ความช่วยเหลือสำหรับผู้ใช้ปลายทางสำหรับส่วนขยายนี้อยู่ที่ Help:Extension:TemplateWizard

การติดตั้ง

ก่อนอื่น ติดตั้ง TemplateData และ WikiEditor

  • ดาวน์โหลดและวางไฟล์ลงในไดเร็กทอรีที่ชื่อ TemplateWizard ในโฟลเดอร์ extensions/ ของคุณ
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateWizard
  • เพิ่มโค้ดต่อไปนี้ไว้ที่ด้านล่างของ LocalSettings.php ของคุณ:
    wfLoadExtension( 'TemplateWizard' );
    
  •   สำเร็จ – ตรวจสอบที่ Special:Version บนวิกิของคุณเพื่อตรวจการติดตั้งส่วนขยาย

ความช่วยเหลือในการติดตั้ง

วิซาร์ดแม่แบบจัดเตรียมกล่องโต้ตอบภาพที่ช่วยให้ผู้แก้ไขแทรกแม่แบบในลักษณะที่แนะนำ ในการทำเช่นนั้น จะใช้ข้อมูล TemplateData ที่ให้ไว้ในแม่แบบ 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. สำหรับข้อมูลเพิ่มเติมเกี่ยวกับวิธีเพิ่มข้อมูลแม่แบบไปยังแม่แบบของคุณ โปรดดูคู่มือนี้

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.

ดูเพิ่ม

  • Help:Extension:TemplateWizard – ความช่วยเหลือสำหรับผู้ใช้ปลายทางสำหรับส่วนขยายนี้
  • Extension:TemplateData – ส่วนขยายที่ให้ข้อมูลเกี่ยวกับแม่แบบ
  • Extension:WikiEditor – ส่วนขยายที่ให้แถบเครื่องมือแก้ไข