Differences between revisions 267 and 370 (spanning 103 versions)
Revision 267 as of 2009-02-09 20:08:51
Size: 1383
Editor: 217
Comment: , http://babie-3.epyqare.cn babie 3, 575, http://anime-12.efyati.cn anime 12,
Revision 370 as of 2009-12-23 14:50:56
Size: 2334
Editor: localhost
Comment: converted to 1.6 markup
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
#acl Known:read,write,delete,revert All:read
Please feel free to experiment here, after the four dashes below... and please do '''NOT''' create new pages without any meaningful content just to try it out!
Line 2: Line 9:
---- /!\ '''Edit conflict - other version:''' ----
, http://ricerca.owyebe.cn ricerca, %((, http://gp-10.urulibe.cn gp 10, 344, http://antioxidants.efyati.cn antioxidants, hqd, http://shark-9.akesima.cn shark 9, gtq, http://websites-14.qocylis.cn websites 14, wfyiiq, http://resources-15.ocugiaw.cn resources 15, 6968, http://mozilla.ubaofyv.cn mozilla, gdrqd, http://law-47.bemyluk.cn law 47, 612468, http://price-22.oxaykeb.cn price 22, 8-[, http://web-32.qocylis.cn web 32, 215941, http://marriage-23.gotnyeq.cn marriage 23, =[, http://magistrates.bypeny.cn magistrates, unae,
'''Tip:''' Shift-click "HelpOnEditing" to open a second window with the help pages.
Line 5: Line 11:
CategoryTemplate
Line 7: Line 12:
---- /!\ '''Edit conflict - your version:''' ----
, http://babie-3.epyqare.cn babie 3, 575, http://anime-12.efyati.cn anime 12, 541, http://house-33.ewyozfi.cn house 33, 1576, http://principles-2.jutviw.cn principles 2, 072763, http://storage-12.kybqeik.cn storage 12, %]]], http://sheds-2.eweudfo.cn sheds 2, 812949, http://comments-8.sulxyom.cn comments 8, vjery, http://girlfriend's.zitryc.cn girlfriend's, 905003, http://printer-2.jutviw.cn printer 2, 45542, http://3d-11.foknip.cn 3d 11, 638, http://houston-41.ewyozfi.cn houston 41, 2047, http://tourism-3.gacxyih.cn tourism 3, rffvsd, http://weight-6.qocylis.cn weight 6, sqzp, http://share-1.akesima.cn share 1, :-[[[,
----
CategoryTemplate
== Formatting ==
Line 12: Line 14:
---- /!\ '''End of edit conflict''' ---- ''italic'' '''bold''' {{{typewriter}}}

`backtick typewriter` (configurable)

~+ bigger +~ ~- smaller -~

{{{
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]]

[[http://www.merimbula.org|Merimbula]]

[email protected]


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

== Smileys ==

/!\ Alert

== 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 ====

= IRC Log test =

{{{#!irc
(23:18) < jroes> ah
(23:19) < jroes> hm, i like the way {{{ works, but i was hoping the lines would wrap
(23:21) -!- gpciceri [[email protected]] has quit [Read error: 110 (Connection timed out)]
(23:36) < ThomasWal> you could also write a parser or processor
(23:38) < jroes> i could?
(23:38) < jroes> would that require modification on the moin end though?
(23:38) < jroes> i cant change the wiki myself :x
(23:39) < ThomasWal> parsers and processors are plugable
(23:39) < ThomasWal> so you dont need to change the core code
(23:40) < ThomasWal> you need to copy it to the wiki data directory though
(23:40) < jroes> well, what i meant to say was that i dont have access to the box running the wiki
(23:40) < ThomasWal> then this is no option
(23:40) < jroes> yeah :/
}}}

Please feel free to experiment here, after the four dashes below... and please do NOT create new pages without any meaningful content just to try it out!

Tip: Shift-click "HelpOnEditing" to open a second window with the help pages.


Formatting

italic bold typewriter

backtick typewriter (configurable)

bigger smaller

preformatted some more
and some more lines too

   1 def syntax(highlight):
   2     print "on"
   3     return None

   1   public void main(String[] args]){
   2      System.out.println("Hello world!");
   3   } 

Linking

HelpOnEditing InterWiki

http://moinmoin.wikiwikiweb.de/ Python

Merimbula

[email protected]

http://c2.com/sig/wiki.gif

Smileys

/!\ Alert

Lists

Bullet

  • first
    1. nested and numbered
    2. numbered lists are renumbered
  • second
  • third blockquote
    • deeper

Glossary

Term
Definition

Drawing

Heading 1

Heading 2

Heading 3

Heading 4

IRC Log test

   1 (23:18) <     jroes> ah
   2 (23:19) <     jroes> hm, i like the way {{{ works, but i was hoping the lines would wrap
   3 (23:21) -!- gpciceri [[email protected]] has quit [Read error: 110 (Connection timed out)]
   4 (23:36) < ThomasWal> you could also write a parser or processor
   5 (23:38) <     jroes> i could?
   6 (23:38) <     jroes> would that require modification on the moin end though?
   7 (23:38) <     jroes> i cant change the wiki myself :x
   8 (23:39) < ThomasWal> parsers and processors are plugable
   9 (23:39) < ThomasWal> so you dont need to change the core code
  10 (23:40) < ThomasWal> you need to copy it to the wiki data directory though
  11 (23:40) <     jroes> well, what i meant to say was that i dont have access to the box running the wiki
  12 (23:40) < ThomasWal> then this is no option
  13 (23:40) <     jroes> yeah :/