Template:Update layout/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 35: | Line 35: | ||
"notes": { | "notes": { | ||
"description": "Patch notes content.", | "description": "Patch notes content.", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"category": { | "category": { | ||
Revision as of 14:59, 29 June 2025
Usage
This template is used to display patch notes, including navigation links to the previous and next updates. Automatically categorizes the page onto Category:Updates.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| prev_update | prev_update | Previous update.
| Template | required |
| month | month | Month | String | required |
| day | day | Day | Number | required |
| year | year | Year | Number | required |
| next_update | next_update | Next update.
| Template | required |
| source | source | Source link. | URL | optional |
| source_title | source_title | Source title. | String | optional |
| source2 | source2 | 2nd Source link. | URL | optional |
| source2_title | source2_title | 2nd Source title. | String | optional |
| category | category | Exclude the page from Category:Updates.
| Boolean | optional |
| notes | notes | Patch notes content. | String | required |