<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://avesfeuer.at/wiki2/index.php?action=history&amp;feed=atom&amp;title=Hilfe%3AImageMap</id>
	<title>Hilfe:ImageMap - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://avesfeuer.at/wiki2/index.php?action=history&amp;feed=atom&amp;title=Hilfe%3AImageMap"/>
	<link rel="alternate" type="text/html" href="https://avesfeuer.at/wiki2/index.php?title=Hilfe:ImageMap&amp;action=history"/>
	<updated>2026-05-18T14:06:03Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in avesfeuer.at</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://avesfeuer.at/wiki2/index.php?title=Hilfe:ImageMap&amp;diff=5708&amp;oldid=prev</id>
		<title>Meister: erstellt</title>
		<link rel="alternate" type="text/html" href="https://avesfeuer.at/wiki2/index.php?title=Hilfe:ImageMap&amp;diff=5708&amp;oldid=prev"/>
		<updated>2008-05-02T18:43:16Z</updated>

		<summary type="html">&lt;p&gt;erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Wichtiges Tool ==&lt;br /&gt;
[http://tools.wikimedia.de/~dapete/ImageMapEdit/ImageMapEdit.html?en A graphical tool to determine the coordinates.]&lt;br /&gt;
&lt;br /&gt;
==Syntax example==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
Image:Foo.jpg|200px|picture of a foo&lt;br /&gt;
poly 131 45 213 41 210 110 127 109 [[Display]]&lt;br /&gt;
poly 104 126 105 171 269 162 267 124 [[Keyboard]]&lt;br /&gt;
rect 15 95 94 176   [[Foo type A]]&lt;br /&gt;
# A comment, this line is ignored&lt;br /&gt;
circle 57 57 20    [[Foo type B]]&lt;br /&gt;
desc bottom-left&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Output of this example:&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
Image:Foo.jpg|200px|picture of a foo&lt;br /&gt;
poly 131 45 213 41 210 110 127 109 [[Display]]&lt;br /&gt;
poly 104 126 105 171 269 162 267 124 [[Keyboard]]&lt;br /&gt;
rect 15 95 94 176   [[Foo type A]]&lt;br /&gt;
# A comment, this line is ignored&lt;br /&gt;
circle 57 57 20    [[Foo type B]]&lt;br /&gt;
desc bottom-left&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Syntax description==&lt;br /&gt;
&lt;br /&gt;
The contents of an &amp;amp;lt;imagemap&amp;gt; tag consists of blank lines, comments (starting with #) and logical lines. The first logical line specifies the image to be displayed. This must be in the same format as an ordinary MediaWiki image link, except without the enclosing &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt; and &amp;lt;nowiki&amp;gt;]]&amp;lt;/nowiki&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Further lines are split into tokens, separated by whitespace. The function of each line is determined by the first token in the line. &amp;#039;&amp;#039;&amp;#039;All coordinates are according to the full-size image, not the visible image&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
; desc : Specifies the location of the image description link. May be either top-right, bottom-right, bottom-left, top-left or none. This puts a blue &amp;quot;i&amp;quot; icon in the specified corner, linking to the image description page. The default is bottom-right. To hide the description link, set it to &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;. Possible values: &amp;lt;tt&amp;gt;top-right&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;bottom-right&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;bottom-left&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;top-left&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; poly: A polygon. The coordinates of the vertices are given, followed by a link in square brackets.&amp;lt;br&amp;gt;&amp;#039;&amp;#039;&amp;#039;Polygons must be defined before any other form!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
; rect : A rectangle. The parameters are the coordinates of the top-left and bottom-right corners, followed by a title to link to in square brackets. &lt;br /&gt;
&lt;br /&gt;
; circle: A circle. The first two parameters are the coordinates of the center, the third is the radius. The coordinates are followed by a link in square brackets.&lt;br /&gt;
&lt;br /&gt;
; default: This gives the default link, where no other regions are specified. &lt;br /&gt;
&lt;br /&gt;
All coordinates are specified relative to the source image. The image can be scaled using thumbnail syntax, in which case the image map coordinates will be automatically scaled as well. &lt;br /&gt;
&lt;br /&gt;
All links are given in either the form &amp;lt;nowiki&amp;gt;[[Page title]]&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;[[Page title|description]]&amp;lt;/nowiki&amp;gt;. In the latter case, the part after the pipe &amp;quot;|&amp;quot; becomes the title attribute of the link -- in most browsers, it will pop up as a tooltip when the user hovers over it. If no explicit link description is given, the page title will be used.&lt;br /&gt;
&lt;br /&gt;
Areas which overlap give precedence to the first link listed.&lt;br /&gt;
&lt;br /&gt;
== Image map editor ==&lt;br /&gt;
* [http://tools.wikimedia.de/~dapete/ImageMapEdit/ImageMapEdit.html?en A graphical tool to determine the coordinates.] &lt;br /&gt;
* A simple guide on how to use the Image Map editor with the ImageMap extension can be found [http://www.wikihow.com/Use-the-MediaWiki-ImageMap-Extension on wikiHow].&lt;br /&gt;
[[Kategorie:Meta]][[Kategorie:Hilfe]]&lt;/div&gt;</summary>
		<author><name>Meister</name></author>
	</entry>
</feed>