Changes for page Smart Servo (LSS)
                  Last modified by Eric Nantel on 2024/07/03 09:40
              
      
    Change comment:  There is no comment for this version   
 Summary
- 
          Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
- 
      - Author
-   ... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. ENantel1 +xwiki:XWiki.RB1 
- Content
-   ... ... @@ -1,6 +1,17 @@ 1 1 [[image:LSS-ST1-Horns.png||height="350" width="350"]] 2 2 3 -= Table of contents = 3 +== List of things with set tag == 4 +{{velocity}} 5 +#set ( $list = $xwiki.tag.getDocumentsWithTag('LSS') ) 6 +#set ( $num = 0 ) 7 +#foreach( $reference in $list ) 8 + #set ( $document = $xwiki.getDocument($reference) ) 9 + #set ( $label = $document.getTitle() ) 10 + #set ( $num = ($num + 1) ) 11 + $num) [[$label>>$reference]] :: $reference 12 +#end 13 +{{/velocity}} 14 + 4 4 {{toc/}} 5 5 6 6 = Description = 
 

