| 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 MillionDollarWiki)
|
[[name of page]]
[[name of page|display text]]
|
name of page
display text
|
|
|
External link
(to other websites)
|
[http://www.example.org]
[http://www.example.org display text]
http://www.example.org
|
[1]
display text
http://www.example.org
|
|
|
Adding IMAGES
|
- Go to the bottom of any page and click "Upload file"
- Select the image you want to upload.
- Click upload.
- Display your image with:
[[Image:Help.jpg| Flyover Text]]
To make it link to your website, see below.
|
|
|
|
Link IMAGES
|
- Copy the text below
- Paste it into your page
- Change the image name and the link address
<imagemap>
Image:help.jpg
default [http://milliondollarwiki.com Flyover Text]
</imagemap>
Don't forget to upload images before trying to link them!
|
|
|
|
HTML Files
|
- Including HTML files from your own server is simple
- All you need is the url. Make sure the body of the html is no wider than 650 pixels.
- Tweak the height, width, and set the scrolling to yes or no to get it looking just right!
- Copy the text below
- Paste it into your page
- Change the url to yours
<websiteFrame>
website=http://www.yourwebsite.com/your.html
height=100
width=100
border=0
scroll=no
</websiteFrame>
|
|
|
|
YouTube Videos
|
- Adding YouTube videos is simple
- You need the v=ID from the video, found in the "URL" box next to the video on youtube.com
- Add this code to your page and change it so v="your video id"
Example:
<youtube v="TPhpsIK7pDc" />
|
|
|
|
|
Sign your posts
on talk pages
|
~~~~
|
Your username 14:37,
12 March 2010 (UTC)
|
| Applies only at the beginning of the line
|
Headings
A Table of Contents will automatically be generated when four headings are added to an article.
|
== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======
|
Level 1
Level 2
Level 3
Level 4
Level 5
|
|
|
| Bullet list
|
* one
* two
** two point one
* three
|
|
|
|
| Numbered list
|
# one
# two
## two point one
# three
|
- one
- two
- two point one
- three
|
|
|