Difference between revisions of "Template:ContentWarning"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
</noinclude> | </noinclude> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="col-md- | + | <div class="col-md-12"> |
<div class="tile {{{color|flame}}}"> | <div class="tile {{{color|flame}}}"> | ||
<h4>{{{heading|Warning!}}}</h4> | <h4>{{{heading|Warning!}}}</h4> |
Revision as of 14:21, 30 November 2014
Content Warning Box Template
Generates a fancy warning box with parametized content.
Usage:
{{{ContentWarning|color=flame|heading=Warning!|message=This is a warning block template!}}}
Color is a string representation of available Bootstrap Colors. Defaults to flame.
Heading and message should be obvious.
Warning!
This is a warning block template!