Difference between revisions of "Template:Icon"

635 bytes removed ,  05:38, 11 March 2010
no edit summary
Line 1: Line 1:
<div class="plainlinks firstHeading" style="font-size:188%; padding-top:0.2em; padding-bottom:0.09em; float:right; position:absolute; right:{{#switch:{{{offset|}}}|{{Void}}=0.5|#default={{{offset|}}}}}em; top:0em; white-space:nowrap"><table style="float:right; padding:0px"><tr><td>{{#ifeq:{{{custom|}}}|{{Void}}|[[File:{{{image|}}}|{{#switch:{{{size|}}}|#default={{{size|}}}|{{Void}}=23px}}|{{#switch:{{{text|}}}|{{Void}}={{{image|}}}|#default={{{text|}}}}}]]|{{{custom|}}}}}</td></tr></table></div>
<includeonly><div class="plainlinks firstHeading" style="font-size:188%; padding-top:0.2em; padding-bottom:0.09em; float:right; position:absolute; right:{{#switch:{{{offset|}}}|{{Void}}=0.5|#default={{{offset|}}}}}em; top:0em; white-space:nowrap"><table style="float:right; padding:0px"><tr><td>{{#ifeq:{{{custom|}}}|{{Void}}|[[File:{{{image|}}}|{{#switch:{{{size|}}}|#default={{{size|}}}|{{Void}}=23px}}|{{#switch:{{{text|}}}|{{Void}}={{{image|}}}|#default={{{text|}}}}}]]|{{{custom|}}}}}</td></tr></table></div></includeonly><noinclude>{{doc}}</noinclude>
 
 
 
* offest = {{{offset|}}}
* image = {{{image|}}}
* custom = {{{custom|}}}
* size = {{{size|}}}
* text = {{{text|}}}
 
 
 
 
 
 
 
 
 
 
 
<noinclude>
==Pupose==
This template is used to conveniently display an image on the same level as the page title.
 
==Usage==
 
Copy this code and fill it out:
<pre><nowiki>
{{Icon
|image  =
|text  =
|offset =
}}</nowiki></pre>
 
 
*'''image''' is the filename of the image
*'''text''' is the text you want the image to display when hovered over by the mouse.
*'''offset''' is the distance from the right side that the image is placed. The default value is 0.5em. An em is the width of a "m".
[[Category:Formatting Templates|Icon]][[Category:Icons|I]]</noinclude>