Template:DisputedInline: Difference between revisions
m include options |
m add summary line |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><sup>[''disputed'' {{{reason|}}} {{{date|}}} - [[{{TALKPAGENAME}}#{{{1|}}}|discuss]]]</sup></includeonly><noinclude> | <includeonly><sup>[''disputed'' {{{reason|}}} {{{date|}}} - [[{{TALKPAGENAME}}#{{{1|}}}|discuss]]]</sup></includeonly><noinclude> | ||
Use this template when sources with conflicting conclusions exist for a claim made. | |||
== Usage == | == Usage == | ||
Add <nowiki>{{DisputedInline|</nowiki><code>Discussion title</code><nowiki>}}</nowiki> (or <nowiki>{{Disputed|</nowiki><code>Discussion title</code><nowiki>}}</nowiki> or <nowiki>{{Disputed inline|</nowiki><code>Discussion title</code><nowiki>}}</nowiki>) after the statement that you want to indicate is disputed. Add the title of the topic you created to discuss the issue on the discussion tab as a parameter to the template. | Add <nowiki>{{DisputedInline|</nowiki><code>Discussion title</code><nowiki>}}</nowiki> (or <nowiki>{{Disputed|</nowiki><code>Discussion title</code><nowiki>}}</nowiki> or <nowiki>{{Disputed inline|</nowiki><code>Discussion title</code><nowiki>}}</nowiki>) after the statement that you want to indicate is disputed. Add the title of the topic you created to discuss the issue on the discussion tab as a parameter to the template. | ||
Line 5: | Line 6: | ||
Optionally you can add a reason and a date by incuding the named parameters <code>reason</code> and <code>date</code> | Optionally you can add a reason and a date by incuding the named parameters <code>reason</code> and <code>date</code> | ||
==Example== | |||
Example of usage for the template | |||
{| class="wikitable" | |||
! Example !! Result | |||
|- | |||
|A dubious claim or claim supported by dubious sources<code><nowiki>{{Disputed|Talk about this here}}</nowiki></code> || A dubious claim or claim supported by dubious sources{{DisputedInline|Talk about this here}} | |||
|} | |||
== Template Data == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": {"description": "The name of the corresponding discussion page topic created."}, | "1": { | ||
"reason": {"description": "Why a citation is needed (if unclear)"}, | "description": "The name of the corresponding discussion page topic created." | ||
"date": {"description": "When the tag was added "} | }, | ||
} | "reason": { | ||
"description": "Why a citation is needed (if unclear)" | |||
}, | |||
"date": { | |||
"description": "When the tag was added " | |||
} | |||
}, | |||
"description": "List of parameters this template accepts. Parameter \"1\" does not require declearatoin (ie |1=) to use" | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Inline cleanup templates]] | [[Category:Inline cleanup templates]] | ||
</noinclude> | </noinclude> |