Template:Investigate/doc: Difference between revisions

Updated
(Moved templatedata to doc)
(Updated)
Line 4:
 
== Usage ==
The first parameter is the reason or topic that needs to be investigatesinvestigated, e.g. {{tlc|Investigate|Reason goes here}}. Use <tt>nocat=y</tt> to prevent adding the page to the to-do category, i.e. {{tlc|Investigate|Reason{{!}}nocat{{=}}y}}
 
Use <tt>nocat=y</tt> to prevent adding the page to the to-do category, i.e. {{tlc|Investigate|Reason{{!}}nocat{{=}}y}}
 
Use <tt>sect=</tt> to change "article or section" to anything else.
 
== Examples ==
Line 12 ⟶ 16:
 
 
<code><nowiki>{{Investigate|This class might actually be used for something else.}}</nowiki></code>
 
{{Investigate|This class might actually be used for something else.}}
 
== Template data ==
Line 25 ⟶ 29:
"description": "What needs to be investigated",
"type": "string",
"requiredsuggested": true
},
"nocat": {
"description": "Set to 'y' to not add it to the maintenance category",
"example": "y"
},
"sect": {
"description": "Text to replace \"article or section\" in the message",
"type": "string"
}
},