Template:Patch: Difference between revisions
Template page
More actions
TheMysterys (talk | contribs) Infobox created with infobox builder. |
m s |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
<label>Date</label> | <label>Date</label> | ||
</data> | </data> | ||
<data source="link"> | <group layout="horizontal"> | ||
<data source="link"> | |||
</ | <format>[{{{link}}} Patch Notes Link]</format> | ||
<data source="previous"> | </data> | ||
</group> | |||
<group layout="horizontal"> | |||
<data source="previous"> | |||
<label>Previous</label> | |||
</ | <format>[[{{{previous}}}]]</format> | ||
</data> | |||
<data source="next"> | |||
<label>Next</label> | |||
<format>[[{{{next}}}]]</format> | |||
</data> | |||
</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 |