Wiki-Quellcode von FORMCYCLE V6 Hilfe
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | {{include reference="Help.Code.VelocityMacros"/}} |
![]() |
1.3 | 2 | |
![]() |
2.1 | 3 | {{velocity output="false"}} |
![]() |
1.3 | 4 | |
![]() |
7.1 | 5 | |
![]() |
2.1 | 6 | #set ($howToCards = [{ |
7 | 'icon': 'fa fa-support', | ||
8 | 'title': 'Getting Started', | ||
9 | 'description': 'Easy steps to get you started with XWiki.', | ||
10 | 'documentation': "http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome?version=$escapetool.url($xwiki.version)" | ||
11 | }, { | ||
12 | 'icon': 'fa fa-play-circle', | ||
13 | 'title': 'Videos', | ||
14 | 'description': 'View our collection of video tutorials.', | ||
15 | 'documentation': 'Help.Videos.WebHome' | ||
![]() |
5.1 | 16 | }, { |
17 | 'icon': 'fa fa-play-circle', | ||
18 | 'title': 'Videos', | ||
19 | 'description': 'View our collection of video tutorials.', | ||
20 | 'documentation': 'Help.Videos.WebHome' | ||
![]() |
2.1 | 21 | }]) |
22 | |||
23 | {{/velocity}} | ||
24 | |||
25 | {{velocity}} | ||
26 | |||
27 | |||
28 | {{html clean="false"}} | ||
29 | #display4Cards($howToCards) | ||
30 | {{/html}} | ||
31 | {{/velocity}} |