Embedding mind maps

From FreeMind
Revision as of 23:09, 25 January 2007 by Juniorbonner (talk | contribs)
Jump to navigationJump to search
  • The Mind Map Gallery Page is here

Uploaded FreeMind Maps

It does not seem to be possible to upload a FreeMind Map to this wiki. Does this page need to be update????

To embed a freemind mind map file which has been uploaded to this wiki, use:

  • <mm>[[Hello.mm]]</mm>

You can specify if you want to display the map in the flash browser or in the java applet

  • <mm>[[Hello.mm|flash]]</mm>
  • <mm>[[Hello.mm|applet]]</mm>

You can display the map in a separate page by adding a colon in front of the file name:

  • <mm>[[:Hello.mm]]</mm>
  • <mm>[[:Hello.mm|description]]</mm>
  • <mm>[[:Hello.mm|applet]]</mm>
Description You type You get
Embed map in flash
(with height)

<mm>[[Hello.mm|flash|80pt]]</mm>

<mm>flash|80pt</mm>

Embed map in flash
(with height and collapsed to level 1)

<mm>[[Hello.mm|flash|80pt|parameters startCollapsedToLevel=1]]</mm>

<mm>flash|80pt|parameters startCollapsedToLevel=1</mm>

Embed map in applet
(with height and title)

<mm>[[Hello.mm|applet|150px|title example map]]</mm>

<mm>applet|150px|title example map</mm>

Link to special page with the map in flash

<mm>[[:Hello.mm|flash]]</mm>
<mm>[[:Hello.mm|flash|title the map in flash|map in flash]]</mm>

<mm>flash</mm>
<mm>flash|title the map in flash|map in flash</mm>

Link to special page with the map in applet

<mm>[[:Hello.mm|applet]]</mm>
<mm>[[:Hello.mm|applet|title the map in applet|map in applet]]</mm>

<mm>applet</mm>
<mm>applet|title the map in applet|map in applet</mm>

Link to description page

[[:Image:Hello.mm]]
[[:Image:Hello.mm|Example map]]

Image:Hello.mm
Example map

Link directly to file

[[Media:Hello.mm]]
[[Media:Hello.mm|Example map]]

Media:Hello.mm
Example map

Advanced options

The full syntax for embedding an map in the wiki page is:

<mm>[[{name}|{options}|parameters {parameters}]]</mm>

The full syntax for displaying the map in the separate page is:

<mm>[[:{name}|{options}|parameters {parameters}|different text]]</mm>

The options can be zero or more of the following, separated by pipes:

  • applet, flash: Controls how the image is displayed
  • {height}px: Sets the given height in pixels
  • {height}pt: Sets the given height in points
  • title {title text}:

The options can be given in any order.

The parameters can be zero or more of the {key}={value} pairs separated by spaces. They are transferred to the browser showing the map

If a given option does not match any of the other possibilities, it is assumed to be the link text.

External images and map files

You can neither link to nor embed an external map.

You can not embed a map including images located on external server.