Template:Infobox Windows: Difference between revisions

From BetaArchive Wiki
No edit summary
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 5: Line 5:
text-align:left;  
text-align:left;  
border: 1px #E1E1E1 solid;
border: 1px #E1E1E1 solid;
background-color:#f9f9f9;
background-color:#F9F9F9;
color: black;
color: black;
margin: 0.5em 0 0.5em 1em;
margin: 0.5em 0 0.5em 1em;
Line 12: Line 12:
clear: right;
clear: right;
">
">
<caption><span style="font-size:120%;">'''{{{title|{{PAGENAME}}}}}'''</span></caption>
<tr>
<tr>
<td colspan="2" style="text-align:center;" bgcolor="#E1E1E1" width"250px">[[Image:{{{image|Nopicture.png}}}|250px]]</td>
<td colspan="2" style="text-align:center;" bgcolor="#F9F9F9" width"250px">[[File:{{{image|Nopicture.png}}}|250px]]</td>
</tr>
</tr>
{{#if:{{{imagecaption|}}}|
<tr>
<tr>
<td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">'''{{{imagecaption}}}'''</td>
<td colspan="2" bgcolor="#F9F9F9" style="text-align:center;">{{{imagecaption}}}</td>
</tr>
}}
 
{{#if:{{{codename|}}}|
<tr>
<tr>
<th>Codename(s)</th>
<th style="width:50%;">Codename<br>Preliminary name</th>
<td>{{{codename}}}</td>
<td>{{{codename}}}</td>
</tr>
</tr>
}}
{{#if:{{{kernel|}}}|
<tr>
<tr>
<th>Kernel version</th>
<th style="width:50%;">Kernel version</th>
<td>{{{kernel}}}</td>
<td>{{{kernel}}}</td>
</tr>
</tr>
}}
{{#if:{{{arch|}}}|
<tr>
<tr>
<th>CPU Architecture</th>
<th style="width:50%;">CPU architecture</th>
<td>{{{arch}}}</td>
<td>{{{arch}}}</td>
</tr>
</tr>
}}
{{#if:{{{release|}}}|
<tr>
<tr>
<th>Release date</th>
<th style="width:50%;">Release date</th>
<td>{{{release}}}</td>
<td>{{{release}}}</td>
</tr>
</tr>
}}
{{#if:{{{support|}}}|
<tr>
<tr>
<th>Licence</th>
<th style="width:50%;">Support end</th>
<td>{{{licence}}}</td>
<td>{{{support}}}</td>
</tr>
</tr>
}}
{{#if:{{{based|}}}|
<tr>
<tr>
<th>Support end</th>
<th style="width:50%;">Based on</th>
<td>{{{support}}}</td>
<td>{{{based}}}</td>
</tr>
</tr>
}}
{{#if:{{{previous|}}}|
<tr>
<tr>
<td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">Other versions</td>
<th style="width:50%;">Preceded by</th>
<td>{{{previous}}}</td>
</tr>
}}
 
{{#if:{{{next|}}}|
<tr>
<tr>
<tr style="text-align:center;">
<th style="width:50%;">Succeeded by</th>
<td><b>Previous:</b> <br>{{{previous}}}</td>
<td>{{{next}}}</td>
<td><b>Next:</b> <br>{{{next}}}</td>
</tr>
</tr>
}}
</table>
</table>
<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude>
<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 18:13, 16 April 2023

Infobox Windows
Nopicture.png