Difference between revisions of "Template:Info"

From PINE64
Jump to navigation Jump to search
(Undo revision 12809 by Fxc (talk))
Tag: Undo
(margin increased)
 
Line 33: Line 33:
min-height: 1.6em;
min-height: 1.6em;
margin: .5em 0;
margin: .5em 0;
padding: 0.1em 0.3em;
padding: 0.1em 0.4em;
border-left: 6px solid #ddd;
border-left: 6px solid #ddd;
color: #000000;
color: #000000;
"><b>Note: </b>{{{1|}}}</div></includeonly>
"><b>Note: </b>{{{1|}}}</div></includeonly>

Latest revision as of 09:42, 12 April 2022

This page is a template. Check out all pages using this template.
For more information, read Template:Template.

A general, non-obtrusive information box.

Usage

{{Info|information content}}

Example

{{Info|This is an information.}}
Note: This is an information.

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