Compose tips

  • You can use Mediawiki syntax. It is possible that not all formatting options are supported at the moment.

    You can link to internal content by using the title of a node. Use [[Node Title]] to link to the node with the corrseponding name. An alternate title can be specified like this: [[Node Title|Link title]]

    External links are detected automatically. So just type http://example.com for the link. If you want a different title, use the following syntax: [http://example.com some link title].

    You can use interwiki links. Type [[site:Page Title]] to link to a page on a different site. You can use the following interwiki links:

    • path: Local drupal path - mapped to /%s
    • gdo: groups.drupal.org - mapped to http://groups.drupal.org/freelinking/%s
    • doproject: drupal.org/project - mapped to http://drupal.org/project/%s
    • donode: drupal.org/node - mapped to http://drupal.org/node/%s
    • wp: Wikipedia - mapped to http://en.wikipedia.org/wiki/%s
    • mingwiki: MinGWiki - mapped to http://www.mingw.org/freelinking/%s
    • mingw: MinGW - mapped to http://www.mingw.org/%s
    • sf: SF Projects - mapped to http://sf.net/projects/%s
    • sfnews: SF MinGW Project News - mapped to http://sf.net/forum/forum.php?forum_id=%s
    • dsf: SF MinGW Project File Item Download - mapped to http://downloads.sourceforge.net/mingw/%s?download
    • sflist: SF MinGW Lists - mapped to https://lists.sourceforge.net/mailman/listinfo/mingw-%s
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.