Template:FeatureStatus: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Protected "Template:FeatureStatus" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
| (49 intermediate revisions by 2 users not shown) | |||
| 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 = | ||
| Feature status = | |||
| Feature version = | | Feature version = | ||
| Feature health = | | Feature health = | ||
| Feature status = | | Feature status note = | ||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<div style="border: 1px solid green; padding: 2px; font-size: 80%;background-color: #CFC; text-align: center; width: 350px; margin: auto 2px auto 2px;">Please use "Edit with form" above to edit this page.</div> | |||
== Status == | == Status == | ||
<table class="featureinfobox"> | <table class="featureinfobox"> | ||
<tr> | <tr> | ||
<td colspan="2" class="featurename">{{{Feature name|}}}</td> | <td colspan="2" class="featurename">{{{Feature name|`}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class="featurelabel" width="20%">Stage</td> | <td class="featurelabel" width="20%">Stage</td> | ||
<td class="featurevalue">{{{Feature stage|}}}</td> | <td class="featurevalue">{{{Feature stage|`}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class="featurelabel"> | <td class="featurelabel" width="20%">Status</td> | ||
<td class="featurevalue">{{{Feature version|}}}</td> | <td class="featurevalue">{{{Feature status|`}}}</td> | ||
</tr> | |||
<tr> | |||
<td class="featurelabel">Release target</td> | |||
<td class="featurevalue">{{{Feature version|`}}}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class="featurelabel">Health</td> | <td class="featurelabel">Health</td> | ||
<td class="featurevalue">{{{Feature health|}}}</td> | <td class="featurevalue {{{Feature health}}}">{{{Feature health|`}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<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|`}}} | ||
{{#set: | |Feature stage={{{Feature stage|`}}} | ||
|Feature status={{{Feature status|`}}} | |||
| Feature stage = {{{Feature stage}}} | |Feature version={{{Feature version|`}}} | ||
| Feature version = {{{Feature version}}} | |Feature health={{{Feature health|`}}} | ||
| Feature health = {{{Feature health}}} | |Feature status note={{{Feature status note|`}}} | ||
| Feature status note = {{{Feature status note}}} | }}</includeonly> | ||
}} | |||
Latest revision as of 12:32, 5 October 2011
This is the "FeatureStatus" template. It should be called in the following format:
{{FeatureStatus
| Feature name =
| Feature stage =
| Feature status =
| Feature version =
| Feature health =
| Feature status note =
}}
Edit the page to see the template text.