This page is part of a static HTML representation of the TiddlyWiki note at: https://tiddlywiki.com/#transclusion Variable (Examples)

transclusion Variable (Examples)

28th February 2015 at 10:34am

This example shows how to distinguish between the sidebar and other environments:

We are
<$list
filter="[<transclusion>prefix[{|$:/core/ui/PageTemplate/sidebar|||}]]"
emptyMessage="in the story river.">
in the sidebar.
</$list>

In the sidebar, this would show We are in the sidebar instead.