Jump to: navigation, search

Difference between revisions of "Help:List of Templates"


(Categories)
(Visuals)
Line 152: Line 152:
 
= Visuals =
 
= Visuals =
  
=== Info Graphics ===
+
=== Miscellaneous===
 
{| class="wikitable" | width=80%
 
{| class="wikitable" | width=80%
 
|-
 
|-
 
! width=20% | Template !! width=40% | Parameters !! Comment
 
! width=20% | Template !! width=40% | Parameters !! Comment
 
|-
 
|-
| width=20% | <nowiki>{{RelationInfo}}</nowiki> || title = Description of relation<br />name = Internal name<br />namespace = Namespace node<br />targetleft = Left target type<br />targetright = Right target type<br />relationdata = Relation data template<br />relationdatamc = Relation data MetaClass<br />targetlefticon = Icon of left target<br />targetrighticon = Icon of right target<br />purpose = For what it is used for<br />version = Available since|| Example see [[SYSREL_CONTEXT|SYSREL_CONTEXT]]
+
| width=20% | <nowiki>{{key press|1|2|...}}</nowiki> || 1 = displayed text<br />2 = displayed text|| {{key press|Ctrl|S}}
 
|-
 
|-
| width=20% | <nowiki>{{ReferenceInfo}}</nowiki> || title = Description of reference<br />name = Internal name<br />namespace = Namespace node<br />targettype = Target type<br />targeticon = Icon of target type<br />purpose = For what it is used for<br />version = Available since<br />reference = Name of reference|| Example see [[SYSREF_SATELLITE|SYSREF_SATELLITE]]
+
| width=20% | <nowiki>{{menu_nav|1|2|...}}</nowiki> || 1 = displayed text<br />2 = displayed text|| {{menu_nav|Advanced Settings|Process Model}}
 +
|-
 +
| <nowiki>{{UMM | 1}}</nowiki> || Text to be displayed. || Displays the UBIK MetaModel box.
 
|}
 
|}
  
=== Miscellaneous===
+
=== Info Graphics ===
 
{| class="wikitable" | width=80%
 
{| class="wikitable" | width=80%
 
|-
 
|-
 
! width=20% | Template !! width=40% | Parameters !! Comment
 
! width=20% | Template !! width=40% | Parameters !! Comment
 
|-
 
|-
| width=20% | <nowiki>{{key press|1|2|...}}</nowiki> || 1 = display text<br />2 = displayed text|| {{key press|Ctrl|S}}
+
| width=20% | <nowiki>{{RelationInfo}}</nowiki> || title = Description of relation<br />name = Internal name<br />namespace = Namespace node<br />targetleft = Left target type<br />targetright = Right target type<br />relationdata = Relation data template<br />relationdatamc = Relation data MetaClass<br />targetlefticon = Icon of left target<br />targetrighticon = Icon of right target<br />purpose = For what it is used for<br />version = Available since|| Example see [[SYSREL_CONTEXT|SYSREL_CONTEXT]]
 
|-
 
|-
| <nowiki>{{UMM | 1}}</nowiki> || Text to be displayed. || Displays the UBIK MetaModel box.
+
| width=20% | <nowiki>{{ReferenceInfo}}</nowiki> || title = Description of reference<br />name = Internal name<br />namespace = Namespace node<br />targettype = Target type<br />targeticon = Icon of target type<br />purpose = For what it is used for<br />version = Available since<br />reference = Name of reference|| Example see [[SYSREF_SATELLITE|SYSREF_SATELLITE]]
 
|}
 
|}
  

Revision as of 15:17, 7 May 2015

[edit]

General

Basic

Template Result Comment
{{UBIK}} UBIK® -
{{UBIKSTUDIO}} UBIKSTUDIO Links to article UBIK® Studio Basics
{{UBIKCLIENT}} UBIKCLIENT Links to article UBIK® Client Basics

Table Items

Template Parameters Comment
{{NewsItem|1|2}} 1 = Date, 2 = News text A single news item line
{{VersionItem|1|2}} 1 = Date of release, 2 = Links to Version pages (use above templates) Creates a single version item line

Version Pages

Template Parameters Comment
{{Version/Android|1}} 1 = Full version number x.y.z Links to page Version x.y (Android) / tab x.y.z
{{Version/Server|1}} 1 = Full version number x.y.z Links to page Version x.y (Server) / tab x.y.z
{{Version/Web|1}} 1 = Full version number x.y.z Links to page Version x.y (Web) / tab x.y.z
{{Version/Windows|1}} 1 = Full version number x.y.z Links to page Version x.y (Windows) / tab x.y.z

Categories

Add a category

Template Parameters Comment
{{Category/Version|1}} 1 = x.y.z Adds a category Version x.y to the article
{{Category/Version2|1}} 1 = {{PAGENAME}} Adds a category Version x.y to the article; use only in Version pages
{{Category/Versions|1}} 1 = {{PAGENAME}} Adds a category Version with sort key xy to a category page; use only in Version categoriy pages
{{Releasenote|1}} (OBSOLETE!!) 1 = Release number Adds a category Release notes to the article

Link to a category

Template Parameters Comment
{{Category/Studio}} Studio Links to category Studio
{{Category/Client}} Client Links to category Client
{{Category/Server}} Server Links to category Server
{{Category/Android}} Android Links to category Android
{{Category/Windows}} Windows Links to category Windows
{{Category/Web}} Web Links to category Web

Studio

Controls

Template Result Comment
{{BE}}, {{BULKEDITOR}} Bulk Editor Links to article Bulk Editor
{{CD}}, {{CLASSDETAILS}} CD Links to article CD
{{CE}}, {{CODEEDITOR}} CE Links to article CE
{{OE}}, {{OBJECTEDITOR}} OE Links to article OE
{{OX}}, {{OBJECTEXPLORER}} OX Links to article OX
{{RE}}, {{RELATIONEDITOR}} RE Links to article RE-
{{WE}}, {{WORKFLOWEDITOR}} WE Links to article WE

Data Types

UBIK Property Types

Template Parameters Comment
{{Undefined}} - Link to Undefined
{{Boolean}} - Link to Boolean
{{ByteStream}} - Link to ByteStream
{{SourceCode}} - Link to Source Code
{{DateTime}} - Link to Date/Time
{{Double}} - Link to Double
{{FileReference}} - Link to File reference
{{GeoData}} - Link to Geographic Coordinate
{{Guid}} - Link to Guid
{{Integer}} - Link to Double
{{Text}} - Link to Text
{{XML}} - Link to XML
{{PropertyType | 1 | 2}} 1 = section anchor name
2 = displayed text
Link to Integer

MSDN Data Types

Template Parameters Comment
{{MSDN/Char}} - Link to Char
{{MSDN/Boolean}} - Link to Boolean
{{MSDN/Int32}} - Link to Integer
{{MSDN/Object}} - Link to Object
{{MSDN/String}} - Link to String
{{MSDN/XmlElement}} - Link to XmlElement
{{MSDN/XPathDocument}} - Link to XPathDocument
{{MSDN/XPathNavigator}} - Link to XPathNavigator

Visuals

Miscellaneous

Template Parameters Comment
{{key press|1|2|...}} 1 = displayed text
2 = displayed text
Ctrl+S
{{menu_nav|1|2|...}} 1 = displayed text
2 = displayed text
Advanced Settings→Process Model
{{UMM | 1}} Text to be displayed. Displays the UBIK MetaModel box.

Info Graphics

Template Parameters Comment
{{RelationInfo}} title = Description of relation
name = Internal name
namespace = Namespace node
targetleft = Left target type
targetright = Right target type
relationdata = Relation data template
relationdatamc = Relation data MetaClass
targetlefticon = Icon of left target
targetrighticon = Icon of right target
purpose = For what it is used for
version = Available since
Example see SYSREL CONTEXT
{{ReferenceInfo}} title = Description of reference
name = Internal name
namespace = Namespace node
targettype = Target type
targeticon = Icon of target type
purpose = For what it is used for
version = Available since
reference = Name of reference
Example see SYSREF SATELLITE

Tab Pages

Template Result Comment
{{ActivityClose}} <headertabs /> Places the tabs tag into the page at the current position

Infoboxes

Template Parameters Comment
{{ActivityInfoBox}} title = Description of activity
name = Internal name
image = Small UI representation
imagecaption = Image description
purpose = For what it is used for
category = Activity category within Workflow Editor
returns = Description of returned object
version = Available since
Example see CreateInstance (Activity)
{{ClassificationInfoBox}} title = Description of classification
name = Internal name
inheritance = Inheritance owner
namespace = Namespace node
purpose = For what it is used for
version = Available since
Example see SYSCLS MEASUREMENTTASK
{{ControlInfoBox}} title = Description of control
name = Internal name
image = Small UI representation
imagecaption = Image description
purpose = For what it is used for
context = Accepted object types
version = Available since
Example see Bulk Editor
{{MetaClassInfoBox}} title = Description of classification
name = Data model name
internalname = Class model name
namespace = Namespace node
purpose = For what it is used for
version = Available since
Example see APPLICATION
{{ReferenceInfoBox}} title = Description of reference
name = Internal name
namespace = Namespace node
purpose = For what it is used for
version = Available since
Example see SYSREF SATELLITE
{{RelationInfoBox}} title = Description of relation
name = Internal name
namespace = Namespace node
targetleft = Left target type
targetright = Right target type
relationdata = Relation data template
relationdatamc = Relation data MetaClass
purpose = For what it is used for
version = Available since
Example see SYSREL CONTEXT
{{RelationDataInfoBox}} title = Description of relation data
name = Internal name
inheritance = Inheritance owner
namespace = Namespace node
purpose = For what it is used for
version = Available since
Example see RELATIONDATA

See also

Editing