Also, as expected, it
did result in some weird behaviour on crossovers: it added both prefixes to all the characters. Any idea how to handle this?
This is my best idea so far:
Code:
characterlist=>(Character1|Character2)=>Fandom1.\1&&category==Crossover
characterlist=>(Character3|Character4)=>Fandom2.\1&&category==Crossover
EDIT: I made it worse!