2020-04-01 19:39:46 +00:00
|
|
|
!! Version 2
|
|
|
|
# Force the test runner to ensure the extension is loaded
|
|
|
|
!! hooks
|
|
|
|
imagemap
|
|
|
|
!! endhooks
|
|
|
|
|
2014-06-03 13:51:41 +00:00
|
|
|
!! test
|
2020-04-01 19:39:46 +00:00
|
|
|
imagemap test 1
|
|
|
|
!! wikitext
|
2014-06-03 13:51:41 +00:00
|
|
|
<imagemap>
|
|
|
|
Image:Foobar.jpg
|
|
|
|
</imagemap>
|
2020-04-01 19:39:46 +00:00
|
|
|
!! html
|
|
|
|
<div class="noresize" style="height: 220px; width: 1941px; "><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" decoding="async" width="1941" height="220" /><div style="margin-left: 1921px; margin-top: -20px; text-align: left;"><a href="/wiki/File:Foobar.jpg" title="About this image"><img alt="About this image" src="/extensions/ImageMap/resources/desc-20.png?15600" style="border: none;" /></a></div></div>
|
2014-06-03 13:51:41 +00:00
|
|
|
!! end
|
2019-03-30 20:57:12 +00:00
|
|
|
|
|
|
|
!! test
|
2020-04-01 19:39:46 +00:00
|
|
|
imagemap test 2
|
|
|
|
!! wikitext
|
2019-03-30 20:57:12 +00:00
|
|
|
<imagemap>
|
|
|
|
File:Foobar.jpg
|
|
|
|
|
|
|
|
poly 10.1 10.9 10 30 -30 15 [[Main Page]]
|
|
|
|
</imagemap>
|
2020-04-01 19:39:46 +00:00
|
|
|
!! html
|
|
|
|
<div class="noresize" style="height: 220px; width: 1941px; "><map name="ImageMap_79ccc6c89d422b0c"><area href="/wiki/Main_Page" shape="poly" coords="10,11,10,30,-30,15" alt="Main Page" title="Main Page" /></map><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" decoding="async" width="1941" height="220" usemap="#ImageMap_79ccc6c89d422b0c" /><div style="margin-left: 1921px; margin-top: -20px; text-align: left;"><a href="/wiki/File:Foobar.jpg" title="About this image"><img alt="About this image" src="/extensions/ImageMap/resources/desc-20.png?15600" style="border: none;" /></a></div></div>
|
2019-03-30 20:57:12 +00:00
|
|
|
!! end
|