Template:Highlight

From Meta, a Wikimedia project coordination wiki

Usage:

  • {{Highlight|your text}} results in:  your text
  • {{Highlight|your text| color = red }} results in:  your text
  • {{Highlight|your text| color = #00FFFF }} results in:  your text
  • {{Highlight|your text| color = rgb(255,0,255) }} results in:  your text

Color parameter is optional (default is yellow) and can be set to any valid CSS color using a color name or a hex or rgb code.