View Single Post
Old 04-15-2012, 01:05 PM   #28
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,090
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by bob_bookworm View Post
What '['s are you referring to? The ones in the plugboard?

I found that plugboard somewhere here, so I supposed that '[' was the character needed to make it work...
I'm afraid I didn't get it, sorry
Your (plugboard) template is trying to insert square brackets around the series_index

The simple template on: My Title in My Series[0] using
Code:
{series}-{series_index:0>2s}-{title}
results in
My Series-00-My Title


Start by removing the conditional stuff and start with a basic:
Code:
{series}{series_index}-{title}
then start adding the tricks until it breaks

Code:
{series}[{series_index}]-{title}
My Series[00]-My Title
theducks is online now   Reply With Quote