Template:Color

From DynamicPageList3 Manual
Revision as of 02:23, 4 April 2022 by imported>FrozenPlum (Create a template to use on pages and query with DPL3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Wraps a span around the content and changes the text color to whatever Hex Code RGB color is set.

Examples

  • {{color|green}} gives Example
  • {{color|#ccc|text}} gives text
  • {{color|blue|Some text}} gives Some text
  • {{color|red|Other text}} gives Other text