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.",...")
 
(Replaced content with "Section needs expansion")
Line 1: Line 1:
==TemplateData==
Section needs expansion
{{TemplateDataHeader}}
<templatedata>
{
    "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>

Revision as of 09:38, 13 April 2016

Section needs expansion