Template:Highlight Box
SummaryEdit
Offsets text inside a slightly inset box with a different background color.
ParametersEdit
Parameter | Scope | Description |
---|---|---|
1 | required | The text to display inside the box. |
style | optional | Any CSS styles to add to the box. |
ExamplesEdit
Regular paragraph. {{Highlight Box|Highlighted section.}}
Regular paragraph.
Highlighted section.
Regular paragraph. {{Highlight Box|style=background-color:DarkSeaGreen; font-family:serif|Highlighted section in deep sea green and with a serif font.}}
Regular paragraph.
Highlighted section in deep sea green and with a serif font.