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.
|