Display pages with a specific tag
Last modified by Vincent Massol on 2026/06/02 17:55
| Display pages with a specific tag |
| Type | |
| Category | |
| Developed by | |
| Rating | |
| License | GNU Lesser General Public License 2.1 |
Table of contents
Description
#set ($references = $xwiki.tag.getDocumentsWithTag('Flux Internes'))
#foreach($reference in $references)
#set ($document = $xwiki.getDocument($reference))
#set ($label = $document.getTitle())
[[$label>>$reference]]
#end