Template:Investigate/doc: Difference between revisions

Removed false shortcut
(Moved templatedata to doc)
(Removed false shortcut)
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{Documentation subpage}}
{{Shortcut|todo}}
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 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 ⟶ 15:
 
 
<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 ⟶ 28:
"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"
}
},
"description": "A maintenance template for articles or sections that need further investigation.",
"format": "inline"
}
</templatedata>
Line 39 ⟶ 47:
* {{tl|To do}}
* {{tl|Needs images}}
 
<includeonly>
[[Category:Maintenance templates]]
[[Category:SlyMods templates]]
</includeonly>