Editing Template:Titled-click
Template page
More actions
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<includeonly | <includeonly><div style="position:absolute; z-index:100; right:{{{locx}}}; top:{{{locy}}};" class="metadata" id="{{{id}}}"><div style="position: relative; width: {{{width}}}; height: {{{height}}}; overflow: hidden"> | ||
<div style="position: absolute; top: 0px; left: 0px; font-size: | <div style="position: absolute; top: 0px; left: 0px; font-size: 100px; overflow: hidden; line-height: 100px; z-index: 3">[[{{{link}}}|<span title="{{{title}}}"> </span>]]</div> | ||
<div style="position: absolute; top: 0px; left: 0px; z-index: 2">[[ | <div style="position: absolute; top: 0px; left: 0px; z-index: 2">[[Image:{{{image}}}|{{{width}}}|{{{title}}}]]</div> | ||
</div></div | </div></div></includeonly> | ||
<noinclude> | <noinclude> | ||
This template helps with the creation of [[BW:FA]], [[BW:FP]], and [[BW:QA]] type icons and links. '''All fields are required | This template helps with the creation of [[BW:FA]], [[BW:FP]], and [[BW:QA]] type icons and links. '''All fields are required.'''<br/> | ||
'''Code''' | '''Code''' | ||
<pre> | <pre> | ||
{{titled-click | {{titled-click | ||
| id= | |id = featured-star | ||
| link= | |link = Battlestar Wiki:Featured articles | ||
| image= | |image = FA-Pip.png | ||
| | |locx = 14px | ||
| | |locy = 2px | ||
| width= | |width = 14px | ||
| height= | |height = 14px | ||
| title= | |title = This is a featured article. Click here for more information. | ||
}} | }} | ||
</pre> | </pre> | ||
==See also== | ==See also== | ||
*{{tl|Click}} | *{{tl|Click}} | ||
</noinclude> | </noinclude> | ||