Edgewall Software

Changes between Version 5 and Version 6 of WikiMacros


Ignore:
Timestamp:
Jul 7, 2004, 4:44:10 PM (20 years ago)
Author:
maym@…
Comment:

Added WikiMacro example using the env object

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v5 v6  
    7171}}}
    7272
     73You can also use the environment object that is passed to display configuration data.
    7374
    74 
     75Example.
     76{{{
     77def execute(hdf, txt, env):
     78    return env.get_config('trac', 'repository_dir')
     79}}}
    7580----
    7681See also:  WikiProcessors, WikiFormatting, TracGuide