welcome: please sign in

The following 455 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
100px   150px   200px   400px   above   absolute   access   accessibility   accesskey   action   Actions   actual   actually   addition   additional   addresses   administrator   after   align   aligned   alignment   also   alt   Alt   alter   alternative   always   ampersand   an   Anchor   anchor   anchorname   Anchors   anchors   and   another   any   are   as   Attach   attached   attachment   attachments   attributes   automatic   automatically   Automatically   Available   available   avoid   backticks   Ball   bang   be   Because   because   become   before   behaves   being   belongs   better   blank   blanks   border   bottom   braces   bracketed   brackets   browser   but   by   Camel   can   case   Case   certain   Changes   char   character   characters   chars   class   com   combine   Comment   common   configurable   configuration   Configuration   Creating   creole   curly   current   default   define   depends   describing   details   detecting   diff   different   directly   disabled   Display   displayed   displaying   do   does   doesn   doing   Don   don   dotted   double   down   drawing   due   early   easier   Editing   either   email   Email   embed   Embedding   embedding   encode   ending   ends   engine   enlarged   enter   escaped   escaping   especially   even   exactly   example   Example   Examples   exception   exclamation   exist   explained   Explanations   expressions   extend   external   False   File   file   Firefox   Foot   For   for   force   forget   four   free   from   ftp   function   Generated   give   given   Giving   gone   graphics   green   has   have   heigh   height   Help   Homepage   how   html   http   https   Hyperlink   identifier   if   If   image   imagefile   images   Images   imagetarget   in   In   include   influencing   information   inline   insert   inserted   inspired   instead   Inter   interfere   internal   Interwiki   interwiki   into   is   it   It   item   items   itself   jump   just   keep   key   know   label   leading   left   less   like   Link   link   linking   Linking   links   Links   linktext   Local   logo   looks   Ls   Mac   Macro   macro   Macros   macros   magic   mailto   main   make   makes   map   mark   Markup   markup   matching   may   me   mean   Meat   mediawiki   meta   method   middle   might   moinmo   moinmoin   more   most   much   name   Name   names   need   neither   net   no   normal   normally   not   Note   now   object   of   often   omit   On   on   one   ones   only   option   or   Other   other   others   otherwiki   Otherwiki   outer   page   Page   pagename   pagenames   pages   Pages   parameters   params   part   path   phrases   pipe   Please   png   position   possible   predictable   Pressing   prevent   Preventing   problem   proportionally   put   putting   query   Quick   quite   quote   quoted   Quotes   quotes   quoting   Recent   recentchanges   recognized   recommended   reduced   refer   Reference   reference   regular   related   relative   remember   Renders   requires   resize   rev1   rev2   right   Rules   same   say   saying   scale   schemas   schemes   search   searches   see   Self   sensitive   separate   server   Setting   Shift   should   show   similar   simple   Single   Sister   sister   site   Six   size   Some   some   somepage   Sometimes   space   Spaces   spaces   specific   standard   static   string   stuff   sub   Sub   subject   subpages   supported   suppress   syntax   Syntax   systems   tag   target   targets   Targets   test   text   that   The   the   There   there   these   they   this   This   Thumbnails   title   to   To   top   transclude   Transclusion   transclusion   true   turned   two   underscore   Underscore   understands   up   uppercase   url   use   Use   used   user   users   uses   Using   using   value   variable   want   was   ways   what   What   when   where   while   width   Wiki   wiki   wikiname   Wikis   will   Windows   with   without   word   work   works   worry   would   write   You   you   your  

Clear message
Page Locked

HelpOnLinking

1. Linking Rules

URLs, interwiki pages, email addresses and CamelCase pagenames are recognized as targets even without using brackets.

2. Quick Reference

Hyperlink

Syntax

Comment

internal link

WikiName

CamelCase page name

internal free link

[[free link]]

any page name

internal link to sub page

/SubPage or [[/sub page]]

internal link to sister page

../SisterPage or [[../sister|link text]]

internal link with linktext

[[SomePage|some Page]]

link to attachment

[[attachment:a image.png]]

links to attachment image

interwiki link

Otherwiki:somepage

requires uppercase wikiname

interwiki free link

[[otherwiki:somepage]]

any wikiname in the map works

external link

http://example.net

external link with linktext

[[http://example.net|example site]]

border of internal link

WikiName``s

2 backticks - for when a WikiName ends in the middle of a word

avoid an internal link

!WikiName

configurable function

Transclusion/Embedding

Syntax

Comment

embed an attached graphics

{{attachment:an image.png}}

show attached image file an image.png

embed an attached graphics and give alt text

{{attachment:an image.png|alt text}}

show attached image file an image.png with alternative text saying alt text (recommended for accessibility)

embed an attached graphics and define alignment

{{attachment:an image.png|alt text|align="position"}}

show attached image file an image.png with alternative text alt text and aligned to position, where position can be one of top, middle, bottom, right or left (do not omit alt text)

embed an attached graphics and resize it

{{attachment:an image.png|alt text|width=100}}

show attached image file an image.png with alternative text alt text and resize it to 100px width (do not omit alt text)

embed an external graphics

{{http://example.net/image.png}}

show target image inline

embed an external graphics and give alt text

{{http://example.net/image.png|alt text}}

show target image inline with alternative text saying alt text (recommended for accessibility)

embed an external graphics and define alignment

{{http://example.net/image.png|alt text|align="position"}}

show target image inline with alternative text alt text and aligned to position, where position can be one of top, middle, bottom, right, or left (do not omit alt text)

embed an external graphics and resize it

{{http://example.net/image.png|alt text|width=100}}

show target image inline with alternative text alt text and resize it to 100px width (do not omit alt text)

3. Explanations

3.1. URLs

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, file and some others. 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: attachment and drawing, these are related to file attachments and are explained on HelpOnActions/AttachFile.

3.2. Spaces

You can always use the double brackets (or double braces) syntax to use page or file names with spaces.

This will even work for interwiki links, if the target wiki understands standard url quoting (space will become %20).

3.3. Anchors

To insert anchors into a page you need the Anchor macro (see HelpOnMacros): <<Anchor(anchorname)>>, where "anchorname" is the actual identifier of the anchor.

To link to 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.

/!\ 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.

To keep a word like PageName from automatically being turned into a link, use Page``Name. (The problem with doing this is that it will prevent a simple search for the word "WikiName" from matching Wiki``Name in a page, due to the inserted characters.)

You can also suppress WikiName linking by putting an exclamation mark (bang) before the WikiName, i.e. !WikiName. This is available by default, but can be disabled with the configuration option bang_meta = False. Using this method will not interfere with most searches for the escaped WikiName, with the exception of certain quoted phrases and regular expressions.

To prevent automatic URL linking, use either `http://...` or {{{http://...}}}.

Sometimes you may want to give additional parameters for a link, influencing how it looks like, how it behaves and how exactly it links to the target - this is what the params part of [[target|text|params]] is for.

3.5.1. Setting attributes of the <a> tag

Available attributes: class, title, target, accesskey (see some html reference if you want to know what they mean).

Example: [[http://moinmo.in/|MoinMoin Wiki|class=green dotted,accesskey=1]]

Renders as: MoinMoin Wiki

(!) Pressing the access key should jump to that link target (for Firefox 2.x and the example above it is Alt-Shift-1).

3.5.2. Creating a query string for the target URL

What is possible for this depends on the target site.

Example: [[MoinMoin:MoinMoinWiki|MoinMoin Wiki|&action=diff,&rev1=1,&rev2=2]]

Renders as: MoinMoin Wiki

(!) Please remember:

3.6. Images

You may use

{{attachment:imagefile.png|text describing image|width=100}}

to have the attached file imagefile.png displayed with a width of 100px; the graphics' height will be reduced/ enlarged proportionally (e.g. if imagefile.png was actually 200px width and 400px heigh, height would be reduced in this example to 200px). You may also use

{{attachment:imagefile.png|text describing image|height=100}}

to have the attached file imagefile.png displayed with a height of 100px, and the graphics' width will be reduced/ enlarged proportionally. Use

{{attachment:imagefile.png|text describing image|width=100 height=150}}

to have the attached file imagefile.png displayed with a width of 100px and a height of 150px. Please do not omit the alternative text in neither case.

Note this does not alter the attached file itself, in only makes the browser scale the image down/ up to the value given while displaying it.

3.6.1. Thumbnails

You may combine the transclusion with the linking syntax, leading to an image displayed in reduced size that links to itself in actual size, e.g.

[[attachment:imagefile.png|{{attachment:imagefile.png|text describing image|width=100}}]]

3.7. Other stuff

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

4. Examples

4.1. Markup

 * http://moinmo.in/
 * [[http://moinmo.in/]]
 * [[http://moinmo.in/|MoinMoin Homepage]]
 * InterWiki
  * Self:InterWiki
  * MeatBall:InterWiki
  * [[MeatBall:InterWiki|InterWiki page on MeatBall]]
  * [[MoinMoin:page with spaces]] (doesn't exist)
 * email
  * user@example.com
  * mailto:user@example.com?subject=test
  * [[mailto:user@example.com?subject=test|Email me]]
 * [[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]]
 * {{http://moinmo.in/moin_static/common/moinmoin.png}}
 * {{http://moinmo.in/moin_static/common/moinmoin.png|moinmoin logo}}

4.2. Display

5. If you used moin before...

Don't worry, it is much easier and better predictable now:

(!) This markup is inspired by creole wiki markup standard (and is also quite similar to what mediawiki engine uses).