tiddler macro

The tiddler macro allows you to transclude the text of other tidders, or sections of other tiddlers, into your current tiddler.

Basic Usage

The basic usage is:

<<tiddler tiddlerToTransclude>>

This displays as:

<<tiddler tiddlerToTransclude>>

Have a look at the actual tiddlerToTransclude tiddler.

Transcluding Sections and Slices

Instead of transcluding an entire tiddler, you can also transclude individual slices or sections:

<<tiddler [[Title::sliceLabel]]>>
<<tiddler [[Title##sectionHeading]]>>

Parameterised Transclusion

Using the with: parameter, placeholders in the transcluded content can be replaced with a desired value. For example:

<<tiddler anotherTiddlerToTransclude with:"Jim" "Oz">> 

Which displays as:

<<tiddler anotherTiddlerToTransclude with:"Jim" "Oz">>

Have a look at the actual anotherTiddlerToTransclude.

28 February 2011 (created 11 February 2011)
inserted by FC2 system