Wiki source code of Explanations
Version 18.11 by Eleni Cojocariu on 2025/07/31
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 | == Summary == | ||
7 | |||
8 | Our explanatory articles are written to provide a better understanding of how XWiki works and how it can be used and configured. They enable you to expand your knowledge and become better at working with XWiki. | ||
9 | |||
10 | == Highlights == | ||
11 | |||
12 | (% class="row cards" %) | ||
13 | ((( | ||
14 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
15 | ((( | ||
16 | (% class="card card1" %) | ||
17 | ((( | ||
18 | (% class="card-body" %) | ||
19 | ((( | ||
20 | ==== (% class="card-title" %)User types concepts(%%) ==== | ||
21 | |||
22 | (% class="card-text" %) | ||
23 | ((( | ||
24 | * [[Simple and Advanced Editing>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.SimpleAdvanced.WebHome]] | ||
25 | ))) | ||
26 | ))) | ||
27 | ))) | ||
28 | ))) | ||
29 | |||
30 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
31 | ((( | ||
32 | (% class="card card1" %) | ||
33 | ((( | ||
34 | (% class="card-body" %) | ||
35 | ((( | ||
36 | ==== (% class="card-title" %)The edition concepts(%%) ==== | ||
37 | |||
38 | (% class="card-text" %) | ||
39 | ((( | ||
40 | * [[Syntax conversion>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.ViewPage.ChangeSyntax.SyntaxConversion.WebHome]] | ||
41 | ))) | ||
42 | ))) | ||
43 | ))) | ||
44 | ))) | ||
45 | |||
46 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
47 | ((( | ||
48 | (% class="card card1" %) | ||
49 | ((( | ||
50 | (% class="card-body" %) | ||
51 | ((( | ||
52 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== | ||
53 | |||
54 | (% class="card-text" %) | ||
55 | ((( | ||
56 | * [[Like Notifications>>doc:Doc.XS.Extensions.Like.LikeApplication.User.LikeNotifications.WebHome]] | ||
57 | ))) | ||
58 | ))) | ||
59 | ))) | ||
60 | ))) | ||
61 | ))) | ||
62 | |||
63 | == What are you looking for? == | ||
64 | |||
65 | {{velocity}} | ||
66 | {{liveData | ||
67 | id="allUserExplanationsPages" | ||
68 | properties="doc.title,type,target" | ||
69 | source="liveTable" | ||
70 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
71 | filters="target=user&type=explanation" | ||
72 | }} | ||
73 | { | ||
74 | "meta": { | ||
75 | "propertyDescriptors": [ | ||
76 | { | ||
77 | "id": "target", | ||
78 | "visible": false | ||
79 | } | ||
80 | ] | ||
81 | } | ||
82 | } | ||
83 | {{/liveData}} | ||
84 | {{/velocity}} | ||
85 | |||
86 | == Related articles == | ||
87 | |||
88 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] | ||
89 | * [[Developer documentation>>doc:Doc.XS.Dev.WebHome]] |