##master-page:WikiSandBox
#format wiki
#language en
= Wiki Sand Box =
'''Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!'''

You may want to open HelpOnEditing in a new window or tab while you edit.

----
WikiName

<<Anchor(formatting)>>
== Formatting ==
''italic'' '''bold''' {{{typewriter}}}

`backtick typewriter` (configurable)

~+bigger +~ ~-smaller this is how it works  -~

{{{
preformatted some more
and some more lines too
}}}
{{{
#!python
def syntax(highlight):
    print "on"
    return None
}}}
{{{
#!java
  public void main(String[] args]){
     System.out.println("Hello world!");
  }
}}}
== Linking ==
HelpOnEditing MoinMoin:InterWiki

http://moinmo.in/ [[http://www.python.org/|Python]]

someone@example.com

There are anchor links here:
 * [[#anchorname1]]
 * [[#formatting|Anchor with description(to Formatting block)]]

=== Image Link ===
{{http://c2.com/sig/wiki.gif}}

== Smileys ==
/!\ Alert

<<ShowSmileys>>

<<Anchor(anchorname1)>>
== Lists ==
=== Bullet ===
 * first
  1. nested and numbered
  1. numbered lists are renumbered
 * second
 * third blockquote
  . deeper
=== Glossary ===
 Term:: Definition
=== Drawing ===
{{drawing:mytest}}
{{drawing:anywikitest.adraw}}
= Heading 1 =
== Heading 2 ==
=== Heading 3 ===
==== Heading 4 ====