Pages which use this template are listed at Category:Inks.
Template:Class template: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This template displays a message box on core class templates to warn users that they should only be used with the appropriate | This template displays a message box on core class templates to warn users that they should only be used with the appropriate form—and adds these templates to [[:Category:Class templates]]. | ||
== Usage == | == Usage == | ||
Provided fields fill out the class, form, and category names/links in the text of the message. | Provided fields fill out the class, form, and category names/links in the text of the message. | ||
<pre> | <pre> | ||
{{Class template|class | {{Class template|class=Ink|category=Inks}} | ||
</pre> | </pre> | ||
{{Class template|class | {{Class template|class=Ink|category=Inks}} | ||
== TemplateData == | == TemplateData == | ||
Line 17: | Line 17: | ||
"description": "Name of the class.", | "description": "Name of the class.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
Line 31: | Line 26: | ||
} | } | ||
}, | }, | ||
"description": "Used on top level class templates that should only be edited with the associated | "description": "Used on top level class templates that should only be edited with the associated form.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
Line 38: | Line 33: | ||
--><includeonly>{{mbox | --><includeonly>{{mbox | ||
| title='''Warning:''' Class template | | title='''Warning:''' Class template | ||
| text=This is the main template for the ''{{{class|}}}'' class—it should primarily be used with [[Form:{{{ | | text=This is the main template for the ''{{{class|}}}'' class—it should primarily be used with [[Form:{{{class|}}}]] to create or edit associated pages, and not invoked in other circumstances. Most of the content ''can'' be edited with the VisualEditor, but for best functionality please use the specified form.<p>Pages which use this template are listed at [[:Category:{{{category|}}}]].</p> | ||
| color_bar=#FFB511 | | color_bar=#FFB511 | ||
| class=class-ambox | | class=class-ambox | ||
}}[[Category:Class templates]]<!-- | }}[[Category:Class templates]]<!-- | ||
--></includeonly> | --></includeonly> |
Revision as of 17:05, 16 December 2024
This template displays a message box on core class templates to warn users that they should only be used with the appropriate form—and adds these templates to Category:Class templates.
Usage
Provided fields fill out the class, form, and category names/links in the text of the message.
{{Class template|class=Ink|category=Inks}}
TemplateData
Used on top level class templates that should only be edited with the associated form.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Class | class | Name of the class. | String | required |
Category | category | Name of the category used with pages in this class (do not include the "Category:" namespace). | String | required |