Older Version Newer Version

JanetTerra JanetTerra Aug 7, 2006

Test your Wiki editing skills here.
[[www:wikitext|WikiText Markup]]

Horizontal Line done with four or more consecutive hyphens
----

=Heading 1=

==Heading 2==

===Heading 3===

Bulletted Lists are done with a preceding asterisk
* Cinderella
* Snow White

Numbered Lists are done with a preceding pound (numeral) sign
# Mercury
# Mars
# Venus
# Earth

A line feed begins numbering at 1 again
# Monday
# Tuesday
# Wednesday

# Thursday
# Friday

**Bold**
//Italics//
__Underscore__
{{Monospaced Font}}

Some combinations are possible

**//Bold Italics//**
{{__**//Bold Italics Underscored Monospaced//**__}}

> indent

External Hyperlinks
URL http://www.libertybasic.com
[[http://www.libertybasic.com|Liberty BASIC]]

HyperLink within this WikiSpace
[[StylebitsWindowsConstants|Stylebits and Windows Constants]]

Email
Email [[mailto:help@wikispaces.org|help@wikispaces.org]]

Table
|| Table || Table || Table ||
|| Table || Table || Table ||
|| Table || Table || Table ||

----
Horizontal Line


Signatures
[[user:Alyce]]
[[user:Alyce|1136644960]]

Signature Shortcuts with Tildes (~)
Signature Alone [[user:JanetTerra]] (3 Consecutive Tildes)
Signature and Date [[user:JanetTerra|1154995491]] (4 Consecutive Tildes)


Images
[[image:sprite3club.gif]]

[[image:sprite3rock.gif]]

Files
[[file:Plot3D.zip]]

To post code, use code inside double brackets to start the code and code inside double brackets to end the code
[[code]]
[test]
Print "Hello World"
End
[[code]]

To post code using colored syntax use code format="vb" inside double brackets to start and the and code inside double brackets to end the code
[[code format="vb"]]
n = 10
For i = 1 to 20
    Print n ^ 1
Next i
Print, "Now that's a pretty big number!"
[[code]]

|| Box made as single element table. How does this work? New line. ||


Use the Preview Button or the Save Button to see the results.