<wmmeta name="Title" value="The &lt;contenttable&gt; Tag" />
<wmmeta name="Section" value="02-tags_attrs" />
<wmmeta name="Score" value="35" />
<wmmeta name="Abstract">
Define several small content items quickly, using a table
</wmmeta>

Quite often, it's handy to define small (one-line) content items quickly, in
bulk, directly inside the WMK file itself.  The &lt;contenttable&gt; tag
provides a good way to do this.

Firstly, pick a delimiter character, such as ##|##.  Set the __delimiter__
attribute to this character.

Next, list a table of content names and their values, separated by a delimiter
character, one name-value-pair per line.

__Note:__ if you would prefer to load the content items from a separate
file, the "&lt;contents&gt;" [$(contents)] tag is better suited.

Example
=======

<safe>
  <contenttable delimiter="|">
  index.title|The index
  similar.title|Similar Projects
  administrivia.title|Administrivia
  reviews.title|Reviews
  </contenttable>
</safe>

