Jump to content

Template:Clarify: Difference between revisions

From Consumer_Action_Taskforce
m Protected "Template:Clarify" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
m minor formating
Line 4: Line 4:
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 15:
| 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>

Revision as of 13:31, 26 February 2025

{{Clarify}} 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.

Examples

Some examples of template usage

Example Result
some statement{{clarify}} some statement[clarification needed]
some statement{{clarify|when}} some statement[when?]
some statement{{clarify|how}} some statement[how?]

Template data

This template accepts an unamed parameter (no need to declare a name when using the source editor).

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
11

A specific reason this might need clarification.

Suggested values
why when how
Default
clarification needed
Stringoptional