Syntax
 {{fn(word, description)}}: 
	Beispiel
 {{fn(Redmine, One of the best project management tool.)}} 
	This site is {{fn(Redmine, One of the best project management tool.)}} site.
Die Fussnote ist am Ende der Seite zu sehen.
Syntax
{{comment_form}} zeigt den Kommentar auf dieser Seite. 
{{comments}} zeigt eine Liste der Kommentare an.
	Beispiel
 Was meinst Du dazu?
{{comment_form}}
{{comments}}
	Was meinst Du dazu? {{comment_form}} {{comments}}
Syntax
- {{wiki(project_name, wiki_page)}}
- {{wiki(project_name, wiki_page, alias)}}
- {{wiki(project_identifier, wiki_page)}}
- {{wiki(project_identifier, wiki_page, alias)}}
	Beispiel
Link zum Wiki von der AG Digitale Infrastruktur: {{wiki(ag-di, Wiki)}}
	Link zum Wiki von der AG Digitale Infrastruktur: {{wiki(ag-di, Wiki)}}
Syntax
- {{project(project_name)}}
- {{project(project_name, alias)}}
- {{project(project_identifier)}}
- {{project(project_identifier, alias)}}
	Beispiel
Wir mögen usere {{project(mmd)}}
	Wir mögen usere {{project(mmd)}}
hello_worldSample macro.
macro_listDisplays a list of all available macros, including description if available.
child_pagesDisplays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:
{{child_pages}} -- can be used from a wiki page only
{{child_pages(depth=2)}} -- display 2 levels nesting only
{{child_pages(Foo)}} -- lists all children of page Foo
{{child_pages(Foo, parent=1)}} -- same as above with a link to page FooincludeIncludes a wiki page. Examples:
{{include(Foo)}}
{{include(projectname:Foo)}} -- to include a page of a specific project wikicollapseInserts of collapsed block of text. Examples:
{{collapse
This is a block of text that is collapsed by default.
It can be expanded by clicking a link.
}}
{{collapse(View details...)
With custom link text.
}}thumbnailDisplays a clickable thumbnail of an attached image.
Default size is 200 pixels. Examples:
{{thumbnail(image.png)}}
{{thumbnail(image.png, size=300, title=Thumbnail)}} -- with custom title and sizeissueDisplays an issue link including additional information. Examples:
{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
{{issue(123, project=true)}}                -- Andromeda - Issue #123: Enhance macro capabilities
{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123
dmsfWiki link to DMSF file:
               {{dmsf(file_id [, title [, revision_id]])}}
           _file_id_ / _revision_id_ can be found in the link for file/revision download.dmsffWiki link to DMSF folder:
               {{dmsff([folder_id [, title]])}}
           _folder_id_ can be found in the link for folder opening. Without arguments return link to main folder
           'Documents'dmsfdWiki link to DMSF document details:
               {{dmsfd(document_id [, title])}}
           _document_id_ can be found in the document's details.dmsfdescText referring to DMSF document description:
             {{dmsfdesc(document_id)}}
             _document_id_ can be found in the document's details.dmsfversionText referring to DMSF document version:
             {{dmsfversion(document_id [, revision_id])}}
             _document_id_ can be found in the document's details.dmsflastupdateText referring to DMSF document last update date:
             {{dmsflastupdate(document_id)}}
             _document_id_ can be found in the document's details.dmsftText referring to DMSF text document content:
               {{dmsft(file_id, lines_count)}}
           _file_id_ can be found in the document's details. _lines_count_ indicates quantity of lines to show.dmsf_imageWiki DMSF image:
                 {{dmsf_image(file_id)}}
                 {{dmsf_image(file_id1 file_id2 file_id3)}} -- multiple images
                 {{dmsf_image(file_id, size=50%)}} -- with size 50%
                 {{dmsf_image(file_id, size=300)}} -- with size 300
                 {{dmsf_image(file_id, height=300)}} -- with height (auto width)
                 {{dmsf_image(file_id, width=300)}} -- with width (auto height)
                 {{dmsf_image(file_id, size=640x480)}} -- with size 640x480"dmsf_videoWiki DMSF video:
               {{dmsf_video(file_id)}}
" +
               {{dmsf_video(file_id, size=50%)}} -- with size 50%
               {{dmsf_video(file_id, size=300)}} -- with size 300x300
               {{dmsf_video(file_id, height=300)}} -- with height (auto width)
               {{dmsf_video(file_id, width=300)}} -- with width (auto height)
               {{dmsf_video(file_id, size=640x480)}} -- with size 640x480dmsftnWiki DMSF thumbnail:
                 {{dmsftn(file_id)}} -- with default height 200 (auto width)
                 {{dmsftn(file_id1 file_id2 file_id3)}} -- multiple thumbnails
                 {{dmsftn(file_id, size=300)}} -- with size 300x300
                 {{dmsftn(file_id, height=300)}} -- with height (auto width)
                 {{dmsftn(file_id, width=300)}} -- with width (auto height)
                 {{dmsftn(file_id, size=640x480)}} -- with size 640x480dmsfwText referring to DMSF document's approval workflow status:
               {{dmsfw(file_id)}}
           _file_id_ can be found in the document's details.