If you want to emphasize something, use '''bold''' style.
If you want to refer to the exact name of something in the UI of UBIK, use ''italic'' style.
===Lists===
Use the WikiTable like in the following example:
<code>{| class="wikitable"
|-
! Columns 1!! Column 2
| Row 3.1|| Row 3.2
|-
|}</code>
will result in
{| class="wikitable"
|-
! Columns 1!! Column 2
|-
| Row 1.1|| Row 1.2
|-
| Row 2.1|| Row 2.2
|-
| Row 3.1|| Row 3.2
|-
|}
===Code===
Use a leading blank to format text as source code, or the <code><code>-Tag</code>.
===Tips and hints===
Tips and hints can be emphasized by a leading blank in the respective line, wihich will lead to this result.
===Attention===
===Colors===
Colors should be used very sparingly and only if they really contribute to the better understanding of a text.
===Other Useful templates===
* The KeyPress template allows you to display keyboard commands, so <code><nowiki>{{key press|Ctrl|W}}</nowiki></code> will result in {{key press|Ctrl|W}}
* Use the [[Template:UMM|UBIK MetaModel]] template to refer to the data model:
{{UMM|A descriptive model, where objects provide information about the aspects of the data, is also called “Metamodel”.}}
==Images==