Wiki source code of How-to guides
Version 13.2 by Pauline Bessoles on 2025/07/25
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | $xwiki.ssx.use('Documentation.WebHome') | ||
3 | $xwiki.ssx.use('Documentation.UserGuide.WebHome') | ||
4 | {{/velocity}} | ||
5 | == Summary == | ||
6 | |||
7 | {{info}} | ||
8 | 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. | ||
9 | {{/info}} | ||
10 | |||
11 | == Highlighted documentation == | ||
12 | |||
13 | (% class="row cards" %) | ||
14 | ((( | ||
15 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
16 | ((( | ||
17 | (% class="card card1" %) | ||
18 | ((( | ||
19 | (% class="card-body" %) | ||
20 | ((( | ||
21 | ==== (% class="card-title" %)Create and edit pages(%%) ==== | ||
22 | |||
23 | (% class="card-text" %) | ||
24 | ((( | ||
25 | |||
26 | * [[Link Example>>]] | ||
27 | * [[Link Example>>]] | ||
28 | * [[Link Example>>]] | ||
29 | |||
30 | ))) | ||
31 | ))) | ||
32 | ))) | ||
33 | ))) | ||
34 | |||
35 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
36 | ((( | ||
37 | (% class="card card1" %) | ||
38 | ((( | ||
39 | (% class="card-body" %) | ||
40 | ((( | ||
41 | ==== (% class="card-title" %)Customize your profile(%%) ==== | ||
42 | |||
43 | (% class="card-text" %) | ||
44 | ((( | ||
45 | |||
46 | * [[Link Example>>]] | ||
47 | * [[Link Example>>]] | ||
48 | * [[Link Example>>]] | ||
49 | |||
50 | ))) | ||
51 | ))) | ||
52 | ))) | ||
53 | ))) | ||
54 | |||
55 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
56 | ((( | ||
57 | (% class="card card1" %) | ||
58 | ((( | ||
59 | (% class="card-body" %) | ||
60 | ((( | ||
61 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== | ||
62 | |||
63 | (% class="card-text" %) | ||
64 | ((( | ||
65 | |||
66 | * [[Link Example>>]] | ||
67 | * [[Link Example>>]] | ||
68 | * [[Link Example>>]] | ||
69 | |||
70 | ))) | ||
71 | ))) | ||
72 | ))) | ||
73 | ))) | ||
74 | ))) | ||
75 | |||
76 | == All the user how-tos == | ||
77 | |||
78 | {{velocity}} | ||
79 | {{liveData | ||
80 | id="allUserHowtoPages" | ||
81 | properties="doc.title,type,target" | ||
82 | source="liveTable" | ||
83 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
84 | filters="target=user&type=howto" | ||
85 | }} | ||
86 | { | ||
87 | "meta": { | ||
88 | "propertyDescriptors": [ | ||
89 | { | ||
90 | "id": "target", | ||
91 | "visible": false | ||
92 | } | ||
93 | ] | ||
94 | } | ||
95 | } | ||
96 | {{/liveData}} | ||
97 | {{/velocity}} | ||
98 | |||
99 | == Related articles == | ||
100 | |||
101 | * [[Link Example>>]] | ||
102 | * [[Link Example>>]] | ||
103 | * [[Link Example>>]] |