Jump to: navigation, search

Difference between revisions of "Category:Templates"


Line 70: Line 70:
  
 
== Roadmap templates ==
 
== 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 ===
 
=== Roadmap Overview Item ===
'''Usage:''' Can be used to create a Roadmap Overview Item. It contains the following properties:
+
'''Usage:''' Can be used to create a Roadmap Overview Item to 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
 
* 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
 
* date: the release date that will be displayed in the header on the right
Line 79: Line 105:
 
'''Code:''' <nowiki>{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
 
'''Code:''' <nowiki>{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
 
* Add your Roadmap feature here.
 
* Add your Roadmap feature here.
* Add another Roadmap feature here.}}</nowiki>
+
* Add another Roadmap feature here.
 +
* {{RoadmapChip-WinX}} Support Bing Maps Road for UWP.}}</nowiki>
  
 
'''Preview:'''
 
'''Preview:'''
 
{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
 
{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
 
* Add your Roadmap feature here.
 
* Add your Roadmap feature here.
* Add another 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 here
 +
add another Roadmap Detail Feature here
 +
add 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 here
 +
add another Roadmap Detail Feature here
 +
add 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}}  
  
  

Revision as of 10:55, 15 May 2024

Wiki Under Construction Start.PNG


This category contains templates created by Augmensys.

General templates

UBIK

Usage: When used in the Wiki, the UBIK name should always be displayed with the registered trademark symbol.

Code: {{UBIK}}

Preview: UBIK®


Version flag

Usage: To highlight a section, paragraph, or sentence as valid since a specific version, this can be done with the Version flag. Clicking on the flag leads to navigating to the related version page. Hovering over the flag invokes a tooltip with version and platform information that can be customized by adapting the "WinXSince" and "3.7" in the template code. Valid platforms are: -> add list

Code: {{Version/WinXSince|3.7}}

Preview:


Attention

Usage: This template can be used to catch the reader's attention on a specific paragraph or sentence.

Code: {{Attention|Add your text here.}}

Preview:

IC Attention.pngAdd your text here.


Info

Usage: This template can be used to highlight specific a specific paragraph or sentence.

Code: {{hint|Add your text here.}}

Preview:

IC Hint square.pngAdd your text here.


Check Mark

Usage: Check mark symbol

Code: {{Check_mark}}

Preview: IC Check Mark.png


Under Construction Start tag

Usage: Can be used to announce the start of a section or page that is currently in progress.

Code: {{UnderConstructionStart}}

Preview: Wiki Under Construction Start.PNG


Under Construction End tag

Usage: Can be used to announce the end of a section or page that is currently in progress.

Code: {{UnderConstructionEnd}}

Preview: Wiki Under Construction End.PNG


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: {{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 }}

Preview:

Product Roadmap versionReleases
Last ⭐ Current Next Future
Last Roadmap Overview Item Current Roadmap Overview Item Next Roadmap Overview Item Future Roadmap Overview Item

Roadmap Overview Item

Usage: Can be used to create a Roadmap Overview Item to 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
  • content: defines the content that will be displayed for the roadmap item.

Code: {{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.}}

Preview:

vX.X

add release date here

  • Add your Roadmap feature here.
  • Add another Roadmap feature here.
  • WinX Support Bing Maps Road for UWP.

View details



Roadmap Detail Header

Usage: Roadmap header to serve as the orientation of roadmap Detail Items.

Code: {{RoadmapDetailHeader}}

Preview:

Version

Expected Release Date

|

Feature Status

Release Notes


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. Released
  • content: The features that are planned for this version in the form of Roadmap Detail Features.

Code: {{RoadmapDetailItem | version=x.x | date=add release date here | status=status | content= add your Roadmap Detail Feature here add another Roadmap Detail Feature here add one more Roadmap Detail Feature here }}

Preview:

vx.x

add release date here status

Release Notes Server | WinX | Xamarin

add your Roadmap Detail Feature here

add another Roadmap Detail Feature here

add 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. MaTaP
  • feature: Add a short feature description here.
  • inclusion: The status of the feature, default is Confirmed.
  • descr: Release notes

Code: {{RoadmapDetailFeature | product=product | feature=explanation of the feature | descr=add the related release notes here. }}

Preview:

product explanation of the feature

Pending

add the related release notes here.

Example:

MaTaP Productization of MaTaP Features

Confirmed

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: {{RoadmapChip-Announced|Future}}

Preview: Future


Mobile Chip

Usage: Can be used as a tag to highlight Mobile specific Roadmap features.

Code: {{RoadmapChip-Mobile}}

Preview: Mobile


Server Chip

Usage: Can be used as a tag to highlight Server specific Roadmap features.

Code: {{RoadmapChip-Server}}

Preview: Server


Xamarin Chip

Usage: Can be used as a tag to highlight Xamarin specific Roadmap features.

Code: {{RoadmapChip-Xamarin}}

Preview: Xamarin


WinX Chip

Usage: Can be used as a tag to highlight WinX specific Roadmap features.

Code: {{RoadmapChip-WinX}}

Preview: WinX


Studio Chip

Usage: Can be used as a tag to highlight Studio specific Roadmap features.

Code: {{RoadmapChip-Studio}}

Preview: Studio


MaTaP Chip

Usage: Can be used as a tag to highlight MaTaP specific Roadmap features.

Code: {{RoadmapChip-MaTaP}}

Preview: MaTaP


CUI Chip

Usage: Can be used as a tag to highlight CUI specific Roadmap features.

Code: {{RoadmapChip-CUI}}

Preview: CUI



Wiki Under Construction End.PNG