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