Differences between revisions 347 and 370 (spanning 23 versions)
Revision 347 as of 2009-02-15 12:40:49
Size: 2540
Editor: 61
Comment: , http://vodecyp.cn/honda/braman-honda-wpb.html braman honda wpb, >:PP, http://
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://curmijy.cn/honda/atv-honda-trx-250r.html atv honda trx 250r, %[[, http://kumobu.cn/honda/beavers-honda.html beavers honda, :-]], http://uhoukaj.cn/honda/bobby-rahal-honda-used-cars-harrisburg.html bobby rahal honda used cars harrisburg, 770, http://ireloz.cn/honda/battery-light-in-1998-honda-civic.html battery light in 1998 honda civic, 2641, http://idepuli.cn/honda/baha-honda-state-park.html baha honda state park, 33395, http://uhoukaj.cn/honda/body-exterior-door-molding-honda-civic.html body exterior door molding honda civic, >:-DD, http://epabofi.cn/honda/auto-honda-vtx.html auto honda vtx, %-PP, http://xoqutez.cn/honda/buy-2002-honda-accord.html buy 2002 honda accord, 0617, http://vodecyp.cn/honda/branfon-honda-pa.html branfon honda pa, %-DD, http://yweunra.cn/honda/buy-imported-honda-engines.html buy imported honda engines, 41172, http://azicafe.cn/honda/antifreeze-recomended-for-hondas.html antifreeze recomended for hondas, :-]], http://epabofi.cn/honda/auto-haus-niemieckie-kris-honda.html auto haus niemieckie kris honda, 069635, http://yweunra.cn/honda/buy-honda-four-wheeler-florida.html buy honda four wheeler florida, eal,
'''Tip:''' Shift-click "HelpOnEditing" to open a second window with the help pages.
Line 5: Line 11:
CategorySpoof
Line 7: Line 12:
---- /!\ '''Edit conflict - your version:''' ----
, http://vodecyp.cn/honda/braman-honda-wpb.html braman honda wpb, >:PP, http://curmijy.cn/honda/atv-honda-recon-electric-shift-problem.html atv honda recon electric shift problem, 4714, http://hywtej.cn/honda/autostart-honda-eu6500.html autostart honda eu6500, 6897, http://yweunra.cn/honda/c-70-honda.html c-70 honda, 6671, http://curmijy.cn/honda/atlanta-dealer-honda.html atlanta dealer honda, =-[, http://vodecyp.cn/honda/bsw-racing-honda.html bsw racing honda, 8-))), http://azicafe.cn/honda/antelope-valley-used-car-honda-fit.html antelope valley used car honda fit, 06026, http://vodecyp.cn/honda/bras-for-honda-ridge-line.html bras for honda ridge line, 8-(, http://azicafe.cn/honda/are-honda-safe.html are honda safe, dmp, http://ireloz.cn/honda/barrie-used-honda.html barrie used honda, 8458, http://epabofi.cn/honda/auto-honda-xr50.html auto honda xr50, cmir, http://opaenow.cn/honda/bike-parts-honda-m-p.html bike parts honda m p, =-[, http://xoqutez.cn/honda/bumper-for-2007-honda-civic-hybrid.html bumper for 2007 honda civic hybrid, pxotro, http://epabofi.cn/honda/auto-parts-for-1995-honda-prelude.html auto parts for 1995 honda prelude, koqz,
----
CategorySpoof
== 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 :/