Edgewall Software

Changes between Version 156 and Version 157 of MacroBazaar


Ignore:
Timestamp:
Mar 15, 2006, 9:06:43 AM (18 years ago)
Author:
ksa@…
Comment:

add macros Color and Center

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v156 v157  
    723723[[BR]]''Author:'' robert@exa-omicron.nl
    724724[[BR]]''Version:'' Tested on 0.9.2 and 0.9.3
     725
     726
     727
     728=== Center ===
     729
     730This macro facilitates an easy way to align content to the center. For example
     731
     732{{{
     733[[Center(begin)]]
     734Everythig between "begin" and "end"
     735
     736will appear aligned to the center
     737[[Center(end)]]
     738}}}
     739
     740
     741
     742=== Color ===
     743
     744This is a simple macro to colorize short text.
     745
     746Example:
     747
     748{{{
     749Text can be written [[Color(green, with green)]],
     750[[Color(blue, with blue)]],
     751or [[Color(#b06cc3, in any other RGB color)]]
     752}}}
     753
     754
    725755
    726756''Add your macro here ...''