Template:Citation needed: Difference between revisions
mNo edit summary |
Changed visualeditor docs. |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><sup>[<i>[[Consumer Rights Wiki:Verifiability|citation needed]]</i>{{#if:{{{reason|}}}| - {{{reason}}}}}{{#if:{{{date|}}}| ({{{date}}})}}]</sup>[[Category:Articles | <includeonly><sup>[<i>[[Consumer Rights Wiki:Verifiability|citation needed]]</i>{{#if:{{{reason|}}}| - {{{reason}}}}}{{#if:{{{date|}}}| ({{{date}}})}}]</sup>{{#ifeq:{{{nocat}}}|yes||[[Category:Articles in need of citations]]}}</includeonly><noinclude> | ||
Use this template when an uncited claim is made in an article. | Use this template when an uncited claim is made in an article. The "[[:Category: Articles in need of citations|Articles in need of citations]]" category is automatically applied to the article when published. | ||
== Usage == | == Usage == | ||
Simply add <nowiki>{{Citation needed}}</nowiki> after the statement that needs a citation. | Simply add <nowiki>{{Citation needed}}</nowiki> after the statement that needs a citation. | ||
Line 32: | Line 32: | ||
"date": { | "date": { | ||
"description": "When the tag was added ", | "description": "When the tag was added ", | ||
"type": "date" | "type": "date", | ||
"label": "Date" | |||
}, | }, | ||
"reason": { | "reason": { | ||
"description": "Why a citation is needed (if unclear)", | "description": "Why a citation is needed (if unclear)", | ||
"type": "string", | |||
"label": "Reason" | |||
}, | |||
"nocat": { | |||
"label": "Disable category", | |||
"description": "If set to “yes”, disable the ‘Articles in need of citations’ category from automatically appearing.", | |||
"example": "“yes” to disable category, anything else to enable.", | |||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "The parameters accepted by this template. " | "description": "The parameters accepted by this template. ", | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> |