Wiki source code of How-to guides
Version 5.1 by Pauline Bessoles on 2025/07/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 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. | ||
2 | |||
3 | ~1. Create and edit pages | ||
4 | |||
5 | * link | ||
6 | * link | ||
7 | |||
8 | 2. Set your user profile and preferences | ||
9 | |||
10 | 3. Discover advanced XWiki features | ||
11 | |||
12 | {{velocity}} | ||
13 | {{liveData | ||
14 | id="allUserHowtoPages" | ||
15 | properties="doc.title,type,target" | ||
16 | source="liveTable" | ||
17 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
18 | filters="target=user&type=howto" | ||
19 | }} | ||
20 | { | ||
21 | "meta": { | ||
22 | "propertyDescriptors": [ | ||
23 | { | ||
24 | "id": "target", | ||
25 | "visible": false | ||
26 | } | ||
27 | ] | ||
28 | } | ||
29 | } | ||
30 | {{/liveData}} | ||
31 | {{/velocity}} |