Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width20%
Excerpt Include
pluglib:Advanced Macros Plugin
pluglib:Advanced Macros Plugin
nopaneltrue
Column
width60%
Wiki Markup
{deck:id=Basic Macro Plugin}
{card:label=Overview}

h4. Basic Macros

This plugin includes basic macros for linking and formatting content.

h5. This plugin includes the following macros:

* *anchor* \- Create an anchor that allows people to link to a specific point in a page.
* *quote* \- Generate blockquotes that may contain multiple paragraphs or complex markup.
* *noformat* \- Create blocks of text where other wiki formatting is not applied.
* *panel* \- Draw a panel with an optional title and border.
* *color* \- Change the colour of the contained text.
* *loremipsum* \- Insert paragraphs of "lorem ipsum" space-filler text.
* *nolink* and {nl} \- Suppress rendering of a CamelCase link.
{card}

{card:label=Documentation}
{deck:id=basicm}

{card:label=anchor}
h3.The codeCode :
h3.What you will get :
h3.Parameters
{card}

{card:label=qoute}
Generate blockquotes that may contain multiple paragraphs or complex markup.
h3.The codeCode :
{code}
{quote}
Some quoted content}
{quote}
{code}
h3.What you will get :
Some 'unqouted' content
{quote}
Some quoted content
{quote}
Some more 'unqouted' content.
{card}

{card:label=noformat}
The Noformat Macro displays a block of text in monospace font with no other formatting.
h3.The Code :
With a panel:
{code}
{noformat:panel=true}
Some non-formatted text.
{noformat}
{code}
Without a pane:
{code}
{noformat}
Some non-formatted text.
{noformat}
{code}
h3.What you will get :
With a panel:
Some formatted text.
{noformat:panel=true}
Some non-formatted text.
{noformat}
Some more formatted text.
Without a panel:
Some formatted text.
{noformat}
Some non-formatted text.
{noformat}
Some more formatted text.
h3.Parameters

{card}

{card:label=panel}
h3.The code:
h3.What you will get:
h3.Parameters
{card}
{card:label=color}
h3.The code:
h3.What you will get:
h3.Parameters
{card}

{card:label=loremipsum}
h3.The code:
h3.What you will get:
h3.Parameters
{card}

{card:label=nolink}
h3.The code:
h3.What you will get:
h3.Parameters

{card}
{card}
{deck}
{deck}
{roundrect:bgcolor=#828282|width=907px|height=50px|corners=false,false,true,true}
{roundrect}

Column
width20%