Template:Warning

From PINE64
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a template. Check out all pages using this template.
For more information, read Template:Template.

A warning box for highlighting dangerous actions and to emphasize security warnings. It starts with "Warning:" by default.

Usage

{{Warning|warning content}}

Example

{{Warning|This is a warning.}}
Warning: This is a warning.

Technical notes

The boxes use display: table to support both adaptive width and floating siblings, all other alternatives can't archive them as perfect as this solution within just one HTML element. However, it has its own flaw, if you put it into another table, its padding will gone. Avoid putting hints, notes and warnings into any tables until solution was found, or we give up and use two elements for just one box.

This template uses class .template-box and .template-warning. In the future, if the TemplateStyles Extension is installed on this MediaWiki instance, one may move the embedded inline styles to Template Style files.

See also