guest (74.78.131.250)
Aug 30, 2010
**[[Submit|RETURN to the SUBMIT ARTICLE Page]]**
----
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
Table
|| Table || Table || Table ||
|| Table || Table || Table ||
|| Table || Table || Table ||
indent
**Bold**
//Italics//
__Underscore__
{{Monospaced Font}}
Some combinations are possible
**//Bold Italics//**
{{__**//Bold Italics Underscored Monospaced//**__}}
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]]
----
Horizontal Line Again
Signatures
[[user:JanetTerra]] Shortcut for your own signature 3 consecutive tildes (~)
[[user:JanetTerra|1154996129]] Shortcut for your own signature 4 consecutive tildes (~)
[[user:SomeoneElse]] You can include someone else's signature
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]]
Print "Hello World"
End
[[code]]
To post code using colored syntax use
code format="vb"
inside double brackets to start 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//**
----
**[[Submit|RETURN to the SUBMIT ARTICLE Page]]**
----