Jump to: navigation, search

Difference between revisions of "Category:Templates"


 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{UnderConstructionStart}}
 
 
 
This category contains templates created by Augmensys.
 
  
 
== General templates ==
 
== General templates ==
 
+
General templates created by Augmensys are described in the [[General_Templates|General Templates page]].
=== UBIK ===
+
'''Usage:''' When used in the Wiki, the UBIK name should always be displayed with the registered trademark symbol.
+
 
+
'''Code:''' <nowiki>{{UBIK}}</nowiki>
+
 
+
'''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:''' <nowiki>{{Version/WinXSince|3.7}}</nowiki>
+
 
+
'''Preview:'''
+
{{Version/WinXSince|3.7}}
+
 
+
 
+
=== Attention ===
+
'''Usage:''' This template can be used to catch the reader's attention on a specific paragraph or sentence.
+
 
+
'''Code:''' <nowiki>{{Attention|Add your text here.}}</nowiki>
+
 
+
'''Preview:'''
+
{{Attention|Add your text here.}}
+
 
+
 
+
=== Info ===
+
'''Usage:''' This template can be used to highlight specific a specific paragraph or sentence.
+
 
+
'''Code:''' <nowiki>{{hint|Add your text here.}}</nowiki>
+
 
+
'''Preview:'''
+
{{hint|Add your text here.}}
+
 
+
 
+
=== Check Mark ===
+
'''Usage:''' Check mark symbol
+
 
+
'''Code:''' <nowiki>{{Check_mark}}</nowiki>
+
 
+
'''Preview:'''
+
{{Check_mark}}
+
 
+
 
+
=== Under Construction Start tag ===
+
'''Usage:''' Can be used to announce the start of a section or page that is currently in progress.
+
 
+
'''Code:''' <nowiki>{{UnderConstructionStart}}</nowiki>
+
 
+
'''Preview:'''
+
{{UnderConstructionStart}}
+
 
+
 
+
=== Under Construction End tag ===
+
'''Usage:''' Can be used to announce the end of a section or page that is currently in progress.
+
 
+
'''Code:''' <nowiki>{{UnderConstructionEnd}}</nowiki>
+
 
+
'''Preview:'''
+
{{UnderConstructionEnd}}
+
 
+
  
 
== Roadmap templates ==
 
== Roadmap templates ==
 
+
Roadmap related templates created by Augmensys are described in the [[Roadmap_Templates|Roadmap Templates page]].
=== 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 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 in the form of a short feature description and eventually a Roadmap chip to highlight the related project.
+
 
+
'''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 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}}
+
 
+
 
+
=== Mobile Chip ===
+
'''Usage:''' Can be used as a tag to highlight Mobile specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-Mobile}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-Mobile}}
+
 
+
 
+
=== Server Chip ===
+
'''Usage:''' Can be used as a tag to highlight Server specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-Server}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-Server}}
+
 
+
 
+
=== Xamarin Chip ===
+
'''Usage:''' Can be used as a tag to highlight Xamarin specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-Xamarin}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-Xamarin}}
+
 
+
 
+
=== WinX Chip ===
+
'''Usage:''' Can be used as a tag to highlight WinX specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-WinX}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-WinX}}
+
 
+
 
+
=== Studio Chip ===
+
'''Usage:''' Can be used as a tag to highlight Studio specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-Studio}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-Studio}}
+
 
+
 
+
=== MaTaP Chip ===
+
'''Usage:''' Can be used as a tag to highlight MaTaP specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-MaTaP}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-MaTaP}}
+
 
+
 
+
=== CUI Chip ===
+
'''Usage:''' Can be used as a tag to highlight CUI specific Roadmap features.
+
 
+
'''Code:''' <nowiki>{{RoadmapChip-CUI}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapChip-CUI}}
+
 
+
 
+
 
+
 
+
{{UnderConstructionEnd}}
+

Latest revision as of 16:54, 27 May 2024

General templates

General templates created by Augmensys are described in the General Templates page.

Roadmap templates

Roadmap related templates created by Augmensys are described in the Roadmap Templates page.