Kentsmith9 (talk | contribs) (Initial template creation) |
m (1 revision imported) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 13:01, 4 December 2022
Usage
Basic function
Use {{HighlightBar|This is highlighted}}
to create This is highlighted text.
Use {{HighlightBar|This is highlighted|style= display: inline-block; width: 250px;}}
to create the highlight block with a certain width.
This is highlighted
With optional parameters
{{HighlightBar | color = <your desired text color> | background-color = <your desired background color> | style = <your additional css style codes> | <your desired text> }}
The parameters |color=
and |background-color=
can be entered directly or as part of the |style=
parameter.
Style
The default style is the following:
color: black; background-color: #FDFBA8; border:2px solid black; padding-left: 10px; padding-right: 10px; border-radius: 100px; white-space: nowrap;
Examples with custom formats
{{HighlightBar|Blood|color = red}}
Produces:
Blood
{{HighlightBar|Read This|color = #F0FFFF|background-color = #006400|style = border-width:2px; border-color: #DC143C}}
Produces:
Read This
{{HighlightBar|Text|style = color: red; background-color: white; display: inline-block; width: 250px; text-align: right}}
Produces:
Text
The above documentation is transcluded from Template:HighlightBar/doc. Please add categories to the /doc subpage. Subpages of this template. |