From 1b93db019cd3fa60c438675afdbd4d6013bf1707 Mon Sep 17 00:00:00 2001 From: Matthew Hailwood Date: Fri, 12 Jun 2015 13:38:09 +1200 Subject: [PATCH] Add 0 Based Position tip. --- docs/en/02_Developer_Guides/01_Templates/01_Syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/02_Developer_Guides/01_Templates/01_Syntax.md b/docs/en/02_Developer_Guides/01_Templates/01_Syntax.md index 46f7a3640..321544a73 100644 --- a/docs/en/02_Developer_Guides/01_Templates/01_Syntax.md +++ b/docs/en/02_Developer_Guides/01_Templates/01_Syntax.md @@ -298,6 +298,7 @@ iteration. * `$First`, `$Last`, `$Middle`: Booleans about the position in the list. * `$FirstLast`: Returns a string, "first", "last", or "". Useful for CSS classes. * `$Pos`: The current position in the list (integer). Will start at 1. + * `$Pos(0)`: The current position in the list (integer). Will start at 0. * `$TotalItems`: Number of items in the list (integer). :::ss