Amakuru ku makro

Last modified by XWikiGuest on 2026/06/21 22:45

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.Macros.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

#foreach($actionCard in $actionCards)

$!{services.rendering.render($actionCard, 'velocity/xhtml')}

#end

#set ($exampleCards = [{
  'title': $services.localization.render('help.macros.box.title'),
  'description': $services.localization.render('help.macros.box.description'),
  'documentation': 'https://extensions.xwiki.org/xwiki/bin/view/Extension/Box+Macro',
  'examples': 'Help.Macros.Box.WebHome',
  'thumbnail': 'Help.Macros.Box.WebHome@box.png'
}, {
  'title': $services.localization.render('help.macros.toc.title'),
  'description': $services.localization.render('help.macros.toc.description'),
  'documentation': 'https://extensions.xwiki.org/xwiki/bin/view/Extension/TOC+Macro',
  'examples': 'Help.Macros.ToC.WebHome',
  'thumbnail': 'Help.Macros.ToC.WebHome@toc.png'
}, {
  'title': $services.localization.render('help.macros.gallery.title'),
  'description': $services.localization.render('help.macros.gallery.description'),
  'documentation': 'https://extensions.xwiki.org/xwiki/bin/view/Extension/Gallery+Macro',
  'examples': 'Help.Macros.Gallery.WebHome',
  'thumbnail': 'Help.Macros.Gallery.WebHome@gallery.png'
}, {
  'title': $services.localization.render('help.macros.chart.title') ,
  'description': $services.localization.render('help.macros.chart.description'),
  'documentation': 'https://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro',
  'examples': 'Help.Macros.Chart.WebHome',
  'thumbnail': 'Help.Macros.Chart.WebHome@chart.png'
}, {
  'title': $services.localization.render('help.macros.tree.title') ,
  'description': $services.localization.render('help.macros.tree.description'),
  'documentation': 'https://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro',
  'examples': 'Help.Macros.Tree.WebHome',
  'thumbnail': 'Help.Macros.Tree.WebHome@tree.png'
}, {
  'title': $services.localization.render('help.macros.notifications.title') ,
  'description': $services.localization.render('help.macros.notifications.description'),
  'documentation': 'https://extensions.xwiki.org/xwiki/bin/view/Extension/Notifications%20Application/#HNotificationsMacro',
  'examples': 'Help.Macros.Notifications.WebHome',
  'thumbnail': 'Help.Macros.Notifications.WebHome@notifications.png'
}])
{{/velocity}}

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