Template:Clarify: Difference between revisions

create template page
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><sup>&#91;<i>{{{1|clarification needed}}}{{#if:{{{1|}}}|?}}</i>&#93;</sup></includeonly>
<includeonly><sup>&#91;<i>{{{1|clarification needed}}}{{#if:{{{1|}}}|?}}</i>&#93;</sup></includeonly>
<noinclude
<noinclude>
Use this template when a claim or statement is unclear and need rephreasing or more information to be useful.
==Usage==
==Usage==
Add the <code><nowiki>{{Clarify}}</nowiki></code> template after a statement to add a note that it needs clarification.  
Add the <code><nowiki>{{Clarify}}</nowiki></code> template after a statement to add a note that it needs clarification.  
Optionally you can enter a variable and the template will use that in the notice followed by a question mark. Common questions that come up while proof reading should be communicated with this notice.
Optionally you can enter a variable and the template will use that in the notice followed by a question mark. Common questions that come up while proof reading should be communicated with this notice.
 
==Examples==
Some examples of template usage
{| class="wikitable"
{| class="wikitable"
! Example !! Result
! Example !! Result
Line 14: Line 16:
| some statement<code><nowiki>{{clarify|how}}</nowiki></code> || some statement{{clarify|how}}
| some statement<code><nowiki>{{clarify|how}}</nowiki></code> || some statement{{clarify|how}}
|}
|}
==Template data==
[[Category:Inline cleanup templates]]
[[Category:Inline cleanup templates]]
</noinclude>
<templatedata>
{
"params": {
"1": {
"description": "A specific reason this might need clarification.",
"type": "string",
"suggestedvalues": [
"why",
"when",
"how"
],
"default": "clarification needed"
}
},
"description": "This template accepts an unamed parameter (no need to declare a name when using the source editor)."
}
</templatedata></noinclude>