Difference between revisions of "Template:Imbox"

From RoboWiki
Jump to: navigation, search
(Created page with "{{imbox | type = style | image = 40px | style = width: 400px; | textstyle = color: red; font-weight: bold; font-style: itali...")
 
 
Line 1: Line 1:
{{imbox
+
<div style="box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; margin: 0.5em 0.5em 1em 0.5em; background: {{{background-content-color|#fff}}}; {{{style|}}};">
| type      = style
+
<!-- CSS for icon and background -->
| image    = [[Image:Emblem-question-yellow.svg|40px]]
+
<div style="background: {{{background-title-color|#eaecf0}}}; border-radius: 0.2em 0.2em 0 0; padding: 0.5em 1em 0.5em 1em;">{{#if:{{{icon|}}}|<span style="opacity: 0.8;">[[File:{{{icon}}}|20px|link=|alt=]]</span>&#32;}}<span style="color: {{{title-color|#000000}}}; font-weight: bold;">{{{title}}}</span><!--
| style     = width: 400px;  
+
-->{{#if:{{{link|}}}|<div style="float: right; font-size: 0.7em;">[[{{{link}}}|<span style="color: {{{link-color|{{{title-color|#000000}}}}}};">{{{view-text|view}}}</span>]]</div>}}
| textstyle = color: red; font-weight: bold; font-style: italic;
+
</div>
| text      = The message body text.
+
<!-- CSS for the content -->
}}
+
<div style="padding: 0.5em 1em 0.5em 1em; border-radius: 0 0 0.2em 0.2em;">
 +
{{{content}}}{{clr}}</div>
 +
</div>

Latest revision as of 14:45, 22 October 2021

{{#if:|[[File:{{{icon}}}|20px|link=|alt=]] }}{{{title}}}{{#if:|
[[{{{link}}}|view]]
}}
{{{content}}}Template:Clr