Changes between Version 5 and Version 6 of WikiExtrasPlugin


Ignore:
Timestamp:
Jun 12, 2011, 3:22:26 PM (13 years ago)
Author:
Mikael Relbe
Comment:

Configuration

Legend:

Unmodified
Added
Removed
Modified
  • WikiExtrasPlugin

    v5 v6  
    5959
    6060
     61== Configuration ==
     62
     63Activate the plugin:
     64{{{
     65[components]
     66tracwikiextras.* = enabled
     67}}}
     68
     69The built in documentation of the plugin explains the configuration thoroughly.
     70Following examples are provided as an overview of the customization
     71capabilities of the plugin.
     72
     73Configure boxes ''(showing default configuration)'':
     74{{{
     75[wikiextras]
     76rbox_width = 300
     77shadowless_boxes = false
     78wide_toc = false
     79}}}
     80
     81Configure icons ''(showing default configuration)'':
     82{{{
     83[wikiextras]
     84icon_limit = 32
     85showicons_limit = 96
     86shadowless_icons = false
     87}}}
     88
     89Configure smileys ''(example)'':
     90{{{
     91[wikiextras-smileys]
     92_remove_defaults = true
     93smiley = :-) :)
     94smiley-wink = ;-) ;)
     95}}}
     96
     97Configure attentional phrases ''(showing default configuration)'':
     98{{{
     99[wikiextras]
     100fixme_phrases = BUG, FIXME
     101todo_phrases = REVIEW, TODO
     102done_phrases = DONE, DEBUGGED, FIXED, REVIEWED
     103}}}
     104
     105Configure symbols ''(example)'':
     106{{{
     107[wikiextras-symbols]
     108_remove_defaults = true
     109&laquo; = <<
     110&raquo; = >>
     111&hearts; = <3
     112}}}
     113
     114
    61115== Example ==
    62116