Template:Patch: Difference between revisions
Template page
More actions
TheMysterys (talk | contribs) mNo edit summary |
m s |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
<data source="date"> | <data source="date"> | ||
<label>Date</label> | <label>Date</label> | ||
</data> | </data> | ||
<group layout="horizontal"> | |||
<data source="link"> | |||
<format>[{{{link}}} Patch Notes Link]</format> | |||
</data> | |||
</group> | |||
<group layout="horizontal"> | <group layout="horizontal"> | ||
<data source="previous"> | <data source="previous"> | ||
<label>Previous</label> | <label>Previous</label> | ||
<format>[[{{{previous}}}]]</format> | |||
</data> | </data> | ||
<data source="next"> | <data source="next"> | ||
<label>Next</label> | <label>Next</label> | ||
<format>[[{{{next}}}]]</format> | |||
</data> | </data> | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
<includeonly>__NOEDITSECTION__ [[Category:Patches]]</includeonly> | |||
<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> |
Latest revision as of 18:46, 11 November 2024
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 |