| Line 1: |
Line 1: |
| − | </noinclude><includeonly>{{#tag:imagemap| | + | <div style="position: relative; width: {{{width}}}; height: {{{height}}}; overflow: hidden;"> |
| − | Image:{{{image|Transparent.gif}}}{{!}}{{#iferror: {{#expr:{{{width}}} > 0 }} |{{{width|}}}|{{{width}}}{{#if:{{{height|}}}|{{#iferror: {{#expr:{{{height}}} > 0 }}||x{{{height}}}}}px|px}}}}{{!}}{{{title|}}}
| + | <div style="position: absolute; top: 0px; left: 0px; font-size: 100px; overflow: hidden; line-height: 100px; z-index: 3;">[[{{{link}}}| ]]</div> |
| − | default [[{{{link|Main Page}}}|{{{title|{{{link|}}}}}}]]
| + | <div style="position: absolute; top: 0px; left: 0px; z-index: 2;">[[Image:{{{image}}}|{{{width}}}|{{{link}}}]]</div> |
| − | desc {{{desc|none}}}
| + | </div> |
| − | }}</includeonly><noinclude>
| |