Template:FeatureStatus: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 16: Line 16:
<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">Version</td>
<td class="featurelabel">Version</td>
<td class="featurevalue">{{{Feature version}}}</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|}}}</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></includeonly>
{{#set:
{{#set:
| Feature name = {{{Feature name}}}
| Feature name = {{{Feature name}}}
Line 41: Line 41:
| Feature status note = {{{Feature status note}}}
| Feature status note = {{{Feature status note}}}
}}
}}
</includeonly>

Revision as of 16:55, 22 June 2011

This is the "FeatureStatusBox" template. It should be called in the following format:

{{FeatureStatusBox
| Feature name =
| Feature stage =
| Feature version =
| Feature health =
| Feature status =
}}

Edit the page to see the template text.

{{#set: | Feature name = {{{Feature name}}} | Feature stage = {{{Feature stage}}} | Feature version = {{{Feature version}}} | Feature health = {{{Feature health}}} | Feature status note = {{{Feature status note}}} }}