Template:Colored box: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
Mediawiki>Elias Ziade
(Undid revision 978619914 by Elie plus (talk) Reverting test edit (removed a test 1px margin))
 
m (fixed spacing... hopefully)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<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|}}};">
<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|}}};">
<!-- CSS for icon and background -->
<!-- CSS for icon and background -->
<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><!--
<div style="background: {{{background-title-color|#eaecf0}}}; border-radius: 0.2em 0.2em 0 0; padding: 0.5em 1em 0.5em 1em;"><span style="opacity: 0.8;">[[File:{{{icon}}}|50px|link=|alt=]]</span> <span style="color: {{{title-color|#000000}}}; font-weight: bold;">{{{title}}}</span>
-->{{#if:{{{link|}}}|<div style="float: right; font-size: 0.7em;">[[{{{link}}}|<span style="color: {{{link-color|{{{title-color|#000000}}}}}};">{{{view-text|view}}}</span>]]</div>}}
</div>
</div>
<!-- CSS for the content -->
<!-- CSS for the content -->
<div style="padding: 0.5em 1em 0.5em 1em; border-radius: 0 0 0.2em 0.2em;">
<div style="padding: 0.5em 1em 0.5em 1em; border-radius: 0 0 0.2em 0.2em;">
{{{content}}}{{clr}}</div>
{{{content}}}</div></div><noinclude>
</div><noinclude>
===Basic usage===
{{documentation}}
<pre>{{Colored box
| icon      =
| title    =
| content  =
}}</pre>
 
===Full parameters===
<pre>{{Colored box
| background-content-color =
| background-title-color =
| icon =
| title =
| title-color =
| link =
| link-color =
| view-text =
| content =
}}</pre>
 
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 16:13, 5 August 2022

[[File:{{{icon}}}|50px|link=|alt=]] {{{title}}}
{{{content}}}

Basic usage

{{Colored box
| icon      =
| title     =
| content   =
}}

Full parameters

{{Colored box
| background-content-color =
| background-title-color =
| icon =
| title =
| title-color = 
| link =
| link-color =
| view-text =
| content =
}}