title: tiddler macro modifier: jermolene created: 20110211143954 modified: 20110228144138 tags: macro creator: colmbritton The tiddler macro allows you to [[transclude|Tranclusion]] the text of other tidders, or sections of other tiddlers, into your current tiddler. !!Basic Usage The basic usage is: {{{ <> }}} This displays as: <<< <> <<< Have a look at the actual [[tiddlerToTransclude]] tiddler. !!Transcluding Sections and Slices Instead of transcluding an entire tiddler, you can also transclude individual [[slices|Tiddler Slices]] or [[sections|Tiddler Sections]]: {{{ <> <> }}} !!Parameterised Transclusion Using the {{{with:}}} parameter, placeholders in the transcluded content can be replaced with a desired value. For example: {{{ <> }}} Which displays as: <<< <> <<< Have a look at the actual [[anotherTiddlerToTransclude]].