Template:Expand section: Difference between revisions

From TripSit wiki
Jump to navigation Jump to search
(Created page with "==TemplateData== {{TemplateDataHeader}} <templatedata> { "description": "Can be placed at the beginning of article sections that need expansion, after the section title.",...")
 
No edit summary
 
(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>

Latest revision as of 11:17, 13 April 2016

This section has been marked as needing expansion.