canmove, Confirmed users, Bureaucrats and Sysops emeriti
6,906
edits
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the " | This is the "FeatureStatusBox" template. | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
{{ | {{FeatureStatusBox | ||
| Feature name = | | Feature name = | ||
| Feature stage = | | Feature stage = | ||
| Feature version = | | Feature version = | ||
| Feature health = | | Feature health = | ||
| Feature status | | Feature status = | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 33: | Line 33: | ||
<td class="featurelabel">Status note</td> | <td class="featurelabel">Status note</td> | ||
<td class="featurevalue">{{{Feature status note|}}}</td> | <td class="featurevalue">{{{Feature status note|}}}</td> | ||
</tr></table> | </tr></table> | ||
{{#set:Feature name = {{{Feature name}}} | |||
| Feature stage = {{{Feature stage}}} | |||
| Feature version = {{{Feature version}}} | |||
| Feature health = {{{Feature health}}} | |||
| Feature status note = {{{Feature status note}}} | |||
}} | |||
</includeonly> | |||