mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-06 07:20:28 +00:00
18 lines
517 B
Plaintext
18 lines
517 B
Plaintext
|
created: 20150221141507000
|
||
|
modified: 20150221144853000
|
||
|
tags: [[transclusion Variable]] [[Variable Examples]]
|
||
|
title: transclusion Variable (Examples)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
This example shows how to distinguish between the sidebar and other environments:
|
||
|
|
||
|
<$macrocall $name=".example" n="3"
|
||
|
eg="""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.
|