help.syntaxpage.title

Last modified by Niklas Kallstrom on 2023/10/17 11:55

help.syntaxtitle: 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

help.macroList.idhelp.macroList.namehelp.macroList.categorieshelp.macroList.descriptionhelp.macroList.visibility
tocTable of contentsNavigationGenerates a table of contents.Global
displayIconIconContentDisplay an icon.Global
useravatarUser AvatarContentAllows displaying the avatar for a specific user.Global
wikimacrocontentWikiMacro ContentDevelopmentDisplay editable content of a wikimacro.Global
officeOffice Document ViewerContentView office attachments (doc, ppt, xls, odt, odp, ods etc.) inside wiki pages without downloading or importing them.Global
galleryGalleryLayoutDisplays the images found in the provided content using a slide-show view.Global
asyncAsync macroContentExecute asynchronously and/or cache the macro content.Global
uiextensionUI ExtensionDevelopmentInsert a UI extension.Global
dashboardDashboardLayoutA macro to define a dashboard to fill with gadgets.Global
uiextensionsUI ExtensionsDevelopmentInsert UI extensions.Global
boxBoxFormattingDraw a box around provided content.Global
putFootnotesPut FootnotesContentDisplays all the footnotes from the page. If missing, all footnotes are displayed by default at the end of the page.Global
errorError MessageFormattingDisplays an error message note.Global
attachmentGalleryPickerAttachment PickerDevelopmentGrid based attachment picker.Global
warningWarning MessageFormattingDisplays a warning message note.Global
cacheCacheDevelopmentCaches content.Global
displayDisplayContentDisplay other pages into the current page.Global
translationTranslationContentDisplay a translation message.Global
contextContextDevelopmentExecutes content in the context of the passed pageGlobal
infoInfo MessageFormattingDisplays an info message note.Global
liveDataLive DataContentDisplay dynamic lists of data.Global
velocityVelocityDevelopmentExecutes a Velocity script.Global
successSuccess MessageFormattingDisplays a success message note.Global
templateTemplateDevelopmentInsert a template.Global
wikimacroparameterWikiMacro ParameterDevelopmentDisplay editable parameter of a wikimacro.Global
chartChartContentDisplays a graphical chart generated from miscellaneous data sourcesGlobal
footnoteFootnoteContentGenerates a footnote to display at the end of the page.Global
groovyGroovyDevelopmentExecute a groovy script.Global
containerContainerLayoutA macro to enclose multiple groups and add decoration, such as layout.Global
codeCodeFormattingHighlights code snippets of various programming languagesGlobal
pythonPythonDevelopmentExecutes a python script.Global
commentCommentDevelopmentAllows putting comments in the source content. This macro doesn't output anything.Global
contentContentContentAllows writing content in any wiki markupGlobal
htmlHTMLDevelopmentInserts HTML or XHTML code into the page.Global
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
scriptScriptDevelopmentExecute script in provided script language.Global