Template:Highlight round
Jump to navigation
Jump to search
Documentation
This template highlights text with slightly rounded corners. Editors can control the color of the highlight and the color of the text with the bc
and c
parameters. If these parameters are not defined, the highlight defaults to yellow and the text defaults to black.
Example | Preview |
---|---|
{{highlight round|some text}} |
some text |
{{highlight round|some text|bc=#ffa07a}} |
some text |
{{highlight round|some text|bc=lightgreen|c=white}} |
some text |