Template:Citation needed: Difference between revisions

Make the citation needed template link to the new Consumer Rights Wiki:Verifiability page
Changed visualeditor docs.
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><sup>&#91;<i>[[Consumer Rights Wiki:Verifiability|citation needed]]</i>{{#if:{{{reason|}}}|&#32;&#45;&#32;{{{reason}}}}}{{#if:{{{date|}}}|&#32;&#40;{{{date}}}&#41;}}&#93;</sup></includeonly><noinclude>
<includeonly><sup>&#91;<i>[[Consumer Rights Wiki:Verifiability|citation needed]]</i>{{#if:{{{reason|}}}|&#32;&#45;&#32;{{{reason}}}}}{{#if:{{{date|}}}|&#32;&#40;{{{date}}}&#41;}}&#93;</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>