NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The group-data macro allows data to be grouped within a named data set. This replaces the scaffolding macro. This page shows the general form and examples.

More information

The general form is:

{group-data:name}
  {xxx-data:sub-field}
{group-data}

The example begins with data that can be grouped.

{text-data:NextMeeting|type=line}Next Meeting{text-data}

{date-data:MeetingDateTime|format=yyyy-MMM-dd HH-mm-ss}today{date-data}

Next Meeting

2011-Apr-05 00-00-00

The grouped data follows.

{group-data:MeetingInformation}
  {text-data:NextMeeting|type=line}{text-data}
  {date-data:MeetingDateTime|format=yyyy-MMM-dd HH-mm-ss}today{date-data}
{group-data}

Next Meeting
2011-Apr-05 00-00-00

  • No labels