Template:Why/doc: Difference between revisions

From Pantonian Republic Wiki
Jump to navigation Jump to search
(expanded template data, added {{TemplateDataHeader}})
 
m (1 revision imported)
 
(No difference)

Latest revision as of 18:55, 18 May 2023


Usage

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

{{Why|reason=Your explanation here|date=October 2024}}
  • To automatically add the current date, you can use substitution: {{subst:Why?}}.
  • The |date= parameter need not be added by the editor: if not entered, a 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 |reason= parameter is optional but often helpful. It is displayed as a tooltip in some browsers (hover the mouse here [why?] 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":
    {{Why|reason=This claim isn't clear.|date=October 2024}}
    • Use only plain text for the |reason= parameter. It does not support wiki markup like wikilinks, which can "mess up" the tooltip.
    • Double quotation marks used within the |reason= parameter will likewise "mess up" the tooltip; use single quotes or the HTML 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.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for Why

<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, "description": "Provides the month and year of the citation request; e.g., 'January 2013', but not 'jan13'" } }, "description": "A cleanup tag to indicate that a statement is in need of causal clarification.", "format": "inline" } </templatedata>