Changes for page Card Navigation

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

From version 14.47
edited by calvin_henderson
on 2024/12/18 13:21
Change comment: There is no comment for this version
To version 14.41
edited by calvin_henderson
on 2024/12/18 13:19
Change comment: There is no comment for this version

Summary

Details

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