[ZPT] CVS: Zope/lib/python/Products/PageTemplates/help - tal-repeat.stx:1.5
Amos Latteier
amos@zope.com
Wed, 12 Dec 2001 19:31:53 -0500
Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/help
In directory cvs.zope.org:/tmp/cvs-serv30210/help
Modified Files:
tal-repeat.stx
Log Message:
Added documentation for roman and Roman method which I just discovered.
=== Zope/lib/python/Products/PageTemplates/help/tal-repeat.stx 1.4 => 1.5 ===
of repetitions.
- o *letter* - count reps with lower-case letters: "a" - "z", "aa" - "az",
- "ba" - "bz", ..., "za" - "zz", "aaa" - "aaz", and so forth.
+ o *letter* - repetition number as a lower-case letter: "a" -
+ "z", "aa" - "az", "ba" - "bz", ..., "za" - "zz", "aaa" - "aaz",
+ and so forth.
o *Letter* - upper-case version of *letter*.
+
+ o *roman* - repetition number as a lower-case roman numeral:
+ "i", "ii", "iii", "iv", "v", etc.
+
+ o *Roman* - upper-case version of *roman*.
You can access the contents of the repeat variable using path
expressions or Python expressions. In path expressions, you write