NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

The list data macro generates a selectable list of options. One or more may be selected in the Edit Contents view. The last option selected appears on the page. By ; by default, the first item is selected.

...

The list data macro generates a list from which to select. The list option macro generates a list of numbers. The output shows the last item selectedIn the Edit Contents view select a number to display. The last number selected is shown.

List Data
nameList
separatornewline
One

One

Two

Two

Three

Three

Wikified List

The following example generates a list of emoticons from which to select. The general form is

Code Block
{list-data:Emoticon}
{list-option:Star}(*){list-option}
{list-option:Plus}(+){list-option}
{list-option:Minus}(-){list-option}
{list-data}

The output shows the last item selectedlist data macro generates a list from which to select. The list option macro generates a list of emoticons. In the Edit Contents view select an emoticon to display. The last emoticon selected is shown.

List Data
nameEmoticon
separatornewline
Star

Plus

Minus

...