Template:InfoboxVersion: Difference between revisions
(testing) |
No edit summary |
||
Line 1: | Line 1: | ||
< | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | |||
{{#if:{{{image|}}}|<div class="infobox-image"><div class="infobox-image-row">[[File:{{PAGENAME:{{{image}}}}}]]</div>}} | |||
{{#if:{{{updatename|}}}|<div class="infobox-title">{{{updatename}}}</div>}} | |||
</div> | |||
<table class="infobox-table"> | |||
{{#if:{{{release|}}}|<tr> | |||
< | <th>Release date</th> | ||
<td>{{{release}}}</td> | |||
</tr>}} | |||
{{#if:{{{fabric|}}}|<tr> | |||
</ | <th>Fabric Download</th> | ||
< | <td>{{{fabric}}}</td> | ||
</tr>}} | |||
{{#if:{{{forge|}}}|<tr> | |||
<th>Forge download</th> | |||
</ | <td>{{{forge}}}</td> | ||
</ | </tr>}} | ||
</ | {{#if:{{{previous|}}}|<td scope="left">Previous<br>{{{previous}}}</td>}} | ||
</ | {{#if:{{{next|}}}|<td scope="right">Next<br>{{{next}}}</td>}} | ||
</table> | |||
</div> | |||
<noinclude> | <noinclude> | ||
{{InfoboxVersion | {{InfoboxVersion | ||
|title =1. | | title = 1.4.0 | ||
|previous = 1. | | image = Iron Ingot.png | ||
|next = 1. | | release = 2024 | ||
| previous = 1.3.0 | |||
| next = 1.4.1 | |||
}} | |||
</noinclude> | </noinclude> |