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 {{{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=]] }}<strong style="{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}">{{{title}}}</strong><!--  | 
  ||
| − | + | <div class="mw-tpl-colorbox-title-corner"></div>  | 
|
| − | </div><  | 
  + | </div><div class="mw-tpl-colorbox-content">  | 
| ⚫ | |||
{{{content}}}  | 
  {{{content}}}  | 
||
| − | </div>  | 
  + | </div></div>  | 
</div><noinclude>  | 
  </div><noinclude>  | 
||
{{documentation}}  | 
  {{documentation}}  | 
||
Revision as of 13:54, 8 July 2022
{{{title}}}
{{{content}}}
This template was imported from https://www.mediawiki.org/wiki/Template:Colored_box/doc and modified.
Use this template to create cards with titles and content.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description  | Unknown | required | 
| Content | content | no description  | Unknown | required | 
Examples
{{Colored box| title=College of Engineering| content=List of majors: * Aerospace Engineering * Biomedical Engineering * Chemical and Biomolecular Engineering * Civil and Environmental Engineering * Electrical and Computer Engineering * Industrial and Systems Engineering * Materials Science and Engineering * Mechanical Engineering }}
College of Engineering
List of majors:
- Aerospace Engineering
 - Biomedical Engineering
 - Chemical and Biomolecular Engineering
 - Civil and Environmental Engineering
 - Electrical and Computer Engineering
 - Industrial and Systems Engineering
 - Materials Science and Engineering
 - Mechanical Engineering