{{name}}
{{entryid}}
{{description wikify="true|false"}}
{{fromdate format="date time format"}}
{{todate format="date time format"}}
{{daterange format="date time format" separator=" -- "}}
{{createdate format="date time format"}}
{{changedate format="date time format"}}
{{information}}
{{properties metadata.types="types to show or not show"}}
{Then if you wanted to just show the Project PI property then do:{properties metadata.types="!project_pi" message="" }}
{{properties metadata.types="project_pi" message="" }}
{{html}}
{{link linkresource=true|false button=true|false output=someoutput}}
{{map width="width of map" height="height of map" listentries="true|false" listwidth="width or percent"}}
{If you have a Folder (or other group) and want to just show the Folder and nots it children then do:{map listentries="true" listwidth="25%"}}
{{map entries="this"}}
{{comments}}
{{breadcrumbs}}
Tag: layout
{{layout}}
{{toolbar}}
{{image src="image source" alt="alt text" width="image width" link="true|false" left="absolute position" top="absolute position" linkresource="true|false" alt="image alt label"}}
src="entry name"to show an entry. This is equivalent to using entry="...". You can also specify the name of a file attachment to an entry with:
entry="entryid" src="::attachment name"Or any attachment with:
entry="entryid" src="::*"If link is true, the image displayed will be linked to the entry page, if linkresource is true, it will be linked to the full sized image (the entry resource). height and width can be used to scale the image, the alt attribute will be used in place of the entry id as a label on the image for accessibility.
{{menu popup="true|false" title="title to use" menus="file,edit,feeds,view,other"}}
{You can specify which menus to show with a comma separated list of menu names. Only show the file and view menu:{menu}}
{Show the menu actions in a popup:{menu menus="file,view"}}
{{menu popup="true" title="Click here"}}
{The entries attribute is a comma separated list of entry identifiers. They can be specific entry ids or they can be one of a set of relative descriptors as described in the entry selection section. You can also:{tag entry="some other entry" entries="entryid1,entryid2,entryid3.." exclude="entryid1,entryid2,entryid3.." first="entryid1,entryid2,entryid3.." last="entryid1,entryid2,entryid3.." sort="name|date" sortorder="up|down" max="number of entries to use" }}
descriptor:baseEntryIdSo, for example, if you had 2 different Folder entries - folder1 and folder2 and you wanted to list all of the children of each folder you could do:
{You can combine different relative descriptors, e.g.:{tree entries="children:folder1_id,children:folder2_id"}}
{{tree entries="children:folder1_id,grandchildren:folder2_id"}}
{{tree}}
{The title attribute is used in place of "Children". If showtoggle="false" then the show/hide toggle link is not shown.{tree title="Links" showtoggle="false" open="true" }}
{{grid}}
{The attributes:{grid tag="card" sort="name" inner-height="200" width="200" showIcon="false" showLink="false" showSnippetHover="true" } }
{{recent days="number of days to show"}}
{{imageplayer width="image width" loopdelay="delay in milliseconds" loopstart="true|false" useAttachment="true|false"}}
{If useAttachment is true then, if the entry's file is not an image but it has an attachment that is an image then use the attachment image.{imageplayer loopdelay="500" loopstart="true"}}
{{gallery width="image width" columns="number of columns" showdescription="true"}}
{Show a vertical listing of the children entry images:{gallery columns="3"}}
{Set the image width and only show up to 5 images:{gallery columns="1"}}
{{gallery width="300" max="5"}}
{{tabs}}
{Show only the 3 specified entries in tabs:{tabs}}
{Show only the children of type wikipage in tabs:{tabs entries="0af4d166-5723-4775-88fc-b83b72ab47a4, 83539d5c-e9d9-408e-b0af-35f480000ae6, 49684d25-6af1-4188-a0ae-4d5302d22f2a" }}
{Additional arguments:{tabs entries="type:wikipage"}}
{{slideshow}}
{{slideshow}}
Uses the same arguments as tabs, plus:
{{links separator="separator text to use" style="inline css style for the link" class="css class for the link" tagopen="html to prepend to the link - default is li" tagclose="close html" linkresource="true|false if true link to the entry's file or URL; If false link to the entry"}}
<ul> {A bulleted list with the links to the entry's file:{links}} </ul>
<ul> {If you wanted to make a vertical list do:{links linkresource="true"}} </ul>
{You can create a header with wiki text like:{links tagopen="<div>" tagclose="</div>"}}
<center> {{links separator=" | " tagopen=""}} </center>
{{search type="entry type" search.showform="true|false" search.showheader="true|false"}}
{{apply}}
{All of the arguments, including the entry argument are the same as described above but have the prefix "apply.". This way you can mix the arguments that control the apply function with the arguments that you are using for each entry. Say you have the following entries:{apply apply.entry="the entry to find the children of" apply.tag="some tag to apply to the entries" apply.layout="table, accordion or tabs" apply.columns="number of columns in table" apply.header="text to go before can contain macros ${name} ${url}" apply.footer="text to go after" apply.border="border width - defaults to 0" apply.bordercolor="border color" apply.includeicon="true|false" ... <arguments for the apply tag> }}
parent entry1 sub-entry1 sub-entry2 entry2 sub-entry3 sub-entry4If you used the apply tag:
{This applies the tag "links" to each main entry. It puts each result in a tab. This tag would make a 2 column table of maps with links to the entries show in the header.{apply apply.entry="parent" apply.layout="tabs" apply.tag="links" linkresource="true" }}
{{apply apply.layout="table" apply.columns="2" apply.tag="map" apply.border="1" apply.header="${url}" <any map arguments*gt; }}
{{import showTitle="false" output=" " }}
If you wanted to import the default content of an entry but don't show it's title do:
{So, if you wanted to show the calendar view of an entry you would do:{import entry=<some entry id> showTitle=false}}
{To find the correct output identifier just navigate to the page you want to include and look at the url for the output=... url argument and use that.{import output="calendar.calendar"}}
Some description here. <snippet>This is the snippet</snippet> More description