Quote:
Originally Posted by Courge
Thank you for your answer. I am begining with Calibre and I am not sure how to apply your suggestion. I created a composite column "formated_words" and in "Template" I entered :
Code:
human_readable(words)
It simply prints "human_readable(words)" in my new composite column (with "words" the lookup name of my previous column. Do you know what is wrong with my template or where I can find more information?
Thank you!
|
First: as for where you can find more information, see
The calibre template language.
My guess is that you want something like this
Single Function Mode template
Code:
{#words:human_readable()}
If you want more complicated formatting then you will probably should use a
General Program Mode template