Template:Infobox update: Difference between revisions

From Horizon's End Wiki
(Created page with "{{infobox | above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}} | image = {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|alt={{{alt1|}}}|upright=.6|]]<includeonly>|Category:Updates without image</includeonly>}} | image2 = {{#if:{{{image2|}}}| [[File:{{{image2}}}|frameless|alt={{{alt2|}}}|border|upright=.6|]]}} | image3 = {{#if:{{{image3|}}}| [[File:{{{image3}}}|frameless|alt={{{alt3}}}|border|upright=.6|]]}} | caption = {{{caption|}}} | image2 = {{#if:{{{im...")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 14: Line 14:
| headerstyle  = background:#eaecee;
| headerstyle  = background:#eaecee;


| header9 = Properties
| header9 = Release Date
| data9 = {{#if:{{{releasedate|}}}|  {{{releasedate}}} }}


| header10 = {{{prev|}}}{{{next|}}
| header10 = {{#if:{{{prev|}}}| Previous Update }}
| data10 = {{#if:{{{prev|}}}|  [[{{{prev}}}]] }}
| header11 = {{#if:{{{next|}}}| Next Update }}
| data11 = {{#if:{{{next|}}}|  [[{{{next}}}]] }}


[[Category: Updates]]
}}<noinclude>{{documentation}}<!-- Please add category and language links to the bottom of the /doc sub-page, not here -->
}}<noinclude>{{documentation}}<!-- Please add category and language links to the bottom of the /doc sub-page, not here -->
<templatedata>
<templatedata>
Line 29: Line 34:
},
},
"image": {
"image": {
"aliases": [
"texture"
],
"description": "a image of the tool, as it appears in game",
"description": "a image of the tool, as it appears in game",
"type": "wiki-file-name",
"type": "wiki-file-name",
Line 53: Line 55:
"description": "the caption of the second image",
"description": "the caption of the second image",
"type": "string"
"type": "string"
},
"powered": {
"description": "whether the tool is powered",
"type": "boolean"
},
"moddable": {
"description": "whether the tool accepts modifications",
"type": "boolean"
},
},
"prev": {
"prev": {
Line 68: Line 62:
"next": {
"next": {
"description": "The following update",
"description": "The following update",
"type": "string"
},
"releasedate": {
"description": "Release date of this update",
"type": "string"
"type": "string"
}
}

Latest revision as of 07:23, 13 August 2025

Infobox update
Release Date

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
namename

the name of the tool

Example
Wrench
Auto value
Stringoptional
imageimage

a image of the tool, as it appears in game

Filesuggested
altalt

alternative text in case the image fails to load

Stringoptional
captioncaption

a caption of the image 1

Stringsuggested
image2image2

a second image to add

Auto value
Fileoptional
caption2caption2

the caption of the second image

Stringoptional
prevprev

The previous update

Stringoptional
nextnext

The following update

Stringoptional
releasedatereleasedate

Release date of this update

Stringoptional