The following 272 words could not be found in the dictionary of 615 words (including 615 LocalSpellingWords) and are highlighted below:

achieve   Actions   actual   addition   addresses   administrator   all   alt   alttag   always   an   Anchor   anchor   anchorname   anchors   and   another   appear   Arbitrary   at   Attach   attachment   attachments   automatic   automatically   avoid   avoiding   Avoiding   backticks   Ball   bang   be   because   becomes   before   belongs   border   bracketed   brackets   but   by   Camel   can   case   Case   Changes   character   characters   collection   Comment   common   Configuration   configuration   Contents   converted   creating   current   de   desirable   details   detecting   different   direct   disabled   Display   displayed   displays   double   either   enclose   ending   ends   enter   equivalent   escaping   especially   Example   example   Examples   exclamation   explained   Explanations   extend   extension   external   False   file   File   Foot   For   for   force   form   Front   ftp   function   gets   graphics   having   height   Help   how   https   icon   identifier   if   If   image   images   Images   important   In   in   indicates   information   Inline   inline   insert   insertion   internal   into   items   jpg   Label   label   leaving   like   Link   link   linked   linking   links   list   local   Ls   Mac   macro   Macros   mailto   makes   mark   Meat   meta   might   misleading   more   name   Name   named   Names   natural   need   net   news   nntp   non   normal   normally   Note   of   often   On   on   ones   opposite   option   or   organizing   Other   other   page   Page   Pages   partial   png   possible   prefer   prefix   problem   put   putting   Quick   quotes   Quotes   re   Recent   recentchanges   refer   Reference   reference   references   related   relative   results   same   schemas   scheme   schemes   see   Self   sensitive   sequence   sets   several   shorter   shows   since   Single   site   Six   so   some   space   specific   square   standard   stuff   Sub   sub   subject   subpages   supported   suppress   syntax   Syntax   systems   tag   target   telnet   test   text   that   That   The   the   their   There   there   they   This   this   three   to   To   true   upper   Use   use   used   user   uses   using   variable   way   ways   western   what   when   where   which   While   width   wikiwikiweb   will   Windows   with   without   word   write   You   you   your  

Clear message

Quick Reference

Hyperlink

Syntax

Comment

internal link

WikiName

CamelCase page name

internal free link

["Page"] or ["free link"]

configurable function

internal link to sub page

/SubPage or ["/Sub page"]

relative to upper page

external link

http://example.net

named internal link

[:HelpContents:Contents of the Help]

named external link

[http://example.net example site]

local graphics (attachment)

attachment:graphics.png

images will be displayed inline

external graphics

http://example.net/image.png

shows target image

external and internal graphics

[[ImageLink(image,target[,width=width[,height=height]][,alt=alttag])]]

makes a link that displays an image and links to either an URL or a wiki page.

border of internal link

WikiName``s

2 backticks

avoid an internal link

!WikiName

configurable function

Explanations and Examples

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 for having a wiki with non-western character sets.

URLs and Inline Images

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

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:

The supported URL schemes are: http, https, ftp, nntp, news, mailto, telnet, irc and file. The administrator of your wiki can extend the supported schemes by using the 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.

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

To insert anchors into a page you need the macro Anchor: [[Anchor(anchorname)]], where "anchorname" is the actual identifier of the anchor. To reference an anchor on the same wiki page use [#anchorname] or [#anchorname label text]. To link to an anchor on another wiki page write [:PageName#anchorname] or [:PageName#anchorname:label text], where "PageName" is the name of the other page and "anchorname" is the identifier of the anchor on that page.

It is often desirable to create a link to a Wiki page in the current Wiki, but have the link appear with a different text label. While you can use an InterWiki link with a Wiki name of Self, this results in an InterWiki icon prefix which might be misleading since you're not leaving the current Wiki at all. Use the syntax of [:WikiPage:Label text] to achieve a link to a current Wiki page without creating an InterWiki link.

/!\ On some Wikis, a link to the page RecentChanges might refer to the same page as this link: recentchanges. This is especially true for Windows and Mac OS X systems because they are not case-sensitive normally.

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

Avoiding some stuff gets automatically linked

For avoiding that a word like PageName automatically gets linked, use Page``Name.

You can also suppress WikiName linking by putting an exclamation mark (bang) before the WikiName, i.e. !WikiName. This can be disabled with the configuration option bang_meta = False.

For avoiding that a URL gets automatically linked, use either `http://...` or {{{http://...}}}.

Example

 * http://moinmoin.wikiwikiweb.de/
 * [http://moinmoin.wikiwikiweb.de/]
 * [http://moinmoin.wikiwikiweb.de/ MoinMoin Homepage]
 * http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png
 * [http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png]
 * [http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png  moinmoin.png]
 * [http:/wiki/common/moinmoin.png] partial URL
 * InterWiki
  * Self:InterWiki
  * MeatBall:InterWiki
  * wiki:MeatBall/InterWiki
  * [wiki:MeatBall/InterWiki]
  * [wiki:MeatBall/InterWiki InterWiki page on MeatBall]
 * user@example.com
 * mailto:user@example.com?subject=test
 * [:InterWiki:InterWiki page in this wiki]
 * [#anchorname Link to anchor on this page]
 * [:OtherPage#anchorname:Link to anchor on other page in current wiki with label text]

Display

HelpOnLinking (last modified 2007-01-22 09:11:30)