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.

Column20 Macro

Allow you to easily create columns in the content of a page

This macro is for syntax 2.0 only. For syntax 1.0, please see this macro instead

Usage

{{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

screenshot.png

Tags:
Created by Jérôme Velociter on 2009/12/16 15:44
Last modified by Jerome Velociter on 2009/12/16 16:03

This wiki is licensed under a Creative Commons license
2.2.1.27354