Template:Version infobox: Difference between revisions
imported>Denatidum No edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
(48 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style="float:right; margin-left: 20px;"> | <includeonly><div style="float:right; margin-left: 20px;"> | ||
<div class="infobox out"> | <div class="infobox out"> | ||
<span class="shadow c- | <span class="shadow c-0">{{{title|{{PAGENAME}}}}}</span> | ||
</div> | </div> | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
Line 12: | Line 12: | ||
{{#if: {{{releasedate|}}} | | {{#if: {{{releasedate|}}} | | ||
<tr> | <tr> | ||
<th>Release | <th>Release date</th> | ||
<td>{{{releasedate|}}}</td> | <td>{{{releasedate|}}}</td> | ||
</tr> | </tr> | ||
| }} | | }} | ||
{{#if: {{{downloadclient|}}} | | {{#if: {{{downloadclient|{{{downloadserver|}}}}}} | | ||
<tr> | |||
<th>Download{{#if: {{{downloadclient|}}} | {{#if: {{{downloadserver|}}} | s | }} | }}</th> | |||
<td>{{#if: {{{downloadclient|}}} | [{{{downloadclient|}}} Client]}}<!-- | |||
--> {{#if: {{{downloadclient|}}} | {{#if: {{{downloadserver|}}} | <br> | }} | }}<!-- | |||
--> {{#if: {{{downloadserver|}}} | [{{{downloadserver|}}} Server]}}</td> | |||
</tr> | |||
| }} | | }} | ||
{{#if: {{{prevversion|}}} | | {{#if: {{{prevversion|{{{nextversion|}}}}}} | | ||
<center> | |||
<tr> | |||
</tr> | {{#if: {{{prevversion|}}} | | ||
[[{{{prevversion|}}}|◄◄ {{#replace:{{#replace:{{#replace:{{{prevversion|}}}|Better than Adventure! 1.7.7.0 Pre-1 (February leak)|1.7.7.0 Pre-1 (FL)}}|Minecraft Beta}}|Better than Adventure!}}]] | |||
| }} | |||
{{#if: {{{prevversion|}}} | {{#if: {{{nextversion|}}} | | }} | }} | |||
{{#if: {{{nextversion|}}} | | |||
[[{{{nextversion|}}}|{{#replace:{{#replace:{{#replace:{{{nextversion|}}}|Better than Adventure! 1.7.7.0 Pre-1 (February leak)|1.7.7.0 Pre-1 (FL)}}|Minecraft Beta}}|Better than Adventure!}} ►►]] | |||
}} | |||
</tr> | |||
</center> | |||
}} | |||
{{#if: {{{prevpatch|{{{nextpatch|}}}}}} | | |||
<center> | |||
<tr> | |||
{{#if: {{{prevpatch|}}} | | |||
[[{{{prevpatch|}}}|◄ {{#replace:{{#replace:{{#replace:{{{prevpatch|}}}|Better than Adventure! 1.7.7.0 Pre-1 (February leak)|1.7.7.0 Pre-1 (FL)}}|Minecraft Beta}}|Better than Adventure!}}]] | |||
| }} | |||
{{#if: {{{prevpatch|}}} | {{#if: {{{nextpatch|}}} | | }} | }} | |||
{{#if: {{{nextpatch|}}} | | |||
[[{{{nextpatch|}}}|{{#replace:{{#replace:{{#replace:{{{nextpatch|}}}|Better than Adventure! 1.7.7.0 Pre-1 (February leak)|1.7.7.0 Pre-1 (FL)}}|Minecraft Beta}}|Better than Adventure!}} ►]] | |||
}} | |||
</tr> | |||
</center> | |||
}} | |||
</table> | </table> | ||
</div> | </div> | ||
Line 32: | Line 56: | ||
<!-- Put categories on the documentation page --> | <!-- Put categories on the documentation page --> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 22:42, 31 March 2023
[view | | | ]Documentation
This template allows for the creation of version infoboxes. This example on the side is created with {{Version infobox|title=Lorem ipsum|image=[[File:Stalactite.png|frameless|160px]]|releasedate=January 1, 1970|downloadclient=https://archive.org/download/Minecraft-JE-Classic/c0.0.23a_01/c0.0.23a_01.jar|downloadserver=https://archive.org/download/Minecraft-JE-Classic/c0.0.23a_01/c0.0.23a_01.jar|prevversion=Minecraft Beta 1.7.5|nextversion=Minecraft Beta 1.7.6.1|prevpatch=Minecraft Beta 1.7.6}}
.
[view | | | ]The above documentation is transcluded from Template:Version infobox/doc.