Template:Feature tracking: Difference between revisions
Jump to navigation
Jump to search
(update usage text) |
(remove OK, add font tags) |
||
Line 2: | Line 2: | ||
Name={{{Name|Untitled feature}}} ''unused now'' |
Name={{{Name|Untitled feature}}} ''unused now'' |
||
{{Definition_table |
{{Definition_table |
||
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | ''not indicated''}} |
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | <font color=#aaa>''not indicated''</font>}} |
||
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters|}}}| |
|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>}}} |
||
|Specification | {{{Specification|<font color=#aaa>Please summarize designs, implementation details, and other references</font>}}} |
|Specification | {{{Specification|<font color=#aaa>Please summarize designs, implementation details, and other references</font>}}} |
||
|Owners | {{#arraymap:{{{Owners|}}}|,|x|[[Contact person::User:x]]}} {{#if: {{{Owners| }}}| |
|Owners | {{#arraymap:{{{Owners|}}}|,|x|[[Contact person::User:x]]}} {{#if: {{{Owners| }}}||<font color=#aaa>Please indicate developers or champions supporting this request</font>}} |
||
|Priority | {{ #if: {{{Priority|}}} | [[Priority::{{{Priority}}}]] | ''not indicated''}} |
|Priority | {{ #if: {{{Priority|}}} | [[Priority::{{{Priority}}}]] | '<font color=#aaa>'not indicated''</font>}} |
||
|Helps deployability? | {{ #if: {{{Helps deployability|}}} | [[Helps deployability::{{{Helps deployability}}}]] | ''not indicated''}} |
|Helps deployability? | {{ #if: {{{Helps deployability|}}} | [[Helps deployability::{{{Helps deployability}}}]] | <font color=#aaa>''not indicated''</font>}} |
||
|Target for 9.1? | {{ #if: {{{Target for 9.1|}}} | [[Target for 9.1::{{{Target for 9.1}}}]] | ''not indicated''}} |
|Target for 9.1? | {{ #if: {{{Target for 9.1|}}} | [[Target for 9.1::{{{Target for 9.1}}}]] | <font color=#aaa>''not indicated''</font>}} |
||
}}</includeonly><noinclude> |
}}</includeonly><noinclude> |
||
Revision as of 05:27, 4 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_request |Name=A brief, one-line summary of the feature, used as the title |Primary requester=wiki page for primary requester |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=one of the [[Property:Priority]] values |Helps deployability=yes or no |Target for 9.1=yes or no }}
Sample
Name=A brief, one-line summary of the feature, used as the title unused now
Primary requester | [[Primary requester::User:St. NickN]] | |
Requesters | {{#arraymap:Deployments, engineers, or both who support the request|,|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:Names of developers and/or champions of the request who will ensure that progress is made|,|x|Contact person::User:x}} | |
Priority | Priority::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.