Template:Infobox Software: Difference between revisions
No edit summary |
m Text replacement - "<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}" to "<div class="infobox-image">[[File:{{{image}}}|290px]]</div>}}" |
||
| (5 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}}}| | <div class="infobox-image">[[File:{{{image}}}|290px]]</div>}} | ||
<table>{{#if:{{{developer|}}}|<tr> | <table>{{#if:{{{developer|}}}|<tr> | ||
<th>Developer(s)</th> | <th>Developer(s)</th> | ||
| Line 12: | Line 12: | ||
<td>{{{termination}}}</td> | <td>{{{termination}}}</td> | ||
</tr>}}{{#if:{{{version|}}}|<tr> | </tr>}}{{#if:{{{version|}}}|<tr> | ||
<th> | <th>Latest version</th> | ||
<td>{{{version}}}</td> | <td>{{{version}}}</td> | ||
</tr>}}{{#if:{{{betaversion|}}}|<tr> | |||
<th>Latest beta version</th> | |||
<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> | ||