Differences between revisions 1 and 2
Revision 1 as of 2005-04-12 08:58:12
Size: 3326
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 2 as of 2009-04-16 08:26:31
Size: 3320
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
There are several way to insert external references[[FootNote(The opposite of external references are the internal, automatic WikiName links.)]] into the text: There are several way to insert external references<<FootNote(The opposite of external references are the internal, automatic WikiName links.)>> into the text:
Line 28: Line 28:
[[FootNote]] <<FootNote>>
Line 50: Line 50:
 * [http://moin.sourceforge.net/]
 * [http://moin.sourceforge.net/ MoinMoin Sourceforge Homepage]
 * http://moin.sourceforge.net/moinmoin.gif
 * [http://moin.sourceforge.net/moinmoin.gif]
 * [http://moin.sourceforge.net/moinmoin.gif moinmoin.gif]
 * [[http://moin.sourceforge.net/]]
 * [[http://moin.sourceforge.net/|MoinMoin Sourceforge Homepage]]
 * {{http://moin.sourceforge.net/moinmoin.gif}}
 * [[http://moin.sourceforge.net/moinmoin.gif]]
 * [[http://moin.sourceforge.net/moinmoin.gif|moinmoin.gif]]
Line 56: Line 56:
  * Self:InterWiki   * InterWiki
Line 58: Line 58:
  * wiki:MeatBall/InterWiki
  * [wiki:MeatBall/InterWiki]
  * [wiki:MeatBall/InterWiki
InterWiki page on MeatBall]
  * MeatBall:InterWiki
  * MeatBall:
InterWiki
  * [[MeatBall:InterWiki|InterWiki page on MeatBall]]
Line 62: Line 62:
 * [#anchorname Anchor Link]  * [[#anchorname|Anchor Link]]

Arbitrary Page Names

If you enclose a sequence of characters in square brackets and double quotes ["like this"], that makes it a page name. That can be used for specific uses of MoinMoin (like organizing a list of items, e.g. your CD collection, by their "natural" name), or if you want to create a wiki with a non-western character encoding.

/!\ This is a configurable feature enabled by allow_extended_names, so it might not work!

URLs and Inline Images

There are several way to insert external references1 into the text:

  • direct URL insertion; if the URL ends in an image extension (".gif", ".jpg" or ".png"), the URL is converted to an image tag.

  • bracketed URLs.
  • InterWiki links.

  • email addresses.

If you enter URLs into normal text, there is the problem of detecting what belongs to the URL and what not. There are four ways to force the ending of an URL:

  • put a space after the URL.
  • use the SixSingleQuotes escaping.

  • put the URL into double quotes.
  • use the bracketed URL syntax.

The supported URL schemes are: http, https, ftp, nntp, news, mailto, telnet, and file. The administrator of your wiki can extend the supported schemes by using the config.url_schemas variable (see HelpOnConfiguration).

In addition to the standard schemes, there are MoinMoin-specific ones: wiki, attachment, inline, and drawing. "wiki" indicates an InterWiki link, so MoinMoin:FrontPage and wiki:MoinMoin:FrontPage are equivalent; you will normally prefer the shorter form, the "wiki" scheme becomes important when you use bracketed links, since there you always need a scheme. The other three schemes are related to file attachments and are explained on HelpOnActions/AttachFile.

When the configuration option bang_meta is set to true, you can surpress WikiName linking by putting an exclamation mark (bang) before the WikiName, i.e. !WikiName. This is deactivated by default.

For more information on the possible markup, see HelpOnEditing. For details on how to link to subpages, see HelpOnEditing/SubPages.

  1. The opposite of external references are the internal, automatic WikiName links. (1)

Example

 * http://moin.sourceforge.net/
 * [http://moin.sourceforge.net/]
 * [http://moin.sourceforge.net/ MoinMoin Sourceforge Homepage]
 * http://moin.sourceforge.net/moinmoin.gif
 * [http://moin.sourceforge.net/moinmoin.gif]
 * [http://moin.sourceforge.net/moinmoin.gif moinmoin.gif]
 * InterWiki
  * Self:InterWiki
  * MeatBall:InterWiki
  * wiki:MeatBall/InterWiki
  * [wiki:MeatBall/InterWiki]
  * [wiki:MeatBall/InterWiki InterWiki page on MeatBall]
 * jh@web.de
 * [#anchorname Anchor Link]

Display

HelpOnLinking (last edited 2009-04-16 08:26:31 by localhost)