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 "FeatureStatus" template. | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
{{ | {{FeatureStatus | ||
| Feature name = | | Feature name = | ||
| Feature stage = | | Feature stage = | ||
| Line 11: | Line 11: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | Edit the page to see the template text. | ||
</noinclude><includeonly> | |||
== Status == | == Status == | ||
<table class="featureinfobox"> | <table class="featureinfobox"> | ||
| Line 33: | Line 34: | ||
<td class="featurevalue">{{{Feature status note|}}}</td> | <td class="featurevalue">{{{Feature status note|}}}</td> | ||
</tr></table> | </tr></table> | ||
{{#set:Feature name = {{{Feature name}}} | {{#set:Feature name = {{{Feature name}}} | ||
| Feature stage = {{{Feature stage}}} | | Feature stage = {{{Feature stage}}} | ||
| Feature version = {{{Feature version}}} | | Feature version = {{{Feature version}}} | ||
| Line 39: | Line 40: | ||
| Feature status note = {{{Feature status note}}} | | Feature status note = {{{Feature status note}}} | ||
}} | }} | ||
</includeonly> | |||