Edgewall Software

Changes between Version 10 and Version 11 of WikiMacros


Ignore:
Timestamp:
May 3, 2005, 9:28:26 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v10 v11  
    4242It's easiest to learn from an example:
    4343{{{
     44#!python
    4445# MyMacro.py -- The world's simplest macro
    4546
     
    5556Example:
    5657{{{
     58#!python
    5759def execute(hdf, args, env):
    5860    # Currently hdf is set only when the macro is called
     
    7072Example.
    7173{{{
     74#!python
    7275def execute(hdf, txt, env):
    7376    return env.get_config('trac', 'repository_dir')