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

Template:Osee lefticon button box

Revision as of 11:58, 1 December 2011 by Unnamed Poltroon (Talk) (New page: <noinclude> 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 {{Usage|<pre>{{osee_lefticon_butto...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

{{Usage|
{{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">
{{{body}}}
</div>
</div>
</includeonly>

Back to the top