$services.localization.render('help.title')

Last modified by XWikiGuest on 2026/06/21 23:52

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Help.Code.VelocityMacros]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Help.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

#set ($featureCards = [{
  'icon': 'fa fa-pencil',
  'title': $services.localization.render('help.edit.title'),
  'description': $services.localization.render('help.edit.description',["<a href='https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/PageEditing' class='wikiexternallink'>",'</a>',"<a href='$xwiki.getURL('XWiki.XWikiSyntax')'>"]),
  'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/PageEditing',
  'examples': $xwiki.getURL('Sandbox.WebHome', 'edit', 'editor=wysiwyg')
}, {
  'icon': 'fa fa-file-text-o',
  'title': $services.localization.render('help.templates.title'),
  'description':  $services.localization.render('help.templates.description'),
  'documentation': 'Help.Templates.WebHome',
  'examples': $xwiki.getURL('Help.Templates.WebHome', 'view', $NULL, 'HExamples')
}, {
  'icon': 'fa fa-file-excel-o',
  'title': $services.localization.render('help.macros.title'),
  'description':  $services.localization.render('help.macros.description'),
  'documentation': 'Help.Macros.WebHome',
  'examples': $xwiki.getURL('Help.Macros.WebHome', 'view', $NULL, 'HExamples')
}, {
  'icon': 'fa fa-files-o',
  'title': $services.localization.render('help.applications.title'),
  'description':  $services.localization.render('help.applications.description'),
  'documentation': 'Help.Applications.WebHome',
  'examples': $xwiki.getURL('Help.Applications.WebHome', 'view', $NULL, 'HExamples')
}, {
  'icon': 'fa fa-sitemap',
  'title': $services.localization.render('help.organization.title'),
  'description':  $services.localization.render('help.organization.description'),
  'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/ContentOrganization/',
  'examples': $xwiki.getURL('Main.AllDocs', 'view', 'view=tree')
}, {
  'icon': 'fa fa-history',
  'title': $services.localization.render('help.history.title'),
  'description':  $services.localization.render('help.history.description'),
  'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/VersionControl',
  'examples': $historyURL
}, {
  'icon': 'fa fa-download',
  'title': $services.localization.render('help.import.title'),
  'description':  $services.localization.render('help.import.description'),
  'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/Imports'
}])
{{/velocity}}

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Help.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.