Jump to: navigation, search

Changes


Category:Templates

3,283 bytes added, 15 May
== Roadmap templates ==
 
=== Roadmap Overview ===
'''Usage:''' Can be used to create a Roadmap Overview. It contains the following properties:
* versionReleases: e.g. a link to view all releases of a specific version can be added here.
* content: Roadmap Overview Items for the last, current, next, and future releases can be added here.
 
'''Code:''' <nowiki>{{RoadmapOverview
| versionReleases=versionReleases
| content=
<!-- Begin Content (Items) -->
| last= Last Roadmap Overview Item
| current= Current Roadmap Overview Item
| next= Next Roadmap Overview Item
| future= Future Roadmap Overview Item
}}</nowiki>
 
'''Preview:'''
{{RoadmapOverview
| versionReleases=versionReleases
| content=
<!-- Begin Content (Items) -->
| last= Last Roadmap Overview Item
| current= Current Roadmap Overview Item
| next= Next Roadmap Overview Item
| future= Future Roadmap Overview Item
}}
=== Roadmap Overview Item ===
'''Usage:''' Can be used to create a Roadmap Overview Itemto embed it into a roadmap Overview template. It contains the following properties:
* version: the version number that will be displayed in the header on the left
* date: the release date that will be displayed in the header on the right
'''Code:''' <nowiki>{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
* Add your Roadmap feature here.
* Add another Roadmap feature here.* {{RoadmapChip-WinX}} Support Bing Maps Road for UWP.}}</nowiki>
'''Preview:'''
{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
* Add your Roadmap feature here.
* Add another Roadmap feature here.* {{RoadmapChip-WinX}} Support Bing Maps Road for UWP.}}  === Roadmap Detail Header ==='''Usage:''' Roadmap header to serve as the orientation of roadmap Detail Items. '''Code:''' <nowiki>{{RoadmapDetailHeader}}</nowiki> '''Preview:'''{{RoadmapDetailHeader}}  === Roadmap Detail Item ==='''Usage:''' Can be used to create a Roadmap Detail Item. It contains the following properties:* version: The related version that will be displayed in the header on the left* date: The planned release date for this version.* status: The status of the version in the form of a Roadmap Chip, e.g. {{RoadmapChip-Released|Released}} * content: The features that are planned for this version in the form of Roadmap Detail Features. '''Code:''' <nowiki>{{RoadmapDetailItem | version=x.x| date=add release date here| status=status| content=add your Roadmap Detail Feature hereadd another Roadmap Detail Feature hereadd one more Roadmap Detail Feature here}}</nowiki> '''Preview:'''{{RoadmapDetailItem | version=x.x| date=add release date here| status=status| content=add your Roadmap Detail Feature hereadd another Roadmap Detail Feature hereadd one more Roadmap Detail Feature here}}  === Roadmap Detail Feature ==='''Usage:''' Can be used to create a Roadmap Detail Feature to add it to the Roadmap Detail Item. It contains the following properties:* product: The product the feature belongs to in the form of a Roadmap Chip, e.g. {{RoadmapChip-MaTaP}}* feature: Add a short feature description here.* inclusion: The status of the feature, default is Confirmed.* descr: Release notes '''Code:''' <nowiki>{{RoadmapDetailFeature | product=product | feature=explanation of the feature | descr=add the related release notes here. }}</nowiki> '''Preview:'''{{RoadmapDetailFeature | product=product | feature=explanation of the feature | inclusion=Pending | descr=add the related release notes here. }}'''Example:'''{{RoadmapDetailFeature | product= {{RoadmapChip-MaTaP}}| feature= Productization of MaTaP Features | descr=A basic set of MATAP Features is provided via plugins now. }}  === Announced Future Chip ==='''Usage:''' Can be used as a tag to highlight Mobile specific Roadmap features. '''Code:''' <nowiki>{{RoadmapChip-Announced|Future}} </nowiki> '''Preview:'''{{RoadmapChip-Announced|Future}}
297
edits