This commit is contained in:
Kovid Goyal 2020-10-16 07:34:00 +05:30
parent bf666c9b65
commit ebf3937628
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -514,7 +514,7 @@ You might find the following tips useful.
* Use the Template Tester to test templates. Add the tester to the context menu for books in the library and/or give it a keyboard shortcut. * Use the Template Tester to test templates. Add the tester to the context menu for books in the library and/or give it a keyboard shortcut.
* Templates can use other templates by referencing composite columns built with the desired template. Alternatively, you could * Templates can use other templates by referencing composite columns built with the desired template. Alternatively, you could
use Stored Templates. use Stored Templates.
* In a plugboard, you can set a field to empty (or whatever is equivalent to empty) by using the special template ``{}``. This template will always evaluate to an empty string. * In a plugboard, you can set a field to empty (or whatever is equivalent to empty) by using the special template ``{}``. This template will always evaluate to an empty string.
* The technique described above to show numbers even if they have a zero value works with the standard field series_index. * The technique described above to show numbers even if they have a zero value works with the standard field series_index.