Wiki source code of Tutorials
Last modified by Pauline Bessoles on 2025/07/25
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
10.1 | 1 | {{velocity output="false"}} |
2 | $xwiki.ssx.use('Documentation.WebHome') | ||
3 | $xwiki.ssx.use('Documentation.UserGuide.WebHome') | ||
4 | {{/velocity}} | ||
![]() |
15.1 | 5 | |
![]() |
12.1 | 6 | == Summary == |
7 | |||
![]() |
17.1 | 8 | {{box cssClass="box"}} |
![]() |
18.1 | 9 | |
![]() |
17.1 | 10 | {{/box}} |
![]() |
1.1 | 11 | |
![]() |
12.1 | 12 | == Highlighted documentation == |
13 | |||
![]() |
8.1 | 14 | (% class="row cards" %) |
15 | ((( | ||
![]() |
13.2 | 16 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
![]() |
8.1 | 17 | ((( |
18 | (% class="card card1" %) | ||
19 | ((( | ||
20 | (% class="card-body" %) | ||
21 | ((( | ||
![]() |
11.1 | 22 | ==== (% class="card-title" %)Create and edit pages(%%) ==== |
![]() |
8.1 | 23 | |
24 | (% class="card-text" %) | ||
25 | ((( | ||
![]() |
18.1 | 26 | * [[Link Example]] |
![]() |
8.1 | 27 | ))) |
28 | ))) | ||
29 | ))) | ||
30 | ))) | ||
31 | |||
32 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
33 | ((( | ||
34 | (% class="card card1" %) | ||
35 | ((( | ||
36 | (% class="card-body" %) | ||
37 | ((( | ||
![]() |
11.1 | 38 | ==== (% class="card-title" %)Customize your profile(%%) ==== |
![]() |
8.1 | 39 | |
40 | (% class="card-text" %) | ||
41 | ((( | ||
![]() |
18.1 | 42 | * [[Link Example]] |
![]() |
8.1 | 43 | ))) |
44 | ))) | ||
45 | ))) | ||
46 | ))) | ||
47 | |||
48 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
49 | ((( | ||
50 | (% class="card card1" %) | ||
51 | ((( | ||
52 | (% class="card-body" %) | ||
53 | ((( | ||
![]() |
11.1 | 54 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== |
![]() |
8.1 | 55 | |
56 | (% class="card-text" %) | ||
57 | ((( | ||
![]() |
18.1 | 58 | * [[Link Example]] |
![]() |
8.1 | 59 | ))) |
60 | ))) | ||
61 | ))) | ||
62 | ))) | ||
63 | ))) | ||
64 | |||
![]() |
17.3 | 65 | == All the user tutorials == |
![]() |
12.1 | 66 | |
![]() |
1.1 | 67 | {{velocity}} |
68 | {{liveData | ||
![]() |
17.3 | 69 | id="allUserTutorialsPages" |
![]() |
1.1 | 70 | properties="doc.title,type,target" |
71 | source="liveTable" | ||
72 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
![]() |
17.3 | 73 | filters="target=user&type=tutorial" |
![]() |
1.1 | 74 | }} |
75 | { | ||
76 | "meta": { | ||
77 | "propertyDescriptors": [ | ||
78 | { | ||
79 | "id": "target", | ||
80 | "visible": false | ||
81 | } | ||
82 | ] | ||
83 | } | ||
84 | } | ||
85 | {{/liveData}} | ||
86 | {{/velocity}} | ||
![]() |
12.1 | 87 | |
88 | == Related articles == | ||
89 | |||
![]() |
16.1 | 90 | * [[Administrator documentation>>doc:XS.Admin.WebHome]] |
91 | * [[Developer documentation>>doc:XS.Dev.WebHome]] |