Zurück Weiter Bearbeiten Umbenennen Rückgängig Neu laden Suchen Verwaltung
| Dokumentation |
|
| Syntax | Beschreibung | Ergebnis |
|---|---|---|
| *fett* | formatiert fett. | fett |
| /kursiv/ | formatiert kursiv. | kursiv |
| =TypeWriter= | benutzt Unproportionalschrift. | TypeWriter |
| _unterstrichen_ | formatiert unterstrichen. | unterstrichen |
| If you type... | You get... |
|---|---|
|
Gambas Already Means BASIC! | Gambas Already Means BASIC! |
|
Gambas Already Means BASIC! | Gambas Already Means BASIC! |
| If you type... | You get... |
|---|---|
|
Gambas Already_ Means BASIC! |
Gambas Already Means BASIC! |
| Syntax | Description | Result |
|---|---|---|
|
+Title | Displays a big title. |
Title |
|
++Title | Displays a smaller title. |
Title |
|
+++Title | And so on... |
Title |
|
++++Title |
Title | |
| -- | Horizontal line |
|
|
== <u>This is *verbatim* text</u> == | Verbatim text. Note that the HTML markup are interpreted. |
This is *verbatim* text |
| Syntax | Description |
|---|---|
| [[ | Begins a table. |
| ]] | Ends a table. |
| ][ | Separates two rows. |
| - | Separates two columns. |
| If you type... | You get... | If you type... | You get... | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
[[ First header - Second header - Third header ][ 1 - 2 - 3 ][ 4 - 5 - 6 ]] |
|
[[ ][ 1 - 2 - 3 ][ 4 - 5 - 6 ]] |
|
| Syntax | Description | Result |
|---|---|---|
| [/lang/arithop] | Link to a topic | Arithmetische Operatoren |
| [http://gambas.sourceforge.net|Gambas web site] | Link to any URL | Gambas web site |
| What is ASCII ? | Autolink | What is ASCII ? |
| What is \ASCII ? | How to disable Autolink | What is ASCII ? |
| You type... | You get... |
|---|---|
|
{syntax This is the syntax of a function } |
This is the syntax of a function |
|
{example Example } |
BeispielExample |
|
{seealso See also these functions... } |
Siehe auchSee also these functions... |
|
{box Just a box } |
Just a box
|
|
{warning Warning! } | |
|
{info Note that point. } | |
|
{vb Visual Basic does not work like Gambas. } | |
|
{tip A tip may help you. } |
| Special command | Description |
|---|---|
| @components | Inserts the list of all components. |
| @classes | Inserts the list of all classes of the current component. |
| @symbols | Inserts the list of all symbols of the current class. |
| @index /root/index/path | Creates an index of all pages of the specified root path. Only the first level pages are indexed. |
| @version | Inserts the current Gambas interpreter version installed on the wiki host system. |