Wiki source code of How-to guides
Version 10.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 | ((( | ||
18 | ==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ==== | ||
19 | |||
20 | (% class="card-text" %) | ||
21 | ((( | ||
22 | Start by reading the Getting Started Guide. | ||
23 | ))) | ||
24 | ))) | ||
25 | ))) | ||
26 | ))) | ||
27 | |||
28 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
29 | ((( | ||
30 | (% class="card card1" %) | ||
31 | ((( | ||
32 | (% class="card-body" %) | ||
33 | ((( | ||
34 | ==== (% class="card-title" %)[[Features>>Documentation.UserGuide.Features.WebHome]](%%) ==== | ||
35 | |||
36 | (% class="card-text" %) | ||
37 | ((( | ||
38 | In order to learn how to use XWiki, browse through the different features. Each feature page describes how to use the feature. | ||
39 | ))) | ||
40 | ))) | ||
41 | ))) | ||
42 | ))) | ||
43 | |||
44 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
45 | ((( | ||
46 | (% class="card card1" %) | ||
47 | ((( | ||
48 | (% class="card-body" %) | ||
49 | ((( | ||
50 | ==== (% class="card-title" %)[[Playground>>https://www.xwikiplayground.org]](%%) ==== | ||
51 | |||
52 | (% class="card-text" %) | ||
53 | ((( | ||
54 | 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. | ||
55 | ))) | ||
56 | ))) | ||
57 | ))) | ||
58 | ))) | ||
59 | ))) | ||
60 | |||
61 | |||
![]() |
5.1 | 62 | ~1. Create and edit pages |
63 | |||
64 | * link | ||
65 | * link | ||
66 | |||
67 | 2. Set your user profile and preferences | ||
68 | |||
69 | 3. Discover advanced XWiki features | ||
70 | |||
![]() |
1.1 | 71 | {{velocity}} |
72 | {{liveData | ||
73 | id="allUserHowtoPages" | ||
74 | properties="doc.title,type,target" | ||
75 | source="liveTable" | ||
76 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
![]() |
3.1 | 77 | filters="target=user&type=howto" |
![]() |
1.1 | 78 | }} |
79 | { | ||
80 | "meta": { | ||
81 | "propertyDescriptors": [ | ||
82 | { | ||
83 | "id": "target", | ||
84 | "visible": false | ||
85 | } | ||
86 | ] | ||
87 | } | ||
88 | } | ||
89 | {{/liveData}} | ||
90 | {{/velocity}} |