Difference between revisions of "Imagemap test"

From Pheno Wiki
Jump to: navigation, search
(New page: testing imagemap ==Syntax example== <pre> <imagemap> Image:Foo.jpg|200px|picture of a foo poly 131 45 213 41 210 110 127 109 Display poly 104 126 105 171 269 162 267 124 [[Keyboard]...)
 
 
Line 15: Line 15:
 
</imagemap>
 
</imagemap>
 
</pre>
 
</pre>
 +
 +
 +
Output of this example:
 +
<imagemap>
 +
Image:Foo.jpg|200px|picture of a foo
 +
poly 131 45 213 41 210 110 127 109 [[Display]]
 +
poly 104 126 105 171 269 162 267 124 [[Keyboard]]
 +
rect 15 95 94 176  [[Foo type A]]
 +
# A comment, this line is ignored
 +
circle 57 57 20    [[Foo type B]]
 +
desc bottom-left
 +
</imagemap>

Latest revision as of 20:21, 10 October 2007

testing imagemap


Syntax example

<imagemap>
Image:Foo.jpg|200px|picture of a foo
poly 131 45 213 41 210 110 127 109 [[Display]]
poly 104 126 105 171 269 162 267 124 [[Keyboard]]
rect 15 95 94 176   [[Foo type A]]
# A comment, this line is ignored
circle 57 57 20    [[Foo type B]]
desc bottom-left
</imagemap>


Output of this example: <imagemap> Image:Foo.jpg|200px|picture of a foo poly 131 45 213 41 210 110 127 109 Display poly 104 126 105 171 269 162 267 124 Keyboard rect 15 95 94 176 Foo type A

  1. A comment, this line is ignored

circle 57 57 20 Foo type B desc bottom-left </imagemap>