Changes for page Card Navigation

Last modified by Calvin Henderson on 2025/03/11 10:29

From version 14.42
edited by calvin_henderson
on 2024/12/18 13:20
Change comment: There is no comment for this version
To version 14.50
edited by calvin_henderson
on 2024/12/18 13:22
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
code
... ... @@ -12,6 +12,7 @@
12 12   gap: 10px;
13 13   ">
14 14  #end
15 +
15 15  #foreach($entry in $entries.split('\n'))
16 16   #set($card = $entry.split('\|'))
17 17   #if (false)
... ... @@ -31,7 +31,6 @@
31 31   #end
32 32  
33 33   $card[0],$card[1],$card[2]
34 -
35 35  #end
36 36  ## </div>
37 37  {{/html}}