Template:Class template: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
<noinclude>
This template displays a message box on core class templates to warn users that they should only be used with the appropriate PageForm—and adds these templates to [[Category:Class templates]].
This template displays a message box on core class templates to warn users that they should only be used with the appropriate PageForm. It also adds them to [[Category:Class templates]].


==Usage==
==Usage==
Include this template at the top of any top level class templates (e.g. [[Template:Place]], [[Template:Ink]], etc.). Provided fields fill out the class, form, and category names.
Provided fields fill out the class, form, and category names in the text of the message.
<pre>
<pre>
{{Class template|class=Ink|form=Ink|category=Inks}}
{{Class template|class=Ink|form=Ink|category=Inks}}
</pre>
</pre>
{{Class template|class=Ink|form=Ink|category=Inks}}
{{Class template|class=Ink|form=Ink|category=Inks}}
</noinclude><!--
--><includeonly>{{ambox
| title='''Warning:''' Class template
| text=This is the main template for the ''{{{class|}}}'' class—it should only be used with the [[Form:{{{form|}}}]] PageForm 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. Pages which use this template are listed at [[:Category:{{{category|}}}]].
| color_bar=#FFB511
| class=class-ambox
}}<!--
--></includeonly>
<noinclude>
<templatedata>
<templatedata>
{
{
Line 46: Line 36:
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude><!--
--><includeonly>{{ambox
| title='''Warning:''' Class template
| text=This is the main template for the ''{{{class|}}}'' class—it should only be used with the [[Form:{{{form|}}}]] PageForm 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. Pages which use this template are listed at [[:Category:{{{category|}}}]].
| color_bar=#FFB511
| class=class-ambox
}}<!--
--></includeonly>

Revision as of 15:08, 14 December 2024

This template displays a message box on core class templates to warn users that they should only be used with the appropriate PageForm—and adds these templates to.

Usage

Provided fields fill out the class, form, and category names in the text of the message.

{{Class template|class=Ink|form=Ink|category=Inks}}

Template:Ambox

Used on top level class templates that should only be edited with the associated PageForm.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Classclass

Name of the class.

Example
Ink
Stringrequired
Formform

Name of the form for use with this class (do not include the "Form:" namespace).

Example
Ink
Unknownrequired
Categorycategory

Name of the category used with pages in this class (do not include the "Category:" namespace).

Example
Inks
Stringrequired