Template:AMP/doc: Difference between revisions

Template page
(documentation page for AMP)
 
(test with Star Citizen's calendar template docs)
 
Line 1: Line 1:
{{Documentation}}
The {{[[Template:AMP|AMP]]}} template displays information about Amorphous Materials
==Usage==
* <code><nowiki>{{calendar|month name}}</nowiki></code>
==TemplateData==
<templatedata>
<templatedata>
{
{
    "description": "Test template data",
"params": {
    "params": {
"1": {
        "1": {
"label": "Month",
            "label": "Example parameter",
"description": "Month name you wish to display a calendar for",
            "description": "Example parameter description",
"example": "May",
            "type": "string"
"type": "string",
        }
"required": true,
    }
"suggested": true
}
},
"description": "Displays the calendar for a particular month",
"format": "inline"
}
}
</templatedata>
</templatedata>

Latest revision as of 11:54, 23 July 2024

Template:Documentation The {{AMP}} template displays information about Amorphous Materials

Usage

  • {{calendar|month name}}

TemplateData

<templatedata> { "params": { "1": { "label": "Month", "description": "Month name you wish to display a calendar for", "example": "May", "type": "string", "required": true, "suggested": true } }, "description": "Displays the calendar for a particular month", "format": "inline" } </templatedata>