“模板:Infobox Buildinfo”的版本间差异
跳转到导航
跳转到搜索
WillowHFFT(讨论 | 贡献) (以“ 用法 <pre style="width:200px"> {{Infobox Buildinfo |image= |imagecaption= |kernel= |arch= |sku= |language= |compiledate= |string= |key= }} </pre> Category:模板”替换内容) |
WillowHFFT(讨论 | 贡献) |
||
| 第1行: | 第1行: | ||
| + | <onlyinclude><table align="right" | ||
| + | style=" | ||
| + | width:265px; | ||
| + | font-size:90%; | ||
| + | text-align:left; | ||
| + | border: 1px #E1E1E1 solid; | ||
| + | background-color:#f9f9f9; | ||
| + | color: black; | ||
| + | margin: 0.5em 0 0.5em 1em; | ||
| + | padding: 0.2em; | ||
| + | float: right; | ||
| + | clear: right; | ||
| + | word-break: break-all; | ||
| + | "> | ||
| + | <tr> | ||
| + | <td colspan="2" style="text-align:center;" width"250px">[[Image:{{#if: {{{image|}}} | {{{image}}} | 暂无图像可用呢喵~.PNG}}|250px]]</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">'''{{{imagecaption}}}'''</td> | ||
| + | </tr> | ||
| + | {{#if: {{{kernel|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">内核版本</th> | ||
| + | <td style="max-width: 170px">{{{kernel}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{arch|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">架构</th> | ||
| + | <td style="max-width: 170px">{{{arch}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{sku|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">版本</th> | ||
| + | <td style="max-width: 170px">{{{sku}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{language|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">语言</th> | ||
| + | <td style="max-width: 170px">{{{language}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{compiledate|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">编译日期</th> | ||
| + | <td style="max-width: 170px">{{{compiledate}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{bios|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">BIOS 日期</th> | ||
| + | <td style="max-width: 170px">{{{bios}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{string|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">版本字串</th> | ||
| + | <td style="max-width: 170px">{{{string}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | {{#if: {{{key|}}} | | ||
| + | <tr> | ||
| + | <th style="min-width: 80px">产品密钥</th> | ||
| + | <td style="max-width: 170px">{{{key}}}</td> | ||
| + | </tr> | ||
| + | }} | ||
| + | |||
| + | </table> | ||
| + | <includeonly>{{#if: {{{image|}}} ||[[Category:没有界面图片的Build]]}} | ||
| + | {{#if: {{{imagecaption|}}} | | ||
| + | [[Category:Build概述页]] | ||
| + | }}</includeonly></onlyinclude> | ||
用法 | 用法 | ||
<pre style="width:200px"> | <pre style="width:200px"> | ||
2022年6月5日 (日) 17:15的版本
| 250px | |
| {{{imagecaption}}} |
用法
{{Infobox Buildinfo
|image=
|imagecaption=
|kernel=
|arch=
|sku=
|language=
|compiledate=
|string=
|key=
}}