Wiki-Quellcode von FORMCYCLE V6 Hilfe


Zeige letzte Bearbeiter
1 {{include reference="Help.Code.VelocityMacros"/}}
2
3 {{velocity output="false"}}
4
5
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'
16 }, {
17 'icon': 'fa fa-play-circle',
18 'title': 'Videos',
19 'description': 'View our collection of video tutorials.',
20 'documentation': 'Help.Videos.WebHome'
21 }])
22
23 {{/velocity}}
24
25 {{velocity}}
26
27
28 {{html clean="false"}}
29 #display4Cards($howToCards)
30 {{/html}}
31 {{/velocity}}
Copyright 2000-2025