Jump to: navigation, search

Difference between revisions of "Category:Templates"


 
(6 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 Item ===
+
'''Usage:''' Can be used to create a Roadmap Overview Item. 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:''' <nowiki>{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
+
* Add your Roadmap feature here.
+
* Add another Roadmap feature here.}}</nowiki>
+
 
+
'''Preview:'''
+
{{RoadmapOverviewItem | version=X.X | date=add release date here | content=
+
* Add your Roadmap feature here.
+
* Add another Roadmap feature here.}}
+
 
+
 
+
=== 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.