Difference between revisions of "Template:ContentWarning"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
<noinclude> | <noinclude> | ||
== Content Warning Box Template == | == Content Warning Box Template == | ||
Line 15: | Line 14: | ||
[[Category:Smutosaurus Templates]] | [[Category:Smutosaurus Templates]] | ||
− | </noinclude> | + | </noinclude><div class="row"><div class="col-md-12"><div class="tile {{{color|flame}}}"><h4>{{{heading|Warning!}}}</h4><p class="text-justify">{{{message|This is a warning block template!}}}</p></div></div></div> |
− | <div class="row"> | ||
− | <div class="col-md-12"> | ||
− | |||
− | |||
− | |||
− | |||
− | </div> | ||
− | </div> |
Revision as of 07:34, 1 December 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!