Difference between revisions of "Template:ContentWarning"
Jump to navigation
Jump to search
(Created page with "<div class="col-md-{{{size|6}}}"> <div class="tile {{{color|flame}}}"> <h4>{{{heading|Warning!}}}</h4> <p class="text-justify">{{{message|This is a warning block te...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div class="col-md-{{{ | + | <noinclude> |
− | + | == Content Warning Box Template == | |
− | + | Generates a fancy warning box with parametized content. | |
− | + | ||
− | + | Usage: | |
− | </div> | + | |
+ | <code> | ||
+ | <nowiki>{{{ContentWarning|width=12|color=flame|heading=Warning!|message=This is a warning block template!}}}</nowiki> | ||
+ | </code> | ||
+ | |||
+ | Color is a string representation of available [[Bootstrap Colors]]. Defaults to flame. | ||
+ | |||
+ | Heading and message should be obvious. | ||
+ | |||
+ | [[Category:Smutosaurus Templates]] | ||
+ | </noinclude><div class="row"><div class="col-md-{{{width|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> |
Latest revision as of 20:14, 6 December 2014
Content Warning Box Template
Generates a fancy warning box with parametized content.
Usage:
{{{ContentWarning|width=12|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!