“模板:Infobox Buildinfo”的版本间差异
跳转到导航
跳转到搜索
WillowHFFT(讨论 | 贡献) (以“{{Infobox Buildinfo |image= |imagecaption= |kernel= |arch= |sku= |language= |compiledate= |string= |key= }}”为内容创建页面) |
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"> | ||
{{Infobox Buildinfo | {{Infobox Buildinfo | ||
|image= | |image= | ||
第10行: | 第94行: | ||
|key= | |key= | ||
}} | }} | ||
+ | </pre> | ||
+ | [[Category:模板]] |
2022年5月21日 (六) 18:09的版本
250px | |
{{{imagecaption}}} |
用法
{{Infobox Buildinfo |image= |imagecaption= |kernel= |arch= |sku= |language= |compiledate= |string= |key= }}