Changes between Initial Version and Version 1 of MetaMacroPlugin


Ignore:
Timestamp:
Jan 16, 2011, 1:30:57 PM (13 years ago)
Author:
Mikhail Gusarov
Comment:

New hack MetaMacroPlugin, created by dottedmag

Legend:

Unmodified
Added
Removed
Modified
  • MetaMacroPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Create simple macros from wiki pages =
     4
     5== Description ==
     6
     7This plugin creates simple macros from wiki pages in `WikiMacro/` namespace named after page names.
     8
     9Pages may contain `$1`, `$2`, ... metacharacters which will be substituted by the parameters macro is called with.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for MetaMacroPlugin are
     14[report:9?COMPONENT=MetaMacroPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=MetaMacroPlugin&owner=dottedmag new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:metamacroplugin here].
     22
     23== Source ==
     24
     25You can check out MetaMacroPlugin from [http://trac-hacks.org/svn/metamacroplugin here] using Subversion, or [source:metamacroplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29Create a page `WikiPage/Example` with the text
     30{{{
     31Test: $1.
     32}}}
     33And then use newly created macro: `[[Example(Passed)]]`.
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(metamacroplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:dottedmag] [[BR]]
     42'''Maintainer:''' [wiki:dottedmag] [[BR]]
     43'''Contributors:'''