Template:Infobox Software: Difference between revisions

From Exagear International
Jump to navigation Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{{{developer|}}}|<tr> <th>Developer(s)</th> <td>{{{developer}}}</td> </tr>}}{{#if:{{{publisher|}}}|<tr> <th>Publisher(s)</th> <td>{{{publisher}}}</td> </tr>}}{{#if:{{{releaseyr|}}}|<tr> <th>Release Year</th> <td>{{{releaseyr}}}</td> </tr>}}{{#if:{{{version|}}}|<tr> <th>Ver...")
 
m (Text replacement - "<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}" to "<div class="infobox-image">[[File:{{{image}}}|290px]]</div>}}")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|290px]]</div>}}
<table>{{#if:{{{developer|}}}|<tr>
<table>{{#if:{{{developer|}}}|<tr>
     <th>Developer(s)</th>
     <th>Developer(s)</th>
     <td>{{{developer}}}</td>
     <td>{{{developer}}}</td>
</tr>}}{{#if:{{{publisher|}}}|<tr>
</tr>}}{{#if:{{{releasedate|}}}|<tr>
     <th>Publisher(s)</th>
     <th>Release date</th>
     <td>{{{publisher}}}</td>
     <td>{{{releasedate}}}</td>
</tr>}}{{#if:{{{releaseyr|}}}|<tr>
</tr>}}{{#if:{{{termination|}}}|<tr>
     <th>Release Year</th>
     <th>Termination of development</th>
     <td>{{{releaseyr}}}</td>
     <td>{{{termination}}}</td>
</tr>}}{{#if:{{{version|}}}|<tr>
</tr>}}{{#if:{{{version|}}}|<tr>
     <th>Version</th>
     <th>Latest version</th>
     <td>{{{version}}}</td>
     <td>{{{version}}}</td>
</tr>}}{{#if:{{{genre|}}}|<tr>
</tr>}}{{#if:{{{betaversion|}}}|<tr>
     <th>Genre(s)</th>
     <th>Latest beta version</th>
     <td>{{{genre}}}</td>
     <td>{{{betaversion}}}</td>
</tr>}}{{#if:{{{os|}}}|<tr>
    <th>OS</th>
    <td>{{{os}}}</td>
</tr>}}{{#if:{{{site|}}}|<tr>
    <th>Site</th>
    <td>{{{site}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 02:47, 16 October 2022

Infobox Software