Differences between revisions 2 and 3
Revision 2 as of 2009-06-05 15:56:47
Size: 2576
Editor: KaiJaeger
Comment:
Revision 3 as of 2009-06-05 16:01:53
Size: 2755
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Line 13: Line 12:
Line 24: Line 22:
Line 44: Line 41:
Line 49: Line 45:
 * '''''Local links'''', e.g. links to pages within the same wiki
 * '''''Interwiki links'''', e.g. links to pages in other wikis
 * '''''Ordinary links'''', e.g. links to other places on the web
 * '''Local links''', e.g. links to pages within the same wiki
 * '''Interwiki links''', e.g. links to pages in other wikis
 * '''Ordinary links''', e.g. links to other places on the web
Line 59: Line 55:
==== Pages with blanks in their name ====

If their is a page with the name "!This is a valid Page name", you can link to it: [[This is a valid Page name]]
Line 61: Line 61:
If one wants to have [[SamplePage |a potentially fully-fledged description]] of where a link will point to. This is an example of a [[SamplePage | fully-fledged description]] of where a link will point to but without showing the page name at all.
Line 66: Line 66:
=== Ordinary links === Ordinary links ===

SamplePage

Under Construction

Overview

This page contains examples of the most common (but not all) formatting tasks. It is probably the easiest way to find out how to solve every-day formatting problems.

For a complete reference see HelpOnEditing

Paragraphs without and with embedded APL code

When writing a paragraph, remember that in HTML whitespace is ignored. So this is shown as an ordinary paragraph while when editing it you will see that it is not. Not exactly at least.

  • Note that a blank at the beginning of a line provokes indention

You can embed APL code in a paragraph: {{⍵/⍨2=+⌿0=⍵∘.|⍵}⍳⍵} is an example.

One paragraph is separated from another by a blank line.

APL Code

To enter a block of APL code:

    Prim←{{⍵/⍨2=+⌿0=⍵∘.|⍵}⍳⍵}
    Prim 10
2 3 5 7

Note that a blank at the beginning provokes indention:

  •     Prim←{{⍵/⍨2=+⌿0=⍵∘.|⍵}⍳⍵}
        Prim 10
    2 3 5 7

There are all sorts of different links available. See HelpOnLinking for all details. The most common links can be divided into three categroies:

  • Local links, e.g. links to pages within the same wiki

  • Interwiki links, e.g. links to pages in other wikis

  • Ordinary links, e.g. links to other places on the web

By using CamelCase one creates an implicit or automatic link in MoinMoin. This is by far the easiest way to create a link.

Pages with blanks in their name

If their is a page with the name "!This is a valid Page name", you can link to it: This is a valid Page name

This is an example of a fully-fledged description of where a link will point to but without showing the page name at all.

Bold, italic und stuff

This is bold, this is italic and this is both.

You can also cross out pieces of text; nice feature to emphasize a change.

Lists

Note the blank at the beginning of each line in the editor - won't work without it!

Ordered Lists

  1. First entry
  2. Second entry

Unordered Lists

  • An entry
  • Another entry

Tables

Table are not exactly easy in MoinMoin I am afraid.

Main Customers

VW

Germany

BMW

Germany

Vauxhall

UK

Toyota

Japan

Saab

Sweden

Headings

Sub Headings

Sub-sub Headings

SamplePageTemplate (last edited 2010-11-02 07:28:05 by KaiJaeger)