Template:Feature tracking: Difference between revisions
Jump to navigation
Jump to search
(→Usage: improve) |
(remove Primary requester, per Greg Smith) |
||
Line 3: | Line 3: | ||
|Short name|{{ #if: {{{Name|}}} | [[Short name::{{{Name|Untitled feature}}}]] ''(should match page title)'' | <font color=#aaa>Please provide short name matching title</font>}} |
|Short name|{{ #if: {{{Name|}}} | [[Short name::{{{Name|Untitled feature}}}]] ''(should match page title)'' | <font color=#aaa>Please provide short name matching title</font>}} |
||
|Feature subcategory|{{ #if: {{{Feature subcategory|}}} |[[Is part of::Category:{{{Feature subcategory}}}]] [[Category:{{{Feature subcategory}}}]] | <font color=#aaa>Please provide feature subcategory</font>}} |
|Feature subcategory|{{ #if: {{{Feature subcategory|}}} |[[Is part of::Category:{{{Feature subcategory}}}]] [[Category:{{{Feature subcategory}}}]] | <font color=#aaa>Please provide feature subcategory</font>}} |
||
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | <font color=#aaa>''not indicated''</font>}} |
|||
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters|}}}||<font color=#aaa>Please indicate countries or engineers making the request</font>}} |
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters|}}}||<font color=#aaa>Please indicate countries or engineers making the request</font>}} |
||
|Requirements | {{{Requirements|<font color=#aaa>Please provide a short summary or bulleted list of user-level requirements</font>}}} |
|Requirements | {{{Requirements|<font color=#aaa>Please provide a short summary or bulleted list of user-level requirements</font>}}} |
||
Line 20: | Line 19: | ||
<pre> |
<pre> |
||
{{Feature_tracking |
|||
{{Feature_request |
|||
|Name=A brief less-than-one-line summary of the feature, used as the title |
|Name=A brief less-than-one-line summary of the feature, used as the title |
||
|Feature subcategory=A subcategory of <nowiki>[[Category:Software features]]</nowiki> |
|Feature subcategory=A subcategory of <nowiki>[[Category:Software features]]</nowiki> |
||
|Primary requester=wiki page for primary requester |
|||
|Requesters=Deployments, engineers, or both who support the request |
|Requesters=Deployments, engineers, or both who support the request |
||
Line 48: | Line 46: | ||
== Sample == |
== Sample == |
||
{{Feature_tracking |
|||
{{XFeature_request |
|||
|Name=A brief less-than-one-line summary of the feature, used as the title |
|Name=A brief less-than-one-line summary of the feature, used as the title |
||
|Feature subcategory=XTest feature |
|Feature subcategory=XTest feature |
||
| |
|Requesters=User:St. NickN, OLPC Antarctica |
||
|Requesters=Deployments, engineers, or both who support the request |
|||
|Requirements=User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome |
|Requirements=User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome |
||
*or |
*or |
||
Line 62: | Line 59: | ||
*or a list |
*or a list |
||
*of relevant links |
*of relevant links |
||
|Owners=User:John Doe, User:Jane Doe |
|||
|Owners=Names of developers and/or champions of the request who will ensure that progress is made |
|||
|Priority=4 - Low |
|Priority=4 - Low |
Revision as of 10:54, 10 December 2008
Displays a feature's values and also defines its semantics for the Feature_roadmap.
It's based on {{Feature request}} (will some day replace it), but displays several extra feature properties, and makes semantic annotations of them. Both templates use {{Definition table}} to lay display
Usage
{{Feature_tracking |Name=A brief less-than-one-line summary of the feature, used as the title |Feature subcategory=A subcategory of [[Category:Software features]] |Requesters=Deployments, engineers, or both who support the request |Requirements=User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome *or *a *list *of *them |Specification=Design and technical implementation ideas; Links to detailed wiki pages, mailing list threads, or other resources are welcome *or a list *of relevant links |Owners=Names of developers and/or champions of the request who will ensure that progress is made |Priority=4 - low |Helps deployability=yes or no |Target for 9.1=yes or no }}
Priority is restricted to the values listed on the Property:Priority page.
Sample
Short name | Short name::A brief less-than-one-line summary of the feature, used as the title (should match page title) | |
Feature subcategory | Is part of::Category:XTest feature | |
Requesters | {{#arraymap:User:St. NickN, OLPC Antarctica|,|x|Requested by::x}} | |
Requirements | User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome
| |
Specification | Design and technical implementation ideas; Links to detailed wiki pages, mailing list threads, or other resources are welcome
| |
Owners | {{#arraymap:User:John Doe, User:Jane Doe|,|x|Contact person::User:x}} | |
Priority | Priority::4 - Low | |
Helps deployability? | Helps deployability::no | |
Target for 9.1? | Target for 9.1::no |
Enables a dynamic Feature roadmap — see Semantic MediaWiki#For software features.