Template:Update link/doc: Difference between revisionsGive feedback
mNo edit summary |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
<includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | <includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"description": "Month", | |||
"example": "January", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"description": "Day", | |||
"example": "1", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"3": { | |||
"description": "Year", | |||
"example": "2024", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||