mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Now use :ffsum:
This commit is contained in:
parent
87d63a6d44
commit
258f1ca250
@ -184,43 +184,43 @@ shows the tags for a book, if any. If it has no tags then it show `No tags on th
|
|||||||
|
|
||||||
The following functions are usable in Single Function Mode because their first parameter is ``value``.
|
The following functions are usable in Single Function Mode because their first parameter is ``value``.
|
||||||
|
|
||||||
* :ref:`ff_capitalize`
|
* :ffsum:`ff_capitalize`
|
||||||
* :ref:`ff_ceiling`
|
* :ffsum:`ff_ceiling`
|
||||||
* :ref:`ff_cmp`
|
* :ffsum:`ff_cmp`
|
||||||
* :ref:`ff_contains`
|
* :ffsum:`ff_contains`
|
||||||
* :ref:`ff_date_arithmetic`
|
* :ffsum:`ff_date_arithmetic`
|
||||||
* :ref:`ff_floor`
|
* :ffsum:`ff_floor`
|
||||||
* :ref:`ff_format_date`
|
* :ffsum:`ff_format_date`
|
||||||
* :ref:`ff_format_number`
|
* :ffsum:`ff_format_number`
|
||||||
* :ref:`ff_fractional_part`
|
* :ffsum:`ff_fractional_part`
|
||||||
* :ref:`ff_human_readable`
|
* :ffsum:`ff_human_readable`
|
||||||
* :ref:`ff_ifempty`
|
* :ffsum:`ff_ifempty`
|
||||||
* :ref:`ff_language_strings`
|
* :ffsum:`ff_language_strings`
|
||||||
* :ref:`ff_list_contains`
|
* :ffsum:`ff_list_contains`
|
||||||
* :ref:`ff_list_count`
|
* :ffsum:`ff_list_count`
|
||||||
* :ref:`ff_list_count_matching`
|
* :ffsum:`ff_list_count_matching`
|
||||||
* :ref:`ff_list_item`
|
* :ffsum:`ff_list_item`
|
||||||
* :ref:`ff_list_sort`
|
* :ffsum:`ff_list_sort`
|
||||||
* :ref:`ff_lookup`
|
* :ffsum:`ff_lookup`
|
||||||
* :ref:`ff_lowercase`
|
* :ffsum:`ff_lowercase`
|
||||||
* :ref:`ff_mod`
|
* :ffsum:`ff_mod`
|
||||||
* :ref:`ff_rating_to_stars`
|
* :ffsum:`ff_rating_to_stars`
|
||||||
* :ref:`ff_re`
|
* :ffsum:`ff_re`
|
||||||
* :ref:`ff_re_group`
|
* :ffsum:`ff_re_group`
|
||||||
* :ref:`ff_round`
|
* :ffsum:`ff_round`
|
||||||
* :ref:`ff_select`
|
* :ffsum:`ff_select`
|
||||||
* :ref:`ff_shorten`
|
* :ffsum:`ff_shorten`
|
||||||
* :ref:`ff_str_in_list`
|
* :ffsum:`ff_str_in_list`
|
||||||
* :ref:`ff_subitems`
|
* :ffsum:`ff_subitems`
|
||||||
* :ref:`ff_sublist`
|
* :ffsum:`ff_sublist`
|
||||||
* :ref:`ff_substr`
|
* :ffsum:`ff_substr`
|
||||||
* :ref:`ff_swap_around_articles`
|
* :ffsum:`ff_swap_around_articles`
|
||||||
* :ref:`ff_swap_around_comma`
|
* :ffsum:`ff_swap_around_comma`
|
||||||
* :ref:`ff_switch`
|
* :ffsum:`ff_switch`
|
||||||
* :ref:`ff_test`
|
* :ffsum:`ff_test`
|
||||||
* :ref:`ff_titlecase`
|
* :ffsum:`ff_titlecase`
|
||||||
* :ref:`ff_transliterate`
|
* :ffsum:`ff_transliterate`
|
||||||
* :ref:`ff_uppercase`
|
* :ffsum:`ff_uppercase`
|
||||||
|
|
||||||
**Using functions and formatting in the same template**
|
**Using functions and formatting in the same template**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user