1,136
个编辑
更改
小
add new item
|label7={{#switch: {{{language}}} | en=Development status | zh=开发状态 | Development status}}
|data7={{#switch:{{{status}}}
| active= <div style="background-color:redgreen;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>| developingpause=<div style="background-color:redyellow;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>
| archive=<div style="background-color:red;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>
|<div style="background-color:redgray;width: 10px;height: 10px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;"></div>}}{{#switch: {{{language}}}| en={{#switch:{{{status}}} | active=Developing | pause=Development stagnation |archive=Archived app | Unknow status}}| zh={{#switch:{{{status}}} | active=开发中 | pause=开发停滞 |archive=已停止开发 | 未知状态}}|}}
}}
}}
</pre>
== Parameter description ==
=== status ===
Only receive 3 value:
* active
* pause
* archive
</noinclude>