Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Osee lefticon button box"

 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
+
<div style="background:antiquewhite; border-style:outset; padding:5px">
This template is used to present a box with a thin border, an icon on the leftside and a short, descriptive label on the right in large font
+
[[Image:{{{icon}}}]]<div style="font-family:sans-serif; font-size:20px; text-align:center; margin:10px; float:right">[[{{{link}}}|{{{label}}}]]</div>
 
+
osee_lefticon_button_box
+
| icon = Book_user.png
+
| label = Erne, Bert
+
 
+
 
+
'''Icon'''
+
:The file name of the image to display (wiki syntax will be handled by this template).
+
 
+
'''Label'''
+
:The text (use wiki-syntax, if you like) to be displayed on the right side of the box.
+
 
+
</noinclude>
+
 
+
<includeonly>
+
<div style="border:1px">
+
{{{icon}}}
+
<div style="font-family:sans-serif; font-size:12px; text-align:justify">
+
{{{label}}}
+
 
</div>
 
</div>
</div>
 
</includeonly>
 

Latest revision as of 15:45, 21 March 2012

[[Image:{{{icon}}}]]
[[{{{link}}}|{{{label}}}]]

Back to the top