Template:Citation needed: Difference between revisions
mNo edit summary |
m clean up documentation, add span (may be uneeded) Tag: Reverted |
||
Line 2: | Line 2: | ||
= Template:Citation needed = | = Template:Citation needed = | ||
This template creates a superscript citation needed tag that appears as: {{Citation needed}} | This template creates a superscript citation needed tag that appears as: <p>I want to mark this{{Citation needed}}</p> | ||
== Usage == | == Usage == | ||
Line 8: | Line 8: | ||
=== Examples === | === Examples === | ||
<ul> | |||
<li>Some cars can fly {{Citation needed}}</li> | |||
<li>The sky is blue {{Citation needed|date=January 2024}}</li> | |||
<li>This fact requires proof {{Citation needed|reason=No reliable sources provided}}</li> | |||
<li>This fact also requires proof {{Citation needed|reason=No reliable sources provided|date=January 2024}}</li> | |||
</ul> | |||
=== Parameters === | === Parameters === | ||
* date - When the tag was added (optional) | * date - When the tag was added (optional) | ||
Line 24: | Line 26: | ||
[[Category:Documentation templates]] | [[Category:Documentation templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly><sup>[''citation needed''{{{ | |||
<includeonly><span><sup>[''citation needed'' {{{reason|}}} {{{date|}}}]</sup></span></includeonly> |