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"

Line 16: Line 16:
  
 
<includeonly>
 
<includeonly>
<div style="border:1px">
+
{| align=left style="background:red"
[[Image:{{{icon}}}]]
+
|- valign=top
<div style="font-family:sans-serif; font-size:12px; text-align:justify">
+
|<div style="border:1px">
{{{label}}}
+
[[Image:{{{icon}}}]]
</div>
+
<div style="font-family:sans-serif; font-size:12px; text-align:justify">
 +
  {{{label}}}
 +
</div>
 
</div>
 
</div>
 +
|}
 
</includeonly>
 
</includeonly>

Revision as of 12:03, 1 December 2011

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

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.



Back to the top