模板:Infobox:修订间差异

来自星雨知识库
Moewiki_>Primefac
Undid revision 855063393 by Jdlrobson (talk) rather problematic change mentioned on talk page, reverting until it can be sorted
 
无编辑摘要
 
(未显示同一用户的3个中间版本)
第1行: 第1行:
{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}</includeonly><noinclude>
<div class="infobox">
{{documentation}}
    <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
    {{#if:{{{image|}}}|
</noinclude>
    <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
    <table class="infobox-table">
        {{#if:{{{name|}}}|<tr>
            <th>名称</th>
            <td>{{{name}}}</td>
        </tr>}}{{#if:{{{date|}}}|<tr>
            <th>日期</th>
            <td>{{{date}}}</td>
        </tr>
        </tr>}}{{#if:{{{platform|}}}|<tr>
            <th>运行平台</th>
            <td>{{{platform}}}</td>
        </tr>
        </tr>}}{{#if:{{{opensource|}}}|<tr>
            <th>开源情况</th>
            <td>{{{opensource}}}</td>
        </tr>
        </tr>}}{{#if:{{{latestverion|}}}|<tr>
            <th>最新版本</th>
            <td>{{{latestversion}}}</td>
        </tr>
        </tr>}}{{#if:{{{codelanguage|}}}|<tr>
            <th>编写语言</th>
            <td>{{{codelanguage}}}</td>
        </tr>
        </tr>}}{{#if:{{{key|}}}|<tr>
            <th>序列号</th>
            <td>{{{key}}}</td>
        </tr>
        </tr>}}{{#if:{{{version|}}}|<tr>
            <th>版本字符串</th>
            <td>{{{version}}}</td>
        </tr>
        </tr>}}{{#if:{{{arch|}}}|<tr>
            <th>体系架构</th>
            <td>{{{arch}}}</td>
        </tr>
        </tr>}}{{#if:{{{kernel|}}}|<tr>
            <th>内核版本</th>
            <td>{{{kernel}}}</td>
        </tr>}}
        <!-- 更多参数 -->
    </table>
</div>

2024年12月15日 (日) 11:02的最新版本

Infobox