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