Difference between revisions of "Template:Example needed/doc"
Jump to navigation
Jump to search
imported>Daviddwd |
imported>Danski454 (added documentation for date, moved cats) |
||
| Line 2: | Line 2: | ||
<!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> | <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> | ||
===Usage=== | ===Usage=== | ||
| − | {{ | + | *{{tlx |Example needed |date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} → {{Example needed |date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} |
| − | {{ | + | *{{tlx |Example needed |s |date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} → {{Example needed |s |date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}{{nbsp|3}}(or {{code|{{!}}plural}} or {{code|{{!}}pl}}) |
| + | |||
===Redirects=== | ===Redirects=== | ||
| Line 11: | Line 12: | ||
===See also=== | ===See also=== | ||
| − | |||
{{Inline tags |collapsed}} | {{Inline tags |collapsed}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 28: | Line 20: | ||
"label": "plural", | "label": "plural", | ||
"example": "s", | "example": "s", | ||
| − | "type": "string" | + | "type": "string", |
| + | "description": "Specifies whether multiple examples are needed" | ||
| + | }, | ||
| + | "date": { | ||
| + | "description": "Provides a month and year for categorisation", | ||
| + | "type": "string", | ||
| + | "autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", | ||
| + | "suggested": true | ||
} | } | ||
}, | }, | ||
| − | "description": "Indicates one or more examples are needed" | + | "description": "Indicates one or more examples are needed", |
| + | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
| + | |||
| + | <includeonly> | ||
| + | {{#ifeq:{{SUBPAGENAME}}|sandbox | | | ||
| + | <!------CATEGORIES BELOW THIS LINE, PLEASE:-------> | ||
| + | [[Category:Inline cleanup templates]] | ||
| + | [[Category:Templates needing substitution checking]] | ||
| + | |||
| + | [[mk:Шаблон:Се бара пример]] | ||
| + | }} | ||
| + | </includeonly> | ||
Revision as of 12:11, 8 December 2018
| This is a documentation subpage for Template:Example needed. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{Example needed |date=June 2026}}→ [example needed]{{Example needed |s|date=June 2026}}→ [examples needed] (or|pluralor|pl)
Redirects
- {{Like what?}}
- {{For example?}}
- {{Such as?}}
See also
Indicates one or more examples are needed
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| plural | 1 | Specifies whether multiple examples are needed
| String | optional |
| Date | date | Provides a month and year for categorisation
| String | suggested |