← Revision 328 as of 2007-04-19 11:28:27
Size: 0
Comment:
|
← Revision 329 as of 2008-02-22 12:08:05 →
Size: 1919
Comment: map link testing
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## Please edit system and help pages ONLY in the moinmaster wiki! For more ## information, please see MoinMaster:MoinPagesEditorGroup. ##master-page:WikiSandBox #format wiki #language en '''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. ---- {{{ [[NodeAmnesia|{{http://map.personaltelco.net/gmap.php?nodename=NodeAmnesia}}]] [[http://map.personaltelco.net/?select=NodeLuckyMike|{{http://map.personaltelco.net/gmap.php?nodename=NodePineStreet}}]] }}} [[NodeAmnesia|{{http://map.personaltelco.net/gmap.php?nodename=NodeAmnesia}}]] [[http://map.personaltelco.net/?select=NodeLuckyMike|{{http://map.personaltelco.net/gmap.php?nodename=NodePineStreet}}]] ---- <<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://moinmoin.wikiwikiweb.de/ [[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 <<Anchor(anchorname1)>> == Lists == === Bullet === * first 1. nested and numbered 1. numbered lists are renumbered * second * third blockquote . deeper === Glossary === Term:: Definition === Drawing === {{drawing:mytest}} = Heading 1 = == Heading 2 == === Heading 3 === ==== Heading 4 ==== |
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.
[[NodeAmnesia|{{http://map.personaltelco.net/gmap.php?nodename=NodeAmnesia}}]] [[http://map.personaltelco.net/?select=NodeLuckyMike|{{http://map.personaltelco.net/gmap.php?nodename=NodePineStreet}}]]
Formatting
italic bold typewriter
backtick typewriter (configurable)
bigger smaller this is how it works
preformatted some more and some more lines too
1 def syntax(highlight):
2 print "on"
3 return None
4
1 public void main(String[] args]){
2 System.out.println("Hello world!");
3 }
4
Linking
http://moinmoin.wikiwikiweb.de/ Python
There are anchor links here:
Image Link
Smileys
Alert
Lists
Bullet
- first
- nested and numbered
- numbered lists are renumbered
- second
- third blockquote
- deeper
Glossary
- Term
- Definition
Drawing
Heading 1
Heading 2
Heading 3