Template:Update layout/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m →Usage |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 60: | Line 60: | ||
"description": "Exclude the page from Category:Updates.", | "description": "Exclude the page from Category:Updates.", | ||
"type": "boolean", | "type": "boolean", | ||
"suggestedvalues": [ | |||
"true" | |||
] | |||
}, | |||
"hide_general": { | |||
"description": "Hide \"General\" header at the top of the patch notes. Any value equals \"true\"", | |||
"type": "string", | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"true" | "true" | ||
| Line 78: | Line 85: | ||
"image", | "image", | ||
"nocat", | "nocat", | ||
"notes" | "notes", | ||
"hide_general" | |||
], | ], | ||
"description": " " | "description": "Patch notes page" | ||
} | } | ||
</templatedata> | </templatedata> | ||
<includeonly>[[Category:Navigation templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | <includeonly>[[Category:Navigation templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | ||
Revision as of 19:13, 30 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.
Patch notes page
| 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 |
| hide_general | hide_general | Hide "General" header at the top of the patch notes. Any value equals "true"
| String | optional |