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