Template:Investigate/doc: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Created template doc)
 
(Moved templatedata to doc)
Line 15: Line 15:


{{Investigate|This class might actually be used for something else}}
{{Investigate|This class might actually be used for something else}}

== Template data ==
{{TemplateData header}}
<templatedata>
{
"params": {
"1": {
"label": "reason",
"description": "What needs to be investigated",
"type": "string",
"required": true
},
"nocat": {
"description": "Set to 'y' to not add it to the maintenance category",
"example": "y"
}
},
"description": "A maintenance template for articles or sections that need further investigation."
}
</templatedata>


== See also ==
== See also ==

Revision as of 04:14, 4 August 2022

Use this template to tag an article or section that is not fully understood and needs further investigation. It automatically adds the article to Category:Investigate.

Usage

The first parameter is the reason or topic that needs to be investigates, e.g. {{Investigate|Reason goes here}}. Use nocat=y to prevent adding the page to the to-do category, i.e. {{Investigate|Reason|nocat=y}}

Examples

{{Investigate|How does this function actually work?}}


{{Investigate|This class might actually be used for something else}}

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Investigate

A maintenance template for articles or sections that need further investigation.

Template parameters

ParameterDescriptionTypeStatus
reason1

What needs to be investigated

Stringrequired
nocatnocat

Set to 'y' to not add it to the maintenance category

Example
y
Unknownoptional

See also