XWiki Syntax Guide

Last modified by Administrateur local on 2026/02/12 12:34

XWiki Syntax 2.1: Macros

2.0 Macros

There is only one kind of macro in XWiki Syntax 2.1, which is called by the syntax: {{macroname param1="value1" ... paramN="valueN"}}...{{/macroname}}. For macros without content there's a short notation: {{macroname param1="value1" ... paramN="valueN"/}}

FeatureXWiki Syntax 2.1Result
Rendering Macro with a content
{{code language="java"}}
System.out.println("Hello World!");
{{/code}}
System.out.println("Hello World!");
Rendering Macro without content

{{include reference="Space.Page"/}}

The referenced page is included in the current page
Information

For the full list of available macros check the Extensions wiki.

Macros in this wiki

IdNameCategoriesDescriptionVisibility
activityActivity (legacy)NotificationsProvide a macro implemented with the Notifications Application to keep a backward compatibility with Activity Stream.Current Wiki
asyncAsync macroContentExecute asynchronously and/or cache the macro content.Global
attachmentGalleryPickerAttachment PickerDevelopmentGrid based attachment picker.Global
attachmentsAttachmentsDisplays the list of attachments for a given document using a live table.Current Wiki
attachmentSelectorAttachment SelectorDevelopmentA control to be used for object properties of the current page that are supposed to contain the name of an attachment from the current (or target) page. Allows uploading new attachments, and deleting attachments from the target page.  If no target page is specified, the current page will be used. Object properties are only saved to the current page.Current Wiki
boxBoxFormattingDraw a box around provided content.Global
cacheCacheDevelopmentCaches content.Global
chartChartContentDisplays a graphical chart generated from miscellaneous data sourcesGlobal
childrenChildrenNavigationDisplays a tree of children pages of the current pageCurrent Wiki
codeCodeFormattingHighlights code snippets of various programming languagesGlobal
commentCommentDevelopmentAllows putting comments in the source content. This macro doesn't output anything.Global
containerContainerLayoutA macro to enclose multiple groups and add decoration, such as layout.Global
contentContentContentAllows writing content in any wiki markupGlobal
contextContextDevelopmentExecutes content in the context of the passed pageGlobal
dashboardDashboardLayoutA macro to define a dashboard to fill with gadgets.Global
diagramDiagramContentDisplays a diagram.Current Wiki
displayDisplayContentDisplay other pages into the current page.Global
displayIconIconContentDisplay an icon.Global
documentsPagesContentDisplays a list of pages in a LivetableCurrent Wiki
documentTreePage TreeNavigationDisplays the tree of XWiki pages.Current Wiki
embedEmbed contentContentShow in your wiki page many external content. Currently this support theses external services: * Youtube, * Dailymotion, * Vimeo, * x.com, * Google doc, sheets and slides, * Google calendar, * Google maps, * Facebook, * Linkedin, * Figma, * Spotify, * Prezi, * Flickr, * Viddler, * Aha! roadmaps, * Also play a video attached to your wiki page using Video.js library. mp4, webm and ogv formats are supported.Current Wiki
errorError MessageFormattingDisplays an error message note.Global
exampleExampleFormattingShows an example and its source code.Current Wiki
footnoteFootnoteContentGenerates a footnote to display at the end of the page.Global
galleryGalleryLayoutDisplays the images found in the provided content using a slide-show view.Global
groovyGroovyDevelopmentExecute a groovy script.Global
hardis-blockquoteHardis - Block quoteFormattingDisplays a quote with specific formatting.Global
hardis-buttonHardis - Clickable buttonFormattingCreate an HTML button tag.Global
hardis-center-tableHardis - Center tableAllows you to center a table on the page.Global
hardis-clickHardis - Clickable contentNavigationTo make the content clickableGlobal
hardis-content-zoneHardis - Content ZoneFormattingInserts a graphic element with rounded edges, ideal for creating content areas, buttons, etc..Global
hardis-current-dateHardis - Current DateMacro for displaying current date.Global
hardis-custom-tableHardis - Customizable tableMacro to apply styles transformation to tables which are inside the macro content.Global
hardis-display-extractHardis - Display extractContentInclude the excerpt from one page within another page.Global
hardis-expandHardis - ExpandIntegrate an expandable text area into your page.Global
hardis-extractHardis - ExtractMacro to define content as an excerpt (to include this content in another page, use the macro 'Hardis - Display an excerpt').Global
hardis-formatdateHardis - Formatted dateFormattingDisplay and format selected date.Global
hardis-helpcallHardis - Help callMacro allowing you to link a page to an Adelia or Reflex program.Global
hardis-infoHardis - InformationHighlights content as an informational note with a blue background.Global
hardis-jiraHardis - JiraNavigationCommunicate the status of a project, task or milestone with visual indicators.Global
hardis-layout-cellHardis - Layout cellDefine the content of a layout section cell.Global
hardis-layout-sectionHardis - Layout sectionAllows you to structure a layout section using vertical columns with different configurations.Global
hardis-listlabelsHardis - Labels listContentRenders the list of all labels or labels for a specific space sorted alphabetical.Global
hardis-page-navigationHardis - Page NavigationAllows to navigate to next or previous page.Global
hardis-panelHardis - PanelDisplays a block of text in a customizable panel.Global
hardis-reactive-buttonHardis - Responsive ButtonFormattingMacro to display a clickable and responsive button on a XWiki page.Global
hardis-restrictedHardis - Restricted contentContentConditional display of a block of text.Global
hardis-statusHardis - StatusContentCommunicate the status of a project, task or milestone with visual indicators.Global
hardis-tabHardis - TabTab element for the tab group macro. This is expected to be put as the tab group macro content.Global
hardis-tabs-childrenHardis - Children TabsMacro for automatically displaying tabs with child page content.Global
hardis-tabs-groupHardis - Tab groupThe main macro which contains tab macro elements.Global
hardis-tabs-navigationHardis - Tabbed NavigationAdd navigation tabs based a page's children, or labels.Global
hardis-tocHardis - Table of Content & SummaryContentCreates a Table of Contents for the current page based on headings in the page.Global
hardis-toczoneHardis - Toc zoneCreates a Table of Contents for headings within the body of the macro.Global
hardis-topofpageHardis - Top Of PageNavigationLink to go to the top of the current page.Global
hardis-translationHardis - TranslationDisplays a block of text only if the selected target language is the user's default language.Global
hardis-userprofileHardis - User profileContentDisplays the details of a user's profile.Global
hardis-view-fileView fileShow a file using PDF Viewer Macro or Office Viewer.Global
hardis-wms-product-nameHardis - WMS product nameContentAllows you to change the product name displayed in the documentation without having to modify or republish it.Global
htmlHTMLDevelopmentInserts HTML or XHTML code into the page.Global
iconPickerIcon PickerDevelopmentSelect an icon within the XWiki icon set.Current Wiki
idIdNavigationAllows putting a reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links.Global
includeIncludeContentInclude other pages into the current page.Global
infoInfo MessageFormattingDisplays an info message note.Global
liveDataLive DataContentDisplay dynamic lists of data.Global
locationSearchLocation searchSearch in the given location.Current Wiki
mentionUser MentionNotificationsInsert a user mention.Current Wiki
menuMenuNavigationDisplays a menu created using simple wiki syntax (nested lists and links).Global
notificationsNotificationsNotificationsDisplay notifications about events happened on the wiki.Current Wiki
notificationsApplicationsPreferencesNotifications Applications PreferencesNotificationsDisplay the preferences of the current user about notification applications.Current Wiki
notificationsAutoWatchPreferencesNotifications Auto Watch PreferencesNotificationsDisplay the preferences of the current user about auto watched pages.Current Wiki
notificationsCustomFiltersPreferencesNotifications Custom Filters PreferencesNotificationsDisplay the preferences of the given user about custom notification filters.Current Wiki
notificationsEmailPreferencesNotifications Email PreferencesNotificationsDisplay the preferences of the current user about notification emails.Current Wiki
notificationsFiltersPreferencesNotifications Filters Preferences (deprecated)NotificationsDisplay the preferences of the current user about notification filters.
This macro is now deprecated in favor of Custom Notifications Filters Preferences or System Notifications Filters Preferences.
Current Wiki
notificationsSystemFiltersPreferencesNotifications System Filters PreferencesNotificationsDisplay the preferences of the given user about system notification filters.Current Wiki
officeOffice Document ViewerContentView office attachments (doc, ppt, xls, odt, odp, ods etc.) inside wiki pages without downloading or importing them.Global
pdftocPDF Table of ContentsInternalGenerates the table of contents for the PDF export.Global
putFootnotesPut FootnotesContentDisplays all the footnotes from the page. If missing, all footnotes are displayed by default at the end of the page.Global
pythonPythonDevelopmentExecutes a python script.Global
scriptScriptDevelopmentExecute script in provided script language.Global
successSuccess MessageFormattingDisplays a success message note.Global
tagcloudTag CloudContentDisplays the cloud of tags in this wiki or in the specified space, if any.Current Wiki
templateTemplateDevelopmentInsert a template.Global
tocTable of contentsNavigationGenerates a table of contents.Global
translationTranslationContentDisplay a translation message.Global
treeTreeNavigationDisplays a tree hierarchy defined by the macro content or the source parameter.Current Wiki
uiextensionUI ExtensionDevelopmentInsert a UI extension.Global
uiextensionsUI ExtensionsDevelopmentInsert UI extensions.Global
useravatarUser AvatarContentAllows displaying the avatar for a specific user.Global
velocityVelocityDevelopmentExecutes a Velocity script.Global
warningWarning MessageFormattingDisplays a warning message note.Global
wikimacrocontentWikiMacro ContentDevelopmentDisplay editable content of a wikimacro.Global
wikimacroparameterWikiMacro ParameterDevelopmentDisplay editable parameter of a wikimacro.Global
wikisWikisNavigationList all wikisCurrent Wiki
workspacesWorkspaces (Legacy)DeprecatedDeprecated macro that should not be used here for compatibility reasons. Please use the "wikis" macro instead.Current Wiki