3,429
个编辑
更改
小
|language=
Only receive the value listed below:只接受下列各数值
无编辑摘要
|above={{{name}}}
|image=
{{#if: {{{screenshot|}}}
|[[File:{{{screenshot}}}|200px]]|}}
|caption=
{{#if: {{{screenshotDesc|}}}
|{{{screenshotDesc}}}|}}
|header1={{#switch: {{{language}}} | en=Basic infomation | zh=基本信息 | Basic infomation}}|label2={{#switch: {{{language}}} | en=Author | zh=作者 | Author}}
|data2={{{author}}}
|label3={{#switch: {{{language}}} | en=Suitable for | zh=适用于 | Suitable for}}
|data3={{{suit}}}
|label4={{#switch: {{{language}}} | en=Dependency | zh=依赖 | Dependency}}|data4={{#if:{{{dependency}}}|{{{dependency}}}| {{#switch: {{{language}}} | en=N/A | zh=无 | N/A}} }}|label5={{#switch: {{{language}}} | en=Release date | zh=发布时间 | Release date}}|data5={{DateConverter|language={{{languagedate}}}|yearlabel6={{{dateYear}}}最终版本|monthdata6={{{dateMonth}}}latest|day={{{dateDay}}}}}|label6={{#switch: {{{language}}} | en=Project link | zhlabel7=项目地址 | Project link}}|data6data7={{#if:{{{link}}}|{{{link}}}| {{#switch: {{{language}}} | en=N/A | zh=无 | N/A}} }}|label7={{#switch: {{{language}}} | en=Development status | zhlabel8=开发状态 | Development status}}|data7=<table border="0"><tr><td widthdata8="10">{{#if:{{{status}}}|{{#switch:{{{status}}} | active= <div style="border:{{Dot|1em|green|1px solid #000;background-color:green;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>}} 活跃开发中| pause=<div style="border:{{Dot|1em|yellow|1px solid #000;background-color:yellow;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>}} 开发停滞| archive=<div style="border:{{Dot|1em|red|1px solid #000;background-color:red;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>|}}已停止开发|<div style="border:{{Dot|1em|gray|1px solid #000;background-color:gray;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div> }}</td><td>{{#switch: {{{language}未知状态}}| en={{#switch:{{{status}}} | active=Developing | pauselabel9=Development stagnation |archive=Archived app | Unknow status}}授权方式| zhdata9={{#switch:{{{status}}} license| active=开发中 | pause=开发停滞 |archive=已停止开发 | 未知状态}}|N/A}}</td></tr></table> }} <noinclude>
== Usage ==
<pre>
{{Appbox
|name=
|screenshot=
|screenshotDesc=
|author=
|suit=
|dependency=
|status=
|dateYeardate=|dateMonthlatest=|dateDaylicense=
}}
</pre>
=== status ===
* active
* pause
* archive
=== screenshot ===
你只需要输入文件名即可,模板会自动强制大小
如果你选择忽略这个参数,图片将不会展示
</noinclude>