Clarify – Template
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) m (Whoops!) |
Lou Montana (talk | contribs) (Template refresh) |
||
Line 1: | Line 1: | ||
<includeonly><sup style="font-size:75% | <includeonly>{{#if:{{{1|}}}|<span style="border-bottom: 0.0625em dotted grey; cursor: help" title{{=}}"This statement needs clarification.{{#if:{{{2||}}}|<nowiki/> Reason: {{{2}}}}}">{{{1}}}</span>|}}<sup style="font-size:75%">[[:Category:Clarification needed|Clarify]]</sup>{{#ifeq:{{uc:{{PAGENAME}}}}|CLARIFY||[[Category:Clarification needed|{{uc:{{PAGENAME}}}}]]}}</includeonly><noinclude> | ||
This template will add a small superior note that links to the [[:Category:Clarification needed|Clarification needed]] category, whilst simultaneously adding the page to that category. | |||
== Usage == | |||
{{<nowiki/>Clarify|'''''statement'''''|'''''reason'''''}} | |||
* statement: (Optional) the statement to clarify | |||
* reason: (Optional) reason for needed clarification | |||
{{ | <!-- Template itself can be used thanks to an exclusion for this page --> | ||
{|class="wikitable" | |||
|+ Examples | |||
! Code | |||
! Result | |||
|- | |||
| <nowiki>unclear statement{{Clarify}}</nowiki> | |||
| unclear statement{{Clarify}} | |||
|- | |||
| <nowiki>{{Clarify|unclear statement}}</nowiki> | |||
| {{Clarify|unclear statement}} | |||
|- | |||
| <nowiki>unclear statement{{Clarify||This statement is unclear!}}</nowiki> | |||
| unclear statement{{Clarify||This statement is unclear!}} | |||
|- | |||
| <nowiki>{{Clarify|unclear statement|This statement is unclear!}}</nowiki> | |||
| {{Clarify|unclear statement|This statement is unclear!}} | |||
|} | |||
[[Category:Templates|{{uc:{{PAGENAME}}}}]] | [[Category:Templates|{{uc:{{PAGENAME}}}}]] | ||
</noinclude> | </noinclude> |
Revision as of 21:27, 19 November 2019
This template will add a small superior note that links to the Clarification needed category, whilst simultaneously adding the page to that category.
Usage
{{Clarify|statement|reason}}
- statement: (Optional) the statement to clarify
- reason: (Optional) reason for needed clarification
Code | Result |
---|---|
unclear statement{{Clarify}} | unclear statementClarify |
{{Clarify|unclear statement}} | unclear statementClarify |
unclear statement{{Clarify||This statement is unclear!}} | unclear statementClarify |
{{Clarify|unclear statement|This statement is unclear!}} | unclear statementClarify |