Quote:
Originally Posted by MCBastos
3. Is there some way to render {series_index} in, say, Roman numerals? Or to adjust leading zeros? If there is, perhaps it could be exposed in the UI.
|
When you want leading zeros for your series_index use the custom text field for that. When you put
{series_index:0>3s} in, you will get your series_index with two leading zeros.
Or you can use the 'Other Options' Series Text field.
(Book {series_index:0>3s} of '{series}')
would give you for example:
(Book 001 of 'Sword of Truth')
That is what I like to use
Mini