Column20 Macro
This is a XWiki macro, which isn't bundled with any XWiki product by default.
Macro contributed by Jerome Velociter.
This macro can be downloaded.
Macro contributed by Jerome Velociter.
This macro can be downloaded.
Column20 Macro
Allow you to easily create columns in the content of a pageUsage
{{column}} macros must be wrapped in a {{section}} macro. You can have as many columns as you want under a section. {{section}} has only one parameter : justify, that indicates if its columns must be justified (default is false). {{column}} has no parameter.{{section justify="true"}}
{{column}}
content of column 1
{{/column}}
{{column}}
Content of column 2
{{/column}}
{{/section}}Example result