about The calibre template language
the section 'Basic templates' of chapter 'The calibre template language' (the Tutorial) has lots of really usefil information - thank you
Now
- the following sample pattern has drawn my attention:
{series}{series_index:| - | - }{title}
- I've slightly modified it to the following (I've checked - it works fine)
{series}{series_index:|-|. }{title}
- but I also would like to use the following formatter within {series_index}
{series_index:0>2s}
- is that possible?
- what will be the exact expression?
|