راهنما:افزونه:جادوگر الگو
جادوگر الگو چیست؟
جادوگر الگو یک افزونهٔ مدیاویکی است که یک پنجره بازشو برای نوار ابزار ویرایشگر ویکی برای درج الگوها در ویکیمتن فراهم میکند.
چگونه از جادوگر الگو استفاده کنم؟
چگونه یک الگو را پیدا کنم؟
- 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.
چگونه برای الگوی انتخابی خود داده اضافه کنم؟
- 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.
استفاده از جادوگر الگو با الگوداده
There are seven different types of field used in TemplateWizard, based on the parameter type defined in the TemplateData.
Name[fn 1] | Type[fn 2] | Field used | Notes | |
---|---|---|---|---|
۱. | Number | number |
NumberInputWidget | |
۲. | Date | date |
DateInputWidget | |
۳. | User | wiki-user-name |
UserInputWidget | |
۴. | Page | wiki-page-name |
TitleInputWidget | For any page name (including files). |
۵. | File | wiki-file-name |
TitleInputWidget | Limited to titles in the File namespace, and displayed with thumbnail images. |
۶. | Template | wiki-template-name |
TitleInputWidget | Limited to titles in the Template namespace. |
۷. | Anything else | TextInputWidget | All other types will be displayed as standard text-entry inputs, and will accept any text. | |
TemplateData itself supports more field types than are listed above. Some of these may be added in وظیفه T200664.
Using TemplateWizard without TemplateData
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!).
چگونه یک الگو را درج کنم؟
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).
همچنین ببینید
- Help talk:Extension:TemplateWizard – end-user help forum for the extension.
- Extension:TemplateWizard – the extension's home page, aimed at system administrators and developers.
- Phabricator:tag/TemplateWizard – issue tracking system for bugs and missing features.