Template:Color

From Wikidata
Jump to navigation Jump to search

!


Usage: {{color|color|text}}

Examples:

  • {{color|red|example text}} → example text
  • {{color|#00F|example text}} → example text
  • {{color|white|example text|bg=black}} → example text


To draw just a color box with bg-color use it like:

  • {{Color||{{0|00}}|bg=#0A0}} → 00
  • {{Color|1=#F0F|2=XX|bg=#F0F}} → XX
  • {{Tlx|Cbox|#CCC}} → 00


It is also possible to define additional CSS data, e.g.
{{color|#000|'''color box text'''|bg=#CFC|css=border:2px dotted #F80|title=example}} → color box text