Differences between revisions 6 and 7
Revision 6 as of 2009-06-05 16:13:39
Size: 3404
Editor: KaiJaeger
Comment:
Revision 7 as of 2009-07-01 09:00:51
Size: 3552
Editor: KaiJaeger
Comment: cosmetics
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''~+Still under Construction but already usefull+~''' '''~+Still under Construction but already useful+~'''
Line 8: Line 8:
First thing to note is that this page is useful only when displayed in the Text editor.
Line 15: Line 17:
 Note that a blank at the beginning of a line provokes indention.  . Note that a blank at the beginning of a line provokes indention.
Line 29: Line 31:
Note that a blank at the beginning provokes indention: Note that a blank at the beginning provokes indention as it does with ordinary paragraphs:
Line 49: Line 51:
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]] 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 52: Line 54:
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. This kind of link is called a '''free link'''. This is an example of a [[SamplePage|fully-fledged description]] (don't click at this link!) of where a link will point to but without showing the page name at all. This kind of link is called a '''free link'''.
Line 57: Line 59:
This can also be a free link: [[WikiPedia:APL_programming_language | Information about APL in the Wikipedia]] This can also be a free link: [[WikiPedia:APL_programming_language|Information about APL in the Wikipedia]]
Line 60: Line 62:
If you want the URL itself to be the link text: http://www.vector.org.uk/
Line 61: Line 64:
If you want to be the URL itself the link text: http://www.vector.org.uk/

Or as a free link: [[http://www.vector.org.uk/ | Vector, the respected magazine of BAA]]
Or as a free link: [[http://www.vector.org.uk/|Vector, the respected magazine of BAA]]
Line 66: Line 67:

The fact that !CamelCasing creates a linka automatically is sometimes unwanted. For example, when you refer to the software package !SubVersion, you might or might not want it to become a link.
The fact that !CamelCasing creates a link automatically is sometimes unwanted. For example, when you refer to the software package !SubVersion, you might or might not want it to become a link.

SamplePage

Still under Construction but already useful

Overview

First thing to note is that this page is useful only when displayed in the Text editor.

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 as it does with ordinary paragraphs:

  •     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 (don't click at this link!) of where a link will point to but without showing the page name at all. This kind of link is called a free link.

To link to the APL-related page in the Wikipedia: APL_programming_language

This can also be a free link: Information about APL in the Wikipedia

If you want the URL itself to be the link text: http://www.vector.org.uk/

Or as a free link: Vector, the respected magazine of BAA

The fact that CamelCasing creates a link automatically is sometimes unwanted. For example, when you refer to the software package SubVersion, you might or might not want it to become a link.

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)