Template:Highlight/doc
Jump to navigation
Jump to search
Used for highlighting/boxing text.
Usage
{{highlight|TEXT GOES HERE}} makes TEXT GOES HERE
If the text contains an equals sign (=) then you will have to use this syntax: {{highlight|1=TEXT GOES HERE}}
Color
Default color is #E6E6FA. This can be overwritten with |color= like this:
{{highlight|TEXT GOES HERE|color=red}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=orange}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=#CADCFB}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=#f2e0ce}}makes TEXT GOES HERE
Border
To hide the border add |border=no like this:
{{highlight|TEXT GOES HERE|border=no}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=red|border=no}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=orange|border=no}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=#CADCFB|border=no}}makes TEXT GOES HERE{{highlight|TEXT GOES HERE|color=#f2e0ce|border=no}}makes TEXT GOES HERE