Changes between Version 3 and Version 4 of MetaMacroPlugin


Ignore:
Timestamp:
Apr 17, 2015, 3:01:05 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • MetaMacroPlugin

    v3 v4  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Create simple macros from wiki pages =
     3= Create simple macros from wiki pages
    44
    5 == Description ==
     5== Description
    66
    77This plugin creates simple macros from wiki pages in `WikiMacros/` namespace named after page names.
     
    99Pages may contain `$1`, `$2`, ... metacharacters which will be substituted by the parameters macro is called with.
    1010
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for MetaMacroPlugin are
     
    1717[http://trac-hacks.org/newticket?component=MetaMacroPlugin&owner=dottedmag new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=MetaMacroPlugin&group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:metamacroplugin here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out MetaMacroPlugin from [http://trac-hacks.org/svn/metamacroplugin here] using Subversion, or [source:metamacroplugin browse the source] with Trac.
    2628
    27 == Example ==
     29== Example
    2830
    29 Create a page `WikiMacros/Example` with the text
     31Create a page `WikiMacros/Example` with the following text:
    3032{{{
    3133Test: $1.
    3234}}}
    33 And then use newly created macro: `[[Example(Passed)]]`.
     35And then use the newly created macro as follows:
    3436
    35 == Recent Changes ==
     37`[[Example(Passed)]]`.
     38
     39== Recent Changes
    3640
    3741[[ChangeLog(metamacroplugin, 3)]]
    3842
    39 == Author/Contributors ==
     43== Author/Contributors
    4044
    4145'''Author:''' [wiki:dottedmag] [[BR]]
    42 '''Maintainer:''' [wiki:dottedmag] [[BR]]
     46'''Maintainer:''' [[Maintainer]] [[BR]]
    4347'''Contributors:'''