Template:Update layout/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m +image |
m →Usage |
||
| Line 22: | Line 22: | ||
}, | }, | ||
"source2": { | "source2": { | ||
"description": "2nd | "description": "2nd source link.", | ||
"type": "url" | "type": "url" | ||
}, | }, | ||
| Line 30: | Line 30: | ||
}, | }, | ||
"source2_title": { | "source2_title": { | ||
"description": "2nd | "description": "2nd source title.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 37: | Line 37: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"month": { | "month": { | ||
| Line 63: | Line 56: | ||
"description": "Update image.", | "description": "Update image.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"nocat": { | |||
"description": "Exclude the page from Category:Updates.", | |||
"type": "boolean", | |||
"suggestedvalues": [ | |||
"true" | |||
] | |||
} | } | ||
}, | }, | ||
| Line 77: | Line 77: | ||
"source2_title", | "source2_title", | ||
"image", | "image", | ||
" | "nocat", | ||
"notes" | "notes" | ||
], | ], | ||
Revision as of 23:26, 5 June 2026
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 |
| image | image | Update image. | File | optional |
| nocat | nocat | Exclude the page from Category:Updates.
| Boolean | optional |
| notes | notes | Patch notes content. | String | required |