Jump to content

Template:Colortext

From Consumer Rights Wiki
Revision as of 21:51, 7 July 2025 by Fen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template renders the given text in a specified color.

Usage

{{Colortext|green|Hello}}Hello

Notes

  • You can use either a named CSS color (like `red`) or a hex code (like `#ff0000` or shorthand `F00`).
  • Always wrap hex codes with a `#` when possible for clarity and standards compliance.