Changes for page XWiki Syntax Guide
Last modified by Mireille Blay-Fornarino on 2020/05/19 12:06
From version 1.1
edited by Thomas Mortagne
on 2018/10/30 11:10
on 2018/10/30 11:10
Change comment:
Copied from template:XWiki.XWikiSyntax
To version 2.1
edited by Mireille Blay-Fornarino
on 2020/05/19 12:06
on 2020/05/19 12:06
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/12.3]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. ThomasMortagne1 +xwiki:XWiki.Mireille - Content
-
... ... @@ -33,7 +33,7 @@ 33 33 34 34 #set ($crtCategoryId = "$!{request.category}") 35 35 #if ($crtCategoryId != '') 36 - #set ($crtCategoryId = $m athtool.toInteger($crtCategoryId))36 + #set ($crtCategoryId = $numbertool.toNumber($crtCategoryId).intValue()) 37 37 #end 38 38 #set ($crtSectionId = "$!{request.section}") 39 39 #set ($crtSyntaxVer = "$!{request.syntax}") ... ... @@ -159,9 +159,9 @@ 159 159 ## 160 160 #foreach ($category in $syntaxMenu) 161 161 ## "Standard" URLs and icons for categories 162 - #set ($category.url = "?syntax=$escapetool.url(${crtSyntaxVer})&category=${mathtool.sub($ velocityCount, 1)}${extraParams}")162 + #set ($category.url = "?syntax=$escapetool.url(${crtSyntaxVer})&category=${mathtool.sub($foreach.count, 1)}${extraParams}") 163 163 #set ($category.cssClass = "${category.id}Icon") 164 - #if ("$!{crtCategoryId}" != '' && $ velocityCount == $mathtool.add($crtCategoryId, 1))164 + #if ("$!{crtCategoryId}" != '' && $foreach.count == $mathtool.add($crtCategoryId, 1)) 165 165 #set ($crtCategory = $category) 166 166 #end 167 167 ##