Template:Update link/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
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> | |||
Revision as of 02:50, 27 May 2026
Usage
This template creates a simple update link. The date is automatically translated on language subpages (see Data:Dictionary to view the related strings).
Example
{{Update link|May|3|2024}} generates May 3, 2024.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Month
| String | required |
| 2 | 2 | Day
| String | required |
| 3 | 3 | Year
| String | required |