Versions Compared

Key

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

...

Notation

...

Guide?

...

Lolwut?

...

Kaikki

...

wiki-merkkaukset

...

löytyvät

...

notation

...

guidesta:

...


Valitse

...

edit

...

page

...

>>>

...

Wiki

...

Markup

...

>>>>

...

oikeasta

...

reunasta

...

linkki:

...

Full

...

notation guide

Merkkaukset

Lisää alasivu

Wiki Markup

{add-page:parent=@self|parent=Page Parent}Click to add page{add-page}

Koodi:

Code Block
 guide

h1. Merkkaukset

h2. Add Page
{add-page:parent=@self|parent=Page Parent}Click to add page{add-page}

Selitys:

Generates an 'Add Page' link which, when clicked, can take the user directly to a template and/or set the page parent.

  • template - (optional) the name of the template to use when creating the page.
  • live - (optional) if set to 'true', the template will be live when the page is created. Defaults to false.
  • parent - (optional) the name of the parent page (empty by default). May also have the following markers:
    • @self - (default) the parent will be the page the macro is in.
    • @parent - the parent will be the parent of the page the macro is in.
    • @home - the parent will be home page for the Space the page is in.
  • title - (optional) if you want popup text to appear when the mouse is hovered over the link, enter it here.
  • labels - (optional) the list of labels to apply to the new page. Does not work for non-live templates.
  • allowRename - (optional) if set to true, the user will be allowed to rename the page while it is being created.