Changes between Version 4 and Version 5 of NoteBoxMacro


Ignore:
Timestamp:
Mar 16, 2015, 8:35:42 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • NoteBoxMacro

    v4 v5  
    1 = Note boxes with icons =
    21[[PageOutline(2-5,Contents,pullout)]]
    32
    4 == Description ==
     3= Note boxes with icons
    54
    6 The !NoteBox macro will render an HTML-!DivContainer in different colors with different Icons. The following containers are possible:
     5== Description
    76
    8  * ![[NoteBox(warn, my Text)]]
    9   * will render a red div-container with the given Text and a stopsign-image
    10  * ![[NoteBox(tip, my Text)]]
    11   * will render a green div-container with the given Text and a lightbulb-image
    12  * ![[NoteBox(note, my Text)]]
    13   * will render a blue div-container with the given Text and a notepaper-image
     7The !NoteBox macro will render an HTML-!DivContainer in different colors with different Icons. The following containers are supported:
     8
     9 ![[NoteBox(warn, my Text)]] ::
     10  will render a red div-container with the given Text and a stopsign-image
     11 ![[NoteBox(tip, my Text)]] ::
     12  will render a green div-container with the given Text and a lightbulb-image
     13 ![[NoteBox(note, my Text)]] ::
     14  will render a blue div-container with the given Text and a notepaper-image
    1415
    1516It will look like this:
     
    2021See also: WikiExtrasPlugin
    2122
    22 == Bugs/Feature Requests ==
     23== Bugs/Feature Requests
    2324
    2425Existing bugs and feature requests for NoteBoxMacro are
     
    2728If you have any issues, create a
    2829[http://trac-hacks.org/newticket?component=NoteBoxMacro&owner=rjollos new ticket].
     30
     31[[TicketQuery(component=NoteBoxMacro,group=type,format=progress)]]
    2932
    3033== Download ==
     
    4043For detailed installation steps, please refer to t:TracPlugins. The following steps should work for most Trac configurations:
    4144
    42  1. unzip the code and type:
     45 1. Unzip the code and type:
    4346{{{
    4447#!sh
     
    5053easy_install http://trac-hacks.org/svn/noteboxmacro/0.11
    5154}}}
    52  1. restart web server
    53  1. enable it at {{{admin/general/plugins}}}
     55 1. Restart the web server.
     56 1. Enable it at {{{admin/general/plugins}}}.
     57
    5458If the plugin is installed and functioning correctly, you can see examples of its use at WikiMacros#NoteBox-macro.
    5559
    56 == Example ==
     60== Example
    5761
    58 Use either
     62Use either:
    5963 * '''![[NoteBox(warn, my Text)]]'''
    6064 * '''![[NoteBox(tip, my Text)]]'''
    6165 * '''![[NoteBox(note, my Text)]]'''
    62 where ''my Text'' can be replaced with your text.
     66where '''my Text''' can be replaced with your text.
    6367
    64 == Recent Changes ==
     68== Recent Changes
    6569
    6670[[ChangeLog(noteboxmacro, 3)]]
    6771
    68 == Author/Contributors ==
     72== Author/Contributors
    6973
    7074'''Author:''' [wiki:gruenebe] [[BR]]
    71 '''Maintainer:''' rjollos [[BR]]
     75'''Maintainer:''' [[Maintainer]] [[BR]]
    7276'''Contributors:'''