Difference between revisions of "Template:How/doc"

From blackwiki
Jump to navigation Jump to search
imported>SebastianHelm
(title parameter)
imported>GoingBatty
(added Templatedata)
Line 6: Line 6:
  
 
The template also takes an optional parameter '''title=''' for the specific description of what needs to be fixed.
 
The template also takes an optional parameter '''title=''' for the specific description of what needs to be fixed.
 +
 +
== Template data ==
 +
 +
{{TemplateDataHeader}}
 +
<templatedata>
 +
{
 +
"description": "The template is used to identify claims in articles, particularly if questionable, that need a citation to a reliable source.",
 +
"params": {
 +
"date": {
 +
"label": "Month and year",
 +
"description": "Provides the month and year of the citation request; e.g., 'January 2016', but not 'jan16'",
 +
"type": "string",
 +
"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}",
 +
"suggested": true
 +
},
 +
"title": {
 +
"label": "Specifics",
 +
"description": "A specific description of what needs to be fixed",
 +
"type": "string"
 +
}
 +
}
 +
}
 +
</templatedata>
 +
  
 
== See also ==
 
== See also ==

Revision as of 21:15, 12 March 2016

Usage

{{how|date=December 2025}}

The template also takes an optional parameter title= for the specific description of what needs to be fixed.

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for How

The template is used to identify claims in articles, particularly if questionable, that need a citation to a reliable source.

Template parameters

ParameterDescriptionTypeStatus
Month and yeardate

Provides the month and year of the citation request; e.g., 'January 2016', but not 'jan16'

Auto value
{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}
Stringsuggested
Specificstitle

A specific description of what needs to be fixed

Stringoptional


See also