Template:Infobox Software: Difference between revisions
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...") |
No edit summary |
||
Line 5: | Line 5: | ||
<th>Developer(s)</th> | <th>Developer(s)</th> | ||
<td>{{{developer}}}</td> | <td>{{{developer}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{releasedate|}}}|<tr> | ||
<th> | <th>Release date</th> | ||
<td>{{{ | <td>{{{releasedate}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{termination|}}}|<tr> | ||
<th> | <th>Termination of development</th> | ||
<td>{{{ | <td>{{{termination}}}</td> | ||
</tr>}}{{#if:{{{version|}}}|<tr> | </tr>}}{{#if:{{{version|}}}|<tr> | ||
<th>Version</th> | <th>Version</th> | ||
<td>{{{version}}}</td> | <td>{{{version}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> |
Revision as of 09:26, 19 September 2022
Infobox Software