Wiki source code of How-to guides

Version 8.1 by Pauline Bessoles on 2025/07/24

Show last authors
1 {{info}}
2 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.
3 {{/info}}
4
5
6 (% class="row cards" %)
7 (((
8 (% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %)
9 (((
10 (% class="card card1" %)
11 (((
12 (% class="card-body" %)
13 (((
14 ==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ====
15
16 (% class="card-text" %)
17 (((
18 Start by reading the Getting Started Guide.
19 )))
20 )))
21 )))
22 )))
23
24 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
25 (((
26 (% class="card card1" %)
27 (((
28 (% class="card-body" %)
29 (((
30 ==== (% class="card-title" %)[[Features>>Documentation.UserGuide.Features.WebHome]](%%) ====
31
32 (% class="card-text" %)
33 (((
34 In order to learn how to use XWiki, browse through the different features. Each feature page describes how to use the feature.
35 )))
36 )))
37 )))
38 )))
39
40 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
41 (((
42 (% class="card card1" %)
43 (((
44 (% class="card-body" %)
45 (((
46 ==== (% class="card-title" %)[[Playground>>https://www.xwikiplayground.org]](%%) ====
47
48 (% class="card-text" %)
49 (((
50 At the same time as you follow the guides we recommend that you try out what you learn on the Playground. This is a XWiki instance that we've set up for you so that you can easily discover the joys of using a wiki.
51 )))
52 )))
53 )))
54 )))
55 )))
56
57
58 ~1. Create and edit pages
59
60 * link
61 * link
62
63 2. Set your user profile and preferences
64
65 3. Discover advanced XWiki features
66
67 {{velocity}}
68 {{liveData
69 id="allUserHowtoPages"
70 properties="doc.title,type,target"
71 source="liveTable"
72 sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg."
73 filters="target=user&type=howto"
74 }}
75 {
76 "meta": {
77 "propertyDescriptors": [
78 {
79 "id": "target",
80 "visible": false
81 }
82 ]
83 }
84 }
85 {{/liveData}}
86 {{/velocity}}

Get Connected