Help:Contents
From Leadwerks Developer Wiki
| Description | You type | You get |
| Applies anywhere | ||
| Italicise text |
''italic'' |
italic |
| Bold text |
'''bold''' |
bold |
| Bold and italic |
'''''bold & italic''''' |
bold & italic |
| Internal link (within Leadwerks Engine Wiki) |
[[name of page]] | |
| Redirect |
#redirect [[Target page]] |
1. redirect Target page |
| External link (to other websites) |
[http://www.leadwerks.com] | |
| Escape wiki markup |
with ''markup'' |
with markup |
| Source code |
<source lang="cpp">if ( foo==1 ) {</source> |
if ( foo==1 ) { |
| Colored Text |
<font color="#96C864">#96C864 = this green</font> |
#96C864 = this green |
| Font modification |
<font size="3" face="Times New Roman">Times New Roman</font> |
Times New Roman |
| Applies only at the beginning of the line | ||
| Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
| Bullet list |
* one |
|
| Numbered list |
# one |
|
| Definition list |
;Definition |
|
| Thumbnail image |
[[Image:Wiki.png|thumb|Caption text]] |
Image:Kirti.jpg My Photo |
|
Linking to an e-mail address |
mailto:kirti.patel@dolcera.com or [mailto:kirti.patel@dolcera.com kirti] | |
