Difference between revisions of "Template:Click"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<includeonly><div style="position: relative; width: {{{width}}}; height: {{{height}}}; overflow: hidden;"> | <includeonly><div style="position: relative; width: {{{width}}}; height: {{{height}}}; overflow: hidden;"> | ||
| − | <div style="position: absolute; top: {{{top|0px}}}; left: {{{left|0px}}}; font-size: 100px; overflow: hidden; line-height: 100px; z-index: 3;">[[{{{link}}}| ]]</div> | + | <div style="position: absolute; top: {{{top|0px}}}; left: {{{left|0px}}}; font-size: {{{fontsize|100px}}}}; overflow: hidden; line-height: {{{lineheight|100px}}}; z-index: 3;">[[{{{link}}}| ]]</div> |
<div style="position: absolute; top: {{{top|0px}}}; left: {{{left|0px}}}; z-index: 2;">[[Image:{{{image}}}|{{{width}}}|{{{link}}}]]</div> | <div style="position: absolute; top: {{{top|0px}}}; left: {{{left|0px}}}; z-index: 2;">[[Image:{{{image}}}|{{{width}}}|{{{link}}}]]</div> | ||
</div></includeonly> | </div></includeonly> | ||
| Line 12: | Line 12: | ||
|top = | |top = | ||
|left = | |left = | ||
| + | |lineheight = | ||
| + | |fontsize = | ||
}}</pre> | }}</pre> | ||
|}</noinclude> | |}</noinclude> | ||
Revision as of 14:47, 8 October 2008
{{click
|width =
|height =
|link =
|image =
|top =
|left =
|lineheight =
|fontsize =
}}
|