Template:Citation needed: Difference between revisions
Appearance
revenrt span Tag: Reverted |
mNo edit summary |
||
(13 intermediate revisions by 4 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 with verification concerns or other deficiencies]]</includeonly><noinclude> | ||
Use this template when an uncited claim is made in an article. The "[[:Category:Articles with verification concerns or other deficiencies|Articles with verification concerns or other deficiencies]]" 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. | ||
This creates a superscript "citation needed" tag that appears as: | |||
I want to mark this{{Citation needed}} | |||
=== Examples === | |||
Examples of usage for the template | |||
{| class="wikitable" | |||
! Example !! Result | |||
|- | |||
|Some cars can fly<code><nowiki>{{Citation needed}}</nowiki></code> || Some cars can fly{{Citation needed}} | |||
|- | |||
|The sky is blue<code><nowiki>{{Citation needed|date=January 2024}}</nowiki></code>||The sky is blue{{Citation needed|date=January 2024}} | |||
|- | |||
|This fact requires proof<code><nowiki>{{Citation needed|reason=Source is personal account}}</nowiki></code>||This fact requires proof{{Citation needed|reason=Source is personal account}} | |||
|- | |||
|This fact requires proof<code><nowiki>{{Citation needed|reason=No reliable sources|date=Jan 2024}}</nowiki></code>||This fact also requires proof{{Citation needed|reason=No reliable sources|date=Jan 2024}} | |||
|} | |||
<ul> | <ul> | ||
<li> | <li></li> | ||
<li> | <li></li> | ||
<li> | <li></li> | ||
<li> | <li></li> | ||
</ul> | </ul> | ||
=== | === Template Data === | ||
<templatedata> | |||
{ | |||
"params": { | |||
"date": { | |||
"description": "When the tag was added ", | |||
"type": "date" | |||
}, | |||
"reason": { | |||
"description": "Why a citation is needed (if unclear)", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "The parameters accepted by this template. " | |||
} | |||
</templatedata> | |||
== See also == | == See also == | ||
* [[Template:Cite | * [[Template:Cite web]] | ||
[[Category:Citation templates]] | [[Category:Citation templates]] | ||
[[Category: | [[Category:Inline cleanup templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 00:16, 15 October 2025
Use this template when an uncited claim is made in an article. The "Articles with verification concerns or other deficiencies" category is automatically applied to the article when published.
Usage
Simply add {{Citation needed}} after the statement that needs a citation. This creates a superscript "citation needed" tag that appears as:
I want to mark this[citation needed]
Examples
Examples of usage for the template
Example | Result |
---|---|
Some cars can fly{{Citation needed}} |
Some cars can fly[citation needed] |
The sky is blue{{Citation needed|date=January 2024}} |
The sky is blue[citation needed (January 2024)] |
This fact requires proof{{Citation needed|reason=Source is personal account}} |
This fact requires proof[citation needed - Source is personal account] |
This fact requires proof{{Citation needed|reason=No reliable sources|date=Jan 2024}} |
This fact also requires proof[citation needed - No reliable sources (Jan 2024)] |
Template Data
The parameters accepted by this template.
Parameter | Description | Type | Status | |
---|---|---|---|---|
date | date | When the tag was added | Date | optional |
reason | reason | Why a citation is needed (if unclear) | String | optional |