Template:Version infobox: Difference between revisions
imported>Denatidum (Created page with "<includeonly><div style="float:right; margin-left: 20px;"> <div class="infobox out"> <span class="shadow c-f">{{{title|{{PAGENAME}}}}}</span> </div> {{#if: {{{image|}}} | <div class="infobox in"> {{{image|}}} </div> | }} <div class="infobox out"> <table class="infobox-table"> {{#if: {{{releasedate|}}} | <tr> <th>Release date</th> <td>{{{releasedate|}}}</td> </tr> | }} {{#if: {{{downloadclient|}}} | <tr> <th>Download</th> <td...") |
imported>Denatidum No edit summary |
||
Line 23: | Line 23: | ||
| }} | | }} | ||
</table> | </table> | ||
</div> | </div> | ||
| }} | | }} |
Revision as of 02:47, 20 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.