Changes

Jump to navigation Jump to search
no edit summary
{{Documentation subpage}}

<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->

=== Usage ===

To tag a statement as being in need of clarification, add the following code:

:{{Tlx|Why|reason{{=}}''Your explanation here''|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}

* This tag adds pages with tagged statements into [[:Category:Wikipedia articles needing clarification]], or a dated subcategory thereof.

* To automatically add the current date, you can use [[Help:Substitution|substitution]]: <code><nowiki>{{subst:Why?}}</nowiki></code>.
* The {{para|date}} parameter need not be added by the editor: if not entered, a [[Wikipedia:Bots|bot]] will soon add it. The date parameter consists of the full English name of the current month with initial capital, a space, and the year, not full dates; e.g., "January 2013", but not "jan13". ''Any deviation from these two rules will result in an "invalid date parameter" error.''
* The {{para|reason}} parameter is optional but often helpful. It is displayed as a [[tooltip]] in some browsers (hover the mouse here {{Why|reason=If and only if this text is displayed, the reason parameter is working in your browser|date={{currentmonthname}} {{currentyear}}}} to check behavior of your browser). For example, the following usage might be appropriate to the claim that "Humphrey Bogart has won several snooker world championships":
*:{{tnull|Why|reason{{=}}This claim isn't clear.|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}
** Use only [[plain text]] for the {{para|reason}} parameter. It does not support [[Help:Wiki markup|wiki markup]] like wikilinks, which can "mess up" the tooltip.
** Double quotation marks used within the {{para|reason}} parameter will likewise "mess up" the tooltip; use single quotes or the HTML code <code>&amp;quot;</code> instead.
* This template should be installed directly ''after'' punctuation, such as a full stop (period) or a comma.
* Remove the template when you add an explanation for a statement.

=== See also ===
{{Inline tags}}

<includeonly>
[[Category:Inline cleanup templates]]
</includeonly>
<templatedata>
{
"params": {
"reason": {
"type": "string",
"label": "Reason asked",
"description": "Explanation of why causal clarity is needed",
"example": "It's unclear how oil expropriation led to prosperity. Please explain."
},
"date": {
"label": "Month and year",
"type": "string",
"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}",
"suggested": true
}
}
}
</templatedata>
Anonymous user

Navigation menu