Hilfe:Erweiterung:TemplateWizard

From mediawiki.org
This page is a translated version of the page Help:Extension:TemplateWizard and the translation is 52% complete.

Was ist TemplateWizard?

TemplateWizard is a MediaWiki extension that provides a popup window for the WikiEditor toolbar to insert templates into Wikitext .

Wie verwende ich TemplateWizard?

  • To use TemplateWizard, open a wiki page for editing using the Wikitext editor (not the 2017 Wikitext editor)
  • Place the cursor in the location that you want the template to be inserted. Then click on the puzzle icon in the toolbar -
  • A dialog window will pop-up

Wie finde ich eine Vorlage?

  • Start typing a template's name, and you will be presented with a list of templates to choose from.
  • Note: Only templates which have TemplateData will have descriptions. You are encouraged to add TemplateData to templates.
  • When you find the template you're looking for, click on it (or navigate to it with your arrow keys) and press ↵ Enter. This will take you to the data-entry form.

How do I add data for my chosen template?

  • The top bar you see now contains the template title, description, a link to the template's wiki page, and a close button to close the template form and return to search.
  • The left-side list of parameters, divided into up to three parts for required, suggested, and optional parameters. This area also has a button at the bottom with which to add or remove all non-required fields at once. Note that some templates have no parameters, and in these cases nothing will be listed here. When you click on a template parameter, it gets added to the right side.
  • The right-side form containing the actual data-entry fields into which you put the values that will be added to the wikitext. Only those parameters that are listed here will be inserted into the editing area (including those that contain no value, as templates can treat this differently from the parameter not being present at all).
  • You can click on the info icons above the template fields to read more information about them.

  • TemplateWizard works most effectively with templates that have TemplateData defined: i.e. their parameters have been documented in a detailed and structured way, including default values etc. (information about how to do that is in the TemplateData help pages). It also works without TemplateData definitions, although with some reduced functionality. These two modes are described in the next two sections.
  • Only required fields are added by default
  • Popups for field information
  • Auto-complete for page names on the wiki
  • Auto-complete for files from Commons
  • Custom field inputs for dates, long-form text fields, numbers etc.

TemplateWizard mit TemplateData verwenden

There are seven different types of field used in TemplateWizard, based on the parameter type defined in the TemplateData.

Name[fn 1] Typ[fn 2] verwendetes Feld Anmerkungen
1. Nummer number NumberInputWidget
2. Datum date DateInputWidget
3. Benutzer wiki-user-name UserInputWidget
4. Seite wiki-page-name TitleInputWidget Für jeden Seitennamen (inklusive Dateien).
5. Datei wiki-file-name TitleInputWidget Begrenzt zu Titeln im Datei-Namensraum, und angezeigt mit Miniaturansichtsbildern.
6. Vorlage wiki-template-name TitleInputWidget Begrenzt zu Titeln im Vorlage-Namensraum.
7. Alles andere TextInputWidget All other types will be displayed as standard text-entry inputs, and will accept any text.
  1. Der Name, wie er im TemplateData-Formular verwendet wird.
  2. Der Typ, wie er im TemplateData-JSON verwendet wird.

TemplateData itself supports more field types than are listed above. Some of these may be added in task T200664.

TemplateWizard ohne TemplateData verwenden

If a template does not have any TemplateData, then an attempt will be made to guess the names of its parameters, and these will be presented as standard text entry form fields with labels as they are guessed.

Note that it is likely that there will be duplicated, deprecated, or missing parameters in this list, because template authors will do things such as the following to allow different forms of a parameter name: {{{full name|{{{Full Name}}}}}} (note the difference in letter case). It is common for there to be a prefered form for a parameter, and this can only be found by viewing the template documentation (and, while you're there, maybe adding TemplateData, so other people aren't confused in the future!).

How do I insert the template?

When you've added all desired parameters to the template form and given them their values (including no value at all if you need an empty parameter), click the 'Submit' button at the top right of the dialog window and the template wikitext will be inserted at the cursor's current location in the main page editing box.

Template text will be inserted according to the format defined in TemplateData; if none is given then the 'inline' format will be used. It is not possible to have a different custom format for one template (but of course the template wikitext can always be edited after insertion).

Siehe auch