View Single Post
Old 08-13-2011, 04:10 PM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,452
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Instead of {authors}, you can use
Code:
{authors:sublist(0,2, & )}
Change the 2 to the number of authors you want to see.

FWIW: I prefer using template program mode to make the parameters clearer, so I would use
Code:
{authors:'sublist($, 0, 2, " & ")'}
or even
Code:
{:'sublist(field('authors'), 0, 2, " & ")'}
chaley is offline   Reply With Quote