Changes

Jump to: navigation, search
m
Created page with "This query returns all of the feature pages (that have been migrated to the new system) that have the following properties: * Feature list: Desktop * Feature engineering team: !D..."
This query returns all of the feature pages (that have been migrated to the new system) that have the following properties:
* Feature list: Desktop
* Feature engineering team: !DevTools
* Feature priority: !Unprioritized
* Sorted by: Feature priority

The table includes the Feature name, link, priority, engineering team, status, and feature manager.

A bit of simple HTML table markup and a custom [[Template:FeatureListTable|FeatureListTable]] template make it all pretty.

== Firefox Desktop feature list ==
<table class="querytable sortable">
<tr>
<td class="header" style="width: 5%;">Pr</td>
<td class="header" style="width: 30%;">Feature</td>
<td class="header" style="width: 15%;">Team</td>
<td class="header" style="width: 15%;">Stage</td>
<td class="header" style="width: 15%;">Status</td>
<td class="header" style="width: 20%;">Feature manager</td>
</tr>
{{#ask: [[Category:Feature Page]] [[Feature list::Desktop]] [[Feature engineering team::!DevTools]] [[Feature priority::!Unprioritized]]
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature engineering team#
| ?Feature stage#
| ?Feature status#
| ?Feature feature manager#
| mainlabel=-
| sort=Feature priority
| format=template
| template=FeatureListTable
}}
</table>
Canmove, confirm, emeritus
6,906
edits

Navigation menu