Difference between revisions of "Template:Note"
(+1) |
(test) |
||
Line 44: | Line 44: | ||
color: #705000; | color: #705000; | ||
background-color: #fef6e7; | background-color: #fef6e7; | ||
">{{{1 | ">{{{1}}}</div></includeonly> |
Latest revision as of 08:17, 27 March 2023
For more information, read Template:Template.
A note box for showing important notes.
Usage
{{Note|note content}}
Examples
{{Note|This is an note.}}
For a more flexible usage, it doesn't start with "Note:" by default,
you may add it manually with '''Note:'''
:
{{Note|'''Note:''' This is an note.}}
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-note
.
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
- ArchWiki: Template:Note: the template on which this one is based on
- Template:Hint
- Template:Info
- Template:Warning