mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
84ec9819f2
commit
f9aa200d72
@ -88,7 +88,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
in template processing. You use a stored template in another template as
|
in template processing. You use a stored template in another template as
|
||||||
if it were a template function, for example 'some_name(arg1, arg2...)'.</p>
|
if it were a template function, for example 'some_name(arg1, arg2...)'.</p>
|
||||||
|
|
||||||
<p>Stored templates must use either General Program Mode -- they must
|
<p>Stored templates must use General Program Mode -- they must
|
||||||
either begin with the text '{0}' or be {1}. You retrieve arguments
|
either begin with the text '{0}' or be {1}. You retrieve arguments
|
||||||
passed to a GPM stored template using the '{2}()' template function, as
|
passed to a GPM stored template using the '{2}()' template function, as
|
||||||
in '{2}(var1, var2, ...)'. The passed arguments are copied to the named
|
in '{2}(var1, var2, ...)'. The passed arguments are copied to the named
|
||||||
|
Loading…
x
Reference in New Issue
Block a user