Difference between revisions of "Help:WikiFormatting"

From WikiLEC
Jump to: navigation, search
Line 21: Line 21:
 
</pre>
 
</pre>
 
|-
 
|-
 +
|
 +
===Heading 3===
 
|<pre>
 
|<pre>
 
===Heading 3===
 
===Heading 3===
Line 29: Line 31:
 
|<pre>
 
|<pre>
 
====Heading 4====
 
====Heading 4====
 +
</pre>
 +
|}
 +
 +
 +
===Formatting===
 +
{| border=1
 +
! What it looks like
 +
! What you type
 +
|-
 +
|
 +
''italics''
 +
|<pre>
 +
''italics''  (2 single quotes)
 +
</pre>
 +
|-
 +
|
 +
'''bold'''
 +
|<pre>
 +
'''bold'''  (3 quotes)
 +
</pre>
 +
|-
 +
|
 +
'''''bolditalics'''''
 +
|<pre>
 +
'''''bolditalics'''''  (5 quotes)
 +
</pre>
 +
|}
 +
 +
 +
===Links===
 +
{| border=1
 +
! What it looks like
 +
! What you type
 +
|-
 +
|
 +
Links to other topics on this wiki
 +
 +
[[MainPage]]
 +
|<pre>
 +
[[MainPage]]
 +
</pre>
 +
|-
 +
|
 +
Links to external websites
 +
 +
http://lotuselancentral.com
 +
|<pre>
 +
http://lotuselancentral.com
 +
</pre>
 +
|-
 +
|
 +
Change the link text
 +
 +
[http://lotuselancentral.com LEC]
 +
|<pre>
 +
[http://lotuselancentral.com LEC]
 
</pre>
 
</pre>
 
|}
 
|}
Line 76: Line 134:
 
</pre>
 
</pre>
 
|}
 
|}
 +
 +
===Images and media===
 +
 +
To embed images and other media, upload the file you want to embed using the ''upload file'' link on the left, then once it's uploaded type the file's name

Revision as of 09:07, 11 July 2007

Wiki Markup

Wiki markup is fairly easy to get the hang of, here are some of the basics:

Creating headings

What it looks like What you type

Heading 1

=Heading 1=

Heading 2

==Heading 2==

Heading 3

===Heading 3===

Heading 4

====Heading 4====


Formatting

What it looks like What you type

italics

''italics''  (2 single quotes)

bold

'''bold'''  (3 quotes)

bolditalics

'''''bolditalics'''''  (5 quotes)


Links

What it looks like What you type

Links to other topics on this wiki

MainPage

[[MainPage]]

Links to external websites

http://lotuselancentral.com

http://lotuselancentral.com

Change the link text

LEC

[http://lotuselancentral.com LEC]


Lists

What it looks like What you type

Numbered lists

  1. item
  2. item 2
    1. sub item
# item
# item 2
## sub item

Bulleted lists

  • item
  • item 2
    • sub item
* item
* item 2
** sub item

Mix lists

  1. item
    • sub item
    • sub item 2
  2. item 2
# item
#* sub item 
#* sub item 2
# item 2

Images and media

To embed images and other media, upload the file you want to embed using the upload file link on the left, then once it's uploaded type the file's name