Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Patch: Difference between revisions

Template page
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">
<label>Patch Note Link</label>
<data source="link">
</data>
<format>[{{{link}}} Patch Notes Link]</format>
<data source="previous">
</data>
<label>Previous</label>
</group>
</data>
<group layout="horizontal">
<data source="next">
<data source="previous">
<label>Next</label>
<label>Previous</label>
</data>
<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.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

Image of the patch

Filerequired
Datedate

Date of the patch

Daterequired
Linklink

Link to patch notes

URLrequired
Previousprevious

Previous patch page

Page namerequired
Nextnext

Next patch page

Page namesuggested