Wiki source code of How-to guides
Version 17.11 by Eleni Cojocariu on 2025/07/31
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}} | ||
![]() |
15.1 | 5 | |
![]() |
12.1 | 6 | == Summary == |
7 | |||
![]() |
4.1 | 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. |
![]() |
1.1 | 9 | |
![]() |
17.11 | 10 | == Highlights == |
![]() |
12.1 | 11 | |
![]() |
8.1 | 12 | (% class="row cards" %) |
13 | ((( | ||
![]() |
13.2 | 14 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
![]() |
8.1 | 15 | ((( |
16 | (% class="card card1" %) | ||
17 | ((( | ||
18 | (% class="card-body" %) | ||
19 | ((( | ||
![]() |
11.1 | 20 | ==== (% class="card-title" %)Create and edit pages(%%) ==== |
![]() |
8.1 | 21 | |
22 | (% class="card-text" %) | ||
23 | ((( | ||
![]() |
17.10 | 24 | |
![]() |
17.7 | 25 | * [[Edit a page>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] |
![]() |
8.1 | 26 | ))) |
27 | ))) | ||
28 | ))) | ||
29 | ))) | ||
30 | |||
31 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
32 | ((( | ||
33 | (% class="card card1" %) | ||
34 | ((( | ||
35 | (% class="card-body" %) | ||
36 | ((( | ||
![]() |
11.1 | 37 | ==== (% class="card-title" %)Customize your profile(%%) ==== |
![]() |
8.1 | 38 | |
39 | (% class="card-text" %) | ||
40 | ((( | ||
![]() |
17.9 | 41 | * [[Edit your profile information>>doc:Doc.XS.Extensions.User.UserProfileApplication.User.EditProfile.WebHome]] |
![]() |
8.1 | 42 | ))) |
43 | ))) | ||
44 | ))) | ||
45 | ))) | ||
46 | |||
47 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
48 | ((( | ||
49 | (% class="card card1" %) | ||
50 | ((( | ||
51 | (% class="card-body" %) | ||
52 | ((( | ||
![]() |
11.1 | 53 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== |
![]() |
8.1 | 54 | |
55 | (% class="card-text" %) | ||
56 | ((( | ||
![]() |
17.5 | 57 | * [[Like or unlike a page>>doc:Doc.XS.Extensions.Like.LikeApplication.User.LikePage.WebHome]] |
![]() |
8.1 | 58 | ))) |
59 | ))) | ||
60 | ))) | ||
61 | ))) | ||
62 | ))) | ||
63 | |||
![]() |
17.10 | 64 | == What are you looking for? == |
![]() |
12.1 | 65 | |
![]() |
1.1 | 66 | {{velocity}} |
67 | {{liveData | ||
68 | id="allUserHowtoPages" | ||
69 | properties="doc.title,type,target" | ||
70 | source="liveTable" | ||
71 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
![]() |
3.1 | 72 | filters="target=user&type=howto" |
![]() |
1.1 | 73 | }} |
74 | { | ||
75 | "meta": { | ||
76 | "propertyDescriptors": [ | ||
77 | { | ||
78 | "id": "target", | ||
79 | "visible": false | ||
80 | } | ||
81 | ] | ||
82 | } | ||
83 | } | ||
84 | {{/liveData}} | ||
85 | {{/velocity}} | ||
![]() |
12.1 | 86 | |
87 | == Related articles == | ||
88 | |||
![]() |
17.3 | 89 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] |
![]() |
17.4 | 90 | * [[Developer documentation>>doc:Doc.XS.Dev.WebHome]] |