View Single Post
Old 09-16-2018, 06:43 AM   #5
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
For the template
{#fandom_main} - {#fandom_secondary}/{author}/{title} ({#story_id})

change to:

{#fandom_main:sublist(0,2,\,)} - {#fandom_secondary:sublist(0,2,\,)}/{author}/{title} ({#story_id})

In case your column definition is like tags. If not, you need to check if your list separator is a comma or something else and correct the separator to what ever you are using.


The result should be something like
fandom_main1,fandom_main2 - fandom_secondary,fandom_secondary\author\title (story_id)

It takes from each of your two fandom columns list the first two items.
Divingduck is offline   Reply With Quote