Changes between Version 24 and Version 25 of ColorMacro


Ignore:
Timestamp:
Mar 16, 2012, 3:33:08 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Move alternate down the page a bit.

Legend:

Unmodified
Added
Removed
Modified
  • ColorMacro

    v24 v25  
    33
    44== Description ==
    5 
    6 '''Note''': This could also be archieved out-of-the-box in Trac (>=0.11.8 or so) by span macro (see [http://trac.edgewall.org/wiki/WikiHtml#HowtoUseDivSpan WikiHtml] for Details). Example usage of span macro:
    7 {{{
    8 [[span(''WORLD'', style=color: green)]]
    9 }}}
    10 
    11 ----
    125
    136ColorMacro is a very simple macro that allows you to change the background color of a piece of text.  Useful for highlighting, or RAG (red, amber, green) status reports.
     
    2316
    2417Where '''color''' is a color keyword or hex color number recognised by your browser and '''text''' is your text.  Commas are allowed, but '(' and ')' cause a problem.   
     18
     19'''Note''': This could also be archieved out-of-the-box in Trac (>=0.11.8 or so) by span macro (see [http://trac.edgewall.org/wiki/WikiHtml#HowtoUseDivSpan WikiHtml] for Details). Example usage of span macro:
     20{{{
     21[[span(''WORLD'', style=color: green)]]
     22}}}
    2523         
    2624== Bugs/Feature Requests ==