This macro puts two wiki notation "side bars" either side of the central body wiki notation area...
This version is suitable for use if your space uses the Builder theme:
{scaffold:BasicPage}
{section}{column:width=100px}
{text-data:LeftBar|width=100px|height=750px|type=area}Content of left side bar{text-data}
{column}{column}
h1. {text-data:PageTitle|width=400px}Page Heading{text-data}
{text-data:PageContent|width=400px|height=750px|type=area}
{text-data}
{column}{column:width=200px}
{text-data:RightBar|width=200px|height=750px|type=area}Content of right side bar
\\
\\
{panel:bgColor=#F9F9F7|borderStyle=solid|borderColor=#CCCCCC}*See Also:*
{children}{panel}{text-data}
{column}{section}
{scaffold}
If you are using any other Confluence theme that generally automatically displays the page heading (ie. page title) and has no footer, use this version:
{scaffold:BasicPage}
{section}{column:width=100px}
{text-data:LeftBar|width=100px|height=750px|type=area}Content of left side bar{text-data}
{column}{column}
{text-data:PageContent|width=400px|height=750px|type=area}
----
If you want a standard footer, edit this text and it will appear on all pages using this template.
{text-data}
{column}{column:width=200px}
{text-data:RightBar|width=200px|height=750px|type=area}Content of right side bar
\\
\\
{panel:bgColor=#F9F9F7|borderStyle=solid|borderColor=#CCCCCC}*See Also:*
{children}{panel}{text-data}
{column}{section}
{scaffold}
It's a shame that it's not possible to set the background colour of the columns otherwise it would be easier to create more distinct side bars.
