Template:Patch: Difference between revisions
Template page
More actions
TheMysterys (talk | contribs) mNo edit summary |
TheMysterys (talk | contribs) m Added template data |
||
Line 19: | Line 19: | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"label": "Image", | |||
"description": "Image of the patch", | |||
"type": "wiki-file-name", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "Date of the patch", | |||
"type": "date", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"link": { | |||
"label": "Link", | |||
"description": "Link to patch notes", | |||
"type": "url", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"previous": { | |||
"label": "Previous", | |||
"description": "Previous patch page", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"next": { | |||
"label": "Next", | |||
"description": "Next patch page", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Adds the patch infobox to the page.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 19:35, 22 August 2023
Adds the patch infobox to the page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | Image of the patch | File | required |
Date | date | Date of the patch | Date | required |
Link | link | Link to patch notes | URL | required |
Previous | previous | Previous patch page | Page name | required |
Next | next | Next patch page | Page name | suggested |