##master-page:WikiSandBox #format wiki #language en #pragma camel-case on = Wiki Sand Box = '''Feel free to experiment here, after the four dashes below.''' '''This Sand Box page has !CamelCase turned on. However, by default, it is not turned on in Griffin wiki pages.''' You may want to open HelpOnEditing in a new window or tab while you edit. ---- <> == 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!"); } }}} {{{#!rst This is a *very* simple example. If you see two asterisks around the word "very" in the previous sentence, then the module docutils is improperly installed (or not installed at all). When the module docutils is there, the word is displayed in italics and this whole block of text is not displayed in a special source-code-like format, but like a normal part of the page. }}} == 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}}} (Embedding disabled for this example.) ''Embedding an external image with an insecure connection will make a web page look insecure in Griffin. Not recommended.'' == Smileys == /!\ Alert <> <> == 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 ====