User:Pritpalkaur: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
[[pritpalkaur]]
[[pritpalkaur]]
<mm>[[{test}|{options}|parameters {parameters}]]</mm>
 
<div style="border:1px solid #fff; padding-left: 0.5em !important; background-color: #fff; border-width: 0 0 0 1.4em;">
{| border="2" cellspacing="0" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#F9F9F9; font-size:90%; empty-cells:show;"
|-
|bgcolor="#8DA7D6"|'''Description'''
|bgcolor="#8DA7D6"|'''You type'''
| style="width:200px; background-color:#8DA7D6; text-align:center"|'''You get'''
|-
|Embed map in flash <br /> (with height)
|
<code><nowiki><mm>[[Hello.mm|flash|80pt]]</mm></nowiki></code>
|
<mm>[[Hello.mm|flash|80pt]]</mm>
|-
|Embed map in flash <br /> (with height and collapsed to level 1)
|
<code><nowiki><mm>[[Hello.mm|flash|80pt|parameters startCollapsedToLevel=1]]</mm></nowiki></code>
|
<mm>[[Hello.mm|flash|80pt|parameters startCollapsedToLevel=1]]</mm>
|-
|Embed map in applet<br /> (with height and title)
|
<code><nowiki><mm>[[Hello.mm|applet|150px|title example map]]</mm></nowiki></code>
|
<mm>[[Hello.mm|applet|150px|title example map]]</mm>
|-
|Link to special page with the map in flash <br />
|
<code><nowiki><mm>[[:test.mm.mm|flash]]</mm></nowiki></code><br />
<code><nowiki><mm>[[:test.mm|flash|title the map in flash|map in flash]]</mm></nowiki></code>
|
<mm>[[:Hello.mm|flash]]</mm><br />
<mm>[[:Hello.mm|flash|title the map in flash|map in flash]]</mm>
|-
|Link to special page with the map in applet<br />
|
<code><nowiki><mm>[[:Hello.mm|applet]]</mm></nowiki></code><br />
<code><nowiki><mm>[[:Hello.mm|applet|title the map in applet|map in applet]]</mm></nowiki></code>
|
<mm>[[:Hello.mm|applet]]</mm><br />
<mm>[[:Hello.mm|applet|title the map in applet|map in applet]]</mm>
|-
|Link to description page
|
<code><nowiki>[[:Image:Hello.mm]]</nowiki></code><br />
<code><nowiki>[[:Image:Hello.mm|Example map]]</nowiki></code>
|
[[:Image:Hello.mm]]<br />
[[:Image:Hello.mm|Example map]]
|-
|Link directly to file
|
<code><nowiki>[[Media:Hello.mm]]</nowiki></code><br />
<code><nowiki>[[Media:Hello.mm|Example map]]</nowiki></code>
|
[[Media:Hello.mm]]<br />
[[Media:Hello.mm|Example map]]
|}
</div>
 
===Advanced options===
The full syntax for embedding an map in the wiki page is:
<code><nowiki><mm>[[{name}|{options}|parameters {parameters}]]</mm></nowiki></code>
 
The full syntax for displaying the map in the separate page is:
<code><nowiki><mm>[[:{name}|{options}|parameters {parameters}|different text]]</mm></nowiki></code>
 
The options can be zero or more of the following, separated by pipes:
*<code>applet</code>, <code>flash</code>: Controls how the image is displayed
*<code>{height}px</code>: Sets the given height in pixels
*<code>{height}pt</code>: Sets the given height in points
*<code>title {title text}</code>:
 
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.
 
==Embedding images in uploaded mind maps==
If you want to include pictures in your map, they should be referenced by absolute paths to the images previoulsy iploaded to this site
# Upload the pictures first
# Every image in the FreeMind wiki becomes it own path. You can obtain it e.g. using wiki special page  [[Special:Imagelist]]. All images listed there are linked to the image position e.g. <nowiki>http://freemind.sourceforge.net/wiki/images/0/00/Dothiepinscheme.gif</nowiki>
# Copy the links and insert them in your local mind map files.
# Check that the images are shown properly.
# Upload the mind map.
 
==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.
 
== How to download the Freemind Extension for MediaWiki ==
 
*You can find the FreeMind.php file in the CVS here [http://freemind.cvs.sourceforge.net/freemind/mediawiki/extensions/]
 
 


<mm>[[test.mm|applet]]</mm>
<mm>[[test.mm|applet]]</mm>

Revision as of 10:38, 14 June 2007

pritpalkaur

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>[[:test.mm.mm|flash]]</mm>
<mm>[[:test.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.

Embedding images in uploaded mind maps

If you want to include pictures in your map, they should be referenced by absolute paths to the images previoulsy iploaded to this site

  1. Upload the pictures first
  2. Every image in the FreeMind wiki becomes it own path. You can obtain it e.g. using wiki special page Special:Imagelist. All images listed there are linked to the image position e.g. http://freemind.sourceforge.net/wiki/images/0/00/Dothiepinscheme.gif
  3. Copy the links and insert them in your local mind map files.
  4. Check that the images are shown properly.
  5. Upload the mind map.

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.

How to download the Freemind Extension for MediaWiki

  • You can find the FreeMind.php file in the CVS here [1]


<mm>applet</mm>