Hello, everyone :)

I have been using the List Widget to great effect for determining whether 
or not to display a particular item, section, link, etc., based on the 
presence or lack of a certain field within a tiddler:

<$list filter="[<currentTiddler>has[zcheader]]">
<div class="QuoteBox1"><span id="HeaderBlue">{{!!zcheader}}:</span> 
{{!!zcomment}}</div>
</$list>


But now I've run into a dilemma with the last part of a template tiddler 
that must make a choice of whether to display a section or not, depending 
on whether ANY ONE of four different fields exist.

I just can't figure out the syntax to combine three list filters into one 
(if that can even be done), nor does having three nested lists work.

Here's the (non-working) last test I made:

<$list filter="[<currentTiddler>has[posters]]">
<$list filter="[<currentTiddler>has[lobbycards]]">
<$list filter="[<currentTiddler>has[disccovers]]">
<$list filter="[<currentTiddler>has[misc]]">
<div style="Container">
<$transclude tiddler="$:/_Layout_ButtonSection3"/>
</div>
</$list>
</$list>
</$list>
</$list>

Can anyone shed some light on a solution?

Thankees in Advance :)

--Zaphod

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b577e413-c297-43f2-8e22-d16680cbd178%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to