|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| ==TemplateData== | | <blockquote style="color: lightgrey; border: solid thin gray;"> |
| {{TemplateDataHeader}}
| | This section has been marked as needing expansion. |
| <templatedata>
| | </blockquote> |
| {
| |
| "description": "Can be placed at the beginning of article sections that need expansion, after the section title.",
| |
| "params": { | |
| "1": {
| |
| "label": "reason",
| |
| "description": "Reason the template was added, an explanation of what expansion the section needs. A bulleted list with lines beginning '*' can be given.",
| |
| "type": "string",
| |
| "required": false,
| |
| "aliases": ["with","for"]
| |
| },
| |
| "talksection": {
| |
| "label": "talksection",
| |
| "description": "A section heading in the talk page where the issue is discussed. Note: The talksection parameter only displays if the parameter small is set to 'no'.",
| |
| "type": "string",
| |
| "required": false,
| |
| "aliases": ["discuss","talk"]
| |
| },
| |
| "date": {
| |
| "label": "date",
| |
| "description": "The month and year the template was added, e.g. 'August 2013'.",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "small": {
| |
| "label": "small",
| |
| "description": "By default the template will be displayed in a small size. This can be changed by setting small to no. Not recommended in articles.",
| |
| "type": "string",
| |
| "required": false
| |
| }
| |
| }
| |
| }
| |
| </templatedata> | |