(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> | ||
{ | { | ||
"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> | </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>