Difference between revisions of "Template:Example needed span/doc"
Jump to navigation
Jump to search
imported>SUM1 (Update to include plural) |
imported>SUM1 (Default grammatical number) |
||
| Line 5: | Line 5: | ||
This inline template is used to highlight text that may need one or more examples. | This inline template is used to highlight text that may need one or more examples. | ||
| − | :{{Tlx|Example needed-span|Text needing an example|date{{=}}Month and year}} | + | :{{Tlx|Example needed-span|''Text needing an example''|date{{=}}''Month and year''}} |
== Parameters == | == Parameters == | ||
| Line 34: | Line 34: | ||
"text" | "text" | ||
], | ], | ||
| − | "label": "Text needing | + | "label": "Text needing an example", |
"description": "The text that is considered to need one or more examples", | "description": "The text that is considered to need one or more examples", | ||
"type": "string", | "type": "string", | ||
| Line 65: | Line 65: | ||
== See also == | == See also == | ||
| − | * [[:Template:Example needed]] | + | * [[:Template:Example needed]] |
<includeonly> | <includeonly> | ||
Revision as of 20:55, 5 February 2020
| 40px | This is a documentation subpage for Template:Example needed span. It contains usage information, categories and other content that is not part of the original template page. |
Contents
Usage
This inline template is used to highlight text that may need one or more examples.
{{Example needed-span|Text needing an example|date=Month and year}}
Parameters
{{{text}}}or{{{1}}}(empty): The text that is considered to need one or more examples{{{date}}}: The date the tag was added{{{plural}}}: The date the tag was added
Example
Input:
{{Example needed-span|Lorem ipsum dolor sit amet|date=March 2026}}
Result:
- Lorem ipsum dolor sit amet[example needed]
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for Example needed span
Use this inline template to highlight text that may need one or more examples.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text needing an example | 1 text | The text that is considered to need one or more examples | String | required |
| Month and year | date | Month and year of tagging; e.g., 'January 2013', but not 'jan13'
| String | suggested |
| Plural | plural | Enter 'yes' or 'y' to change 'example' to 'examples'.
| String | optional |
See also