<noinclude>{{DISPLAYTITLE:模板:OSProductionWP}}</noinclude>
<onlyinclude>{{DISPLAYTITLE:OS:{{{osprod}}}}}
<div id="navigator" style="vertical-align:super; font-size:75%; margin:0px 1em 1em 1em">[[首页]] > [[List:Windows 移动操作系统|Windows 移动操作系统]] > [[List:{{{osfamily}}}|{{{osfamily}}}]] > [[OS:{{{osname}}}|{{{osname}}}]]</div>
<table width="320px" cellspacing="0" cellpadding="0" bgcolor="#F0F0F0" style="border:2px #E0E0E0 solid; border-collapse:collapse; float:right; clear:right; margin:1em 0em 0.5em 1em; padding:5px; word-break:break-all;">
<tr>
<th colspan="4" style="text-align:center; padding:2px 0px; font-size:80%;" bgcolor="#E0E0E0">[[List:{{{osfamily}}}|{{{osfamily}}}系列]]</th>
</tr>
<tr>
<td colspan="4" style="text-align:center; padding:10px 0px;">{{{[[Image:PlaceHolder.png|300px]]|[[Image:{{{oslogo}}}|300px]]}}}</td>
</tr>
<tr>
<th colspan="4" style="text-align:center; padding:2px 0px; font-size:80%;" bgcolor="#E0E0E0">基本信息</th>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >产品名称</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{osname}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >开发代号</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{codename}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >内核版本</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{kernel}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >产品版本</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{prod}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >体系架构</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{arch}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >许可协议</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{agreement}}}</td>
</tr>
{{#if:{{{rtm|}}}|<tr>
<th width="25%" style="text-align:center; margin:2px 0.5em; font-size:80%;" >正式版本</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{rtm}}}</td>
</tr>|}}
<tr>
<th colspan="4" style="text-align:center; padding:2px 0px; font-size:80%;" bgcolor="#E0E0E0">生命周期策略</th>
</tr>
<tr>
<th colspan="2" width="50%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >正式发行<br>(生命周期开始)</th>
<td colspan="2" width="50%" style="padding:2px 0.5em; font-size:80%;">{{{release}}}</td>
</tr>
<tr>
<th colspan="2" width="50%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >主流支持<br>(含功能更新)</th>
<td colspan="2" width="50%" style="padding:2px 0.5em; font-size:80%;">{{{mainstream}}}</td>
</tr>
<tr>
<th colspan="2" width="50%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >拓展支持<br>(仅安全更新)</th>
<td colspan="2" width="50%" style="padding:2px 0.5em; font-size:80%;">{{{extended}}}</td>
</tr>
<tr>
<th colspan="4" style="text-align:center; padding:2px 0px; font-size:80%;" bgcolor="#E0E0E0">产品系列顺序</th>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >取代产品</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{previous}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >对应产品</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{countpart}}}</td>
</tr>
<tr>
<th width="25%" style="text-align:center; padding:2px 0.5em; font-size:80%;" >接替产品</th>
<td colspan="3" width="75%" style="padding:2px 0.5em; font-size:80%;">{{{next}}}</td>
</tr>
</table>
[[Category:系统概述页]]
</onlyinclude>
<noinclude>
用法:
<pre style="width:320px">
{{OSProductionWP
|osfamily=系列
|osname=名称
|oslogo=图标
|codename=开发代号
|kernel=内核版本
|prod=产品版本
|arch=处理器体系架构
|agreement=用户协议
|rtm=正式版
|release=发布时间
|mainstream=主流支持周期
|extended=扩展支持周期
|extsecurity=扩展安全更新周期
|extazure=装载于Azure的扩展安全更新周期
|previous=取代的产品
|countpart=对应的产品
|next=接替的产品
}}
</pre>
[[Category:模板]]
</noinclude>