Wiki source code of How-to guides
Version 11.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 | {{info}} | ||
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. | ||
8 | {{/info}} | ||
9 | |||
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" %)Create and edit pages(%%) ==== | ||
19 | |||
20 | (% class="card-text" %) | ||
21 | ((( | ||
22 | |||
23 | * [[Link Example>>]] | ||
24 | * [[Link Example>>]] | ||
25 | * [[Link Example>>]] | ||
26 | |||
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 | ((( | ||
38 | ==== (% class="card-title" %)Customize your profile(%%) ==== | ||
39 | |||
40 | (% class="card-text" %) | ||
41 | ((( | ||
42 | |||
43 | * [[Link Example>>]] | ||
44 | * [[Link Example>>]] | ||
45 | * [[Link Example>>]] | ||
46 | |||
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 | ((( | ||
58 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== | ||
59 | |||
60 | (% class="card-text" %) | ||
61 | ((( | ||
62 | |||
63 | * [[Link Example>>]] | ||
64 | * [[Link Example>>]] | ||
65 | * [[Link Example>>]] | ||
66 | |||
67 | ))) | ||
68 | ))) | ||
69 | ))) | ||
70 | ))) | ||
71 | ))) | ||
72 | |||
73 | {{velocity}} | ||
74 | {{liveData | ||
75 | id="allUserHowtoPages" | ||
76 | properties="doc.title,type,target" | ||
77 | source="liveTable" | ||
78 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
79 | filters="target=user&type=howto" | ||
80 | }} | ||
81 | { | ||
82 | "meta": { | ||
83 | "propertyDescriptors": [ | ||
84 | { | ||
85 | "id": "target", | ||
86 | "visible": false | ||
87 | } | ||
88 | ] | ||
89 | } | ||
90 | } | ||
91 | {{/liveData}} | ||
92 | {{/velocity}} |