Template:Feature tracking: Difference between revisions

From OLPC
Jump to navigation Jump to search
(remove OK, add font tags)
m (markup)
Line 7: Line 7:
|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| }}}||<font color=#aaa>Please indicate developers or champions supporting this request</font>}}
|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}}}]] | '<font color=#aaa>'not indicated''</font>}}
|Priority | {{ #if: {{{Priority|}}} | [[Priority::{{{Priority}}}]] | <font color=#aaa>''not indicated''</font>}}
|Helps deployability? | {{ #if: {{{Helps deployability|}}} | [[Helps deployability::{{{Helps deployability}}}]] | <font color=#aaa>''not indicated''</font>}}
|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}}}]] | <font color=#aaa>''not indicated''</font>}}
|Target for 9.1? | {{ #if: {{{Target for 9.1|}}} | [[Target for 9.1::{{{Target for 9.1}}}]] | <font color=#aaa>''not indicated''</font>}}

Revision as of 05:34, 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
  • 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 {{#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.