Template:Class template: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<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 page form.  
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==
Line 16: Line 16:
  | class=class-ambox
  | class=class-ambox
}}<!--
}}<!--
-->[[Category:Class templates]]</includeonly>
--></includeonly>
<noinclude>
<templatedata>
{
"params": {
"class": {
"label": "Class",
"description": "Name of the class.",
"example": "Ink",
"type": "string",
"required": true
},
"form": {
"label": "Form",
"description": "Name of the form for use with this class (do not include the \"Form:\" namespace).",
"example": "Ink",
"required": true
},
"category": {
"label": "Category",
"description": "Name of the category used with pages in this class (do not include the \"Category:\" namespace).",
"example": "Inks",
"type": "string",
"required": true
}
},
"description": "Used on top level class templates that should only be edited with the associated PageForm.",
"format": "inline"
}
</templatedata>
</noinclude>

Revision as of 15:06, 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. It also adds them to.

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.

{{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