Template:Game infobox: Difference between revisions

From BTA-Mirror
imported>Denatidum
(Created page with "<includeonly><div style="float:right; margin-left: 20px;"> <div class="infobox out"> <span class="shadow c-0">{{{title|{{PAGENAME}}}}}</span> </div> {{#if: {{{image|}}} | <div class="infobox in"> {{{image|}}} </div> | }} {{#if: {{{health|{{{behavior|{{{dmgeasy|{{{spawn|}}}}}}}}}}}} | <div class="infobox out"> <table class="infobox-table"> {{#if: {{{authors|}}} | <tr> <th>Authors</th> <td>{{{{authors|}}}</td> </tr> | }} {{#if:...")
imported>Denatidum
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 8: Line 8:
</div>
</div>
| }}
| }}
{{#if: {{{health|{{{behavior|{{{dmgeasy|{{{spawn|}}}}}}}}}}}} |
{{#if: {{{authors|{{{latestrelease|{{{initialdate|}}}}}}}}} |
<div class="infobox out">
<div class="infobox out">
<table class="infobox-table">
<table class="infobox-table">
Line 14: Line 14:
<tr>
<tr>
<th>Authors</th>
<th>Authors</th>
<td>{{{{authors|}}}</td>
<td>{{{authors|}}}</td>
</tr>
</tr>
| }}
| }}
Line 20: Line 20:
<tr>
<tr>
<th>Latest release</th>
<th>Latest release</th>
<td>'''Release:''' [[{{{latestrelease|{{{unstablerelease|}}}}}}]]
<td>Release: '''[[{{{latestrelease|{{{unstablerelease|}}}}}}]]'''<br>
                '''Unstable:''' [[{{{unstablerelease|{{{latestrelease|}}}}}}]]</td>
                Unstable: [[{{{unstablerelease|{{{latestrelease|}}}}}}]]</td>
</tr>
</tr>
| }}
| }}
{{#if: {{{initialdate|{{{latestdate|{{{unstabledate|}}}}}}}}} |
{{#if: {{{latestdate|{{{unstabledate|}}}}}} |
<tr>
<tr>
<th>Release date:</th>
<th>Release date</th>
<td>{{{initialdate|{{{latestdate|{{{unstabledate|}}}}}}}}} <small>([[Minecraft Beta 1.7.4_01|Initial]])</small><br>
<td>{{{initialdate}}} <small>([[Minecraft Beta 1.7.4_01|Initial]])</small><br>
                 {{{latestdate|{{{initialdate|{{{unstabledate|}}}}}}}}} <small>(Latest)</small><br>
                 {{{latestdate|{{{unstabledate|}}}}}} <small>(Latest)</small>
                 {{{unstabledate|{{{initialdate|{{{latestdate|}}}}}}}}} <small>(Unstable)</small>
                 {{{unstabledate|{{{latestdate|}}}}}} <small>(Unstable)</small></td>
                </td>
</tr>
</tr>
| }}
| }}

Latest revision as of 19:04, 2 April 2023

[create | history | purge]Documentation
This template has no documentation. If you know how to use this template, please create it.