Changes between Version 9 and Version 10 of MacroChainMacro


Ignore:
Timestamp:
Nov 10, 2015, 9:24:49 AM (8 years ago)
Author:
figaro
Comment:

Relative link

Legend:

Unmodified
Added
Removed
Modified
  • MacroChainMacro

    v9 v10  
    55== Description
    66
    7 This macro allows you to chain multiple macros (including WikiProcessors) together (think unix command line pipes). That means it allows you to feed the output from one macro as input to the next.
     7This macro allows you to chain multiple macros (including WikiProcessors) together (think Unix command line pipes). That means it allows you to feed the output from one macro as input to the next.
    88
    99== Bugs/Feature Requests
     
    3232== Example
    3333
    34 The following mimicks the [http://trac.edgewall.org/wiki/MacroBazaar#MimeInclude MimeInclude] macro:
     34The following mimicks the [t:MacroBazaar#MimeInclude MimeInclude] macro:
    3535{{{
    3636[[MacroChain(Include(http://www.example.com/), text/html)]]