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)
preformatted
Preformatted Code -- Use three curly braces on a separate line at the beginning and end of the code block
`{{{`
import com.foo.Bar;
// Import log4j classes.
import org.apache.log4j.Logger;
import org.apache.log4j.BasicConfigurator;
public class MyApp {
// Define a static logger variable so that it references the
// Logger instance named "MyApp".
static Logger logger = Logger.getLogger(MyApp.class);
public static void main(String[] args) {
// Set up a simple configuration that logs on the console.
BasicConfigurator.configure();
logger.info("Entering application.");
Bar bar = new Bar();
bar.doIt();
logger.info("Exiting application.");
}
}
``}}}
Linking
HelpOnEditing MoinMoin:InterWiki
http://purl.net/wiki/moin/ Python
Image Link
Lists
Bullet
- first
- nested and numbered
- numbered lists are renumbered
- second blockquote
- deeper
Glossary
- Term
- Definition
