Difference between revisions of "Template:Colored box"

From Georgia Tech Student Wiki
(Colored box template from https://www.mediawiki.org/wiki/Template:Colored_box)
 
(Testing a simplified colored box layout)
Line 1: Line 1:
 
<!-- Taken from https://www.mediawiki.org/wiki/Template:Colored_box -->
 
<!-- Taken from https://www.mediawiki.org/wiki/Template:Colored_box -->
   
 
<div class="mw-tpl-colorbox">
<div class="mw-tpl-colorbox {{{class|}}}" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}}"><!--
 
  +
<div class="mw-tpl-colorbox-title"><strong>{{{title}}}</strong>
--><div class="mw-tpl-colorbox-title" style="{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}">{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]]&#32;}}<strong style="{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}">{{{title}}}</strong><!--
 
-->{{#if:{{{link|}}}|<div class="mw-tpl-colorbox-title-corner">[[{{{link}}}|<span style="{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}">{{{view-text|view}}}</span>]]</div>}}
+
<div class="mw-tpl-colorbox-title-corner"></div>
</div><!--
+
</div><div class="mw-tpl-colorbox-content">
--><div class="mw-tpl-colorbox-content">
 
 
{{{content}}}
 
{{{content}}}
</div>
+
</div></div>
 
</div><noinclude>
 
</div><noinclude>
 
{{documentation}}
 
{{documentation}}

Revision as of 14:54, 8 July 2022


{{{title}}}

{{{content}}}