Wiki source code of How-to guides
Version 11.1 by Pauline Bessoles on 2025/07/24
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}} | ||
5 | |||
![]() |
6.1 | 6 | {{info}} |
![]() |
4.1 | 7 | This section provides practical, step-by-step guidance for getting the most out of XWiki as a user — from starting to create pages to more advanced user actions. Use this guide when you’re ready to use XWiki in real-world scenarios and want clear, operational documentation. |
![]() |
6.1 | 8 | {{/info}} |
![]() |
1.1 | 9 | |
![]() |
8.1 | 10 | (% class="row cards" %) |
11 | ((( | ||
12 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %) | ||
13 | ((( | ||
14 | (% class="card card1" %) | ||
15 | ((( | ||
16 | (% class="card-body" %) | ||
17 | ((( | ||
![]() |
11.1 | 18 | ==== (% class="card-title" %)Create and edit pages(%%) ==== |
![]() |
8.1 | 19 | |
20 | (% class="card-text" %) | ||
21 | ((( | ||
![]() |
11.1 | 22 | |
23 | * [[Link Example>>]] | ||
24 | * [[Link Example>>]] | ||
25 | * [[Link Example>>]] | ||
26 | |||
![]() |
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 | ((( | ||
![]() |
11.1 | 42 | |
43 | * [[Link Example>>]] | ||
44 | * [[Link Example>>]] | ||
45 | * [[Link Example>>]] | ||
46 | |||
![]() |
8.1 | 47 | ))) |
48 | ))) | ||
49 | ))) | ||
50 | ))) | ||
51 | |||
52 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
53 | ((( | ||
54 | (% class="card card1" %) | ||
55 | ((( | ||
56 | (% class="card-body" %) | ||
57 | ((( | ||
![]() |
11.1 | 58 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== |
![]() |
8.1 | 59 | |
60 | (% class="card-text" %) | ||
61 | ((( | ||
![]() |
11.1 | 62 | |
63 | * [[Link Example>>]] | ||
64 | * [[Link Example>>]] | ||
65 | * [[Link Example>>]] | ||
66 | |||
![]() |
8.1 | 67 | ))) |
68 | ))) | ||
69 | ))) | ||
70 | ))) | ||
71 | ))) | ||
72 | |||
![]() |
1.1 | 73 | {{velocity}} |
74 | {{liveData | ||
75 | id="allUserHowtoPages" | ||
76 | properties="doc.title,type,target" | ||
77 | source="liveTable" | ||
78 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
![]() |
3.1 | 79 | filters="target=user&type=howto" |
![]() |
1.1 | 80 | }} |
81 | { | ||
82 | "meta": { | ||
83 | "propertyDescriptors": [ | ||
84 | { | ||
85 | "id": "target", | ||
86 | "visible": false | ||
87 | } | ||
88 | ] | ||
89 | } | ||
90 | } | ||
91 | {{/liveData}} | ||
92 | {{/velocity}} |