User:Dria/Feature page query examples: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "The new Feature page system is built around two fairly powerful Mediawiki add-ons that allow us to: * Create forms for creating and editing the pages, and * Create database-like...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
The new Feature page system is built around two fairly powerful Mediawiki add-ons that allow us to: | The new Feature page system is built around two fairly powerful Mediawiki add-ons that allow us to: | ||
* Create forms for [[Features/Create_new | creating and editing the pages]], and | |||
* Create forms for creating and editing the pages, and | |||
* Create database-like queries that will automatically generate lists based on various properties in the feature pages | * Create database-like queries that will automatically generate lists based on various properties in the feature pages | ||
Line 7: | Line 6: | ||
For more information about queries, see: | For more information about queries, see: | ||
* The add-on's [http://semantic-mediawiki.org/wiki/Help:Inline_queries inline query documentation] | |||
* The add-on's inline query documentation | * The [[Features/Feature_page_queryable_properties | list of queryable properties]] in the new feature pages | ||
* The list of queryable properties in the new feature pages | |||
== Example queries == | == Example queries == | ||
* [[User:Dria/Feature page query examples/Mobile UX Team feature list|Mobile UX Team feature list]] | * [[User:Dria/Feature page query examples/Mobile UX Team feature list|Mobile UX Team feature list]] |
Revision as of 23:26, 8 July 2011
The new Feature page system is built around two fairly powerful Mediawiki add-ons that allow us to:
- Create forms for creating and editing the pages, and
- Create database-like queries that will automatically generate lists based on various properties in the feature pages
Below is a list of examples of the queries and their output, so you can get a sense of what's possible.
For more information about queries, see:
- The add-on's inline query documentation
- The list of queryable properties in the new feature pages