I believe I could make 5 tiddlers with the fET producing 5 different
rows with a selected number of outputs from the same data/fields - and
then embed the "fETTiddlers in a table "like this:
|<<tiddler fEt#1>>|<<tiddler fEt#2>>|<<tiddler fEt#3>>|<<tiddler
fEt#4>>|<<tiddler fEt#5>>|

My only problem is that I don't know how to define fx. (index > 20 AND
index < 25)? to produce "tiddler fET#5"

YS Måns Mårtensson



On 20 Aug., 01:34, Måns <[email protected]> wrote:
> This could also fit the bill:
> nr1 nr2 nr3 nr4 nr5
> nr6 nr7 nr8 nr9 nr10
> nr11 nr12 nr13 nr14 nr15
> nr16 nr17 nr18 nr19 nr20
> nr21 nr22 nr23 nr24 nr25
>
> On 20 Aug., 01:25, Måns <[email protected]> wrote:
>
>
>
> > Hi
> > I'm trying to make a fET, which will write/produce a table with 5 rows
> > and 5 columns.
> > This way I can make contactsheets for printout..
> > How do I do that?
>
> > This is my fET:
> > <<forEachTiddler where 'tiddler.tags.contains
> > (context.viewerTiddler.title)'
> > sortBy 'tiddler.fields["title"]'
> > write
> >  '(index < 25)? " "+(index+1)+" [img(6em+,+)["+store.getValue
> > (tiddler,"title")+"|"+store.getValue(tiddler,"image")+"]
> > ["+tiddler.title+"]]  \n  [["+tiddler.title+"]] \n  "+tiddler.fields
> > ["address"] +" \n" : ""'
> >               begin '""
> > +" "'
> > end 'count+"  \n"' none '"none yet \n"'>>
>
> > I'd like the output to look something like this:
> > nr1 nr6 nr11 nr16 nr21
> > nr2 nr7 nr12 nr17 nr22
> > nr3 nr8 nr13 nr18 nr23
> > nr4 nr9 nr14 nr19 nr24
> > nr5 nr10 nr15 nr20 nr25
>
> > YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to