HTML の <TABLE> 相当

<para>
  <table>
    <title> テーブルのタイトル </title>
    <tgroup cols=2>

      <thead>
        <row>
          <entry> キー 		</entry>
          <entry> 値		</entry>
        </row>
      </thead>

      <tbody>
        <row>
          <entry> キー 1 		</entry>
          <entry> 値 1		</entry>
        </row>

        <row>
          <entry> キー 2  	</entry>
          <entry> 値 2		</entry>
        </row>
      </tbody>

    </tgroup>
  </table>
</para>

たとえば

<para>
  <table>
    <title> table description </title>
    <tgroup cols=2>

      <thead>
        <row>
          <entry> 名前 		</entry>
          <entry> 説明		</entry>
        </row>
      </thead>

      <tbody>
        <row>
          <entry> けんけん	</entry>
          <entry> きたきつね	</entry>
        </row>

        <row>
          <entry> るど 		</entry>
          <entry> ばんざいベア	</entry>
        </row>
      </tbody>

    </tgroup>
  </table>
</para>
は次のようになります。

Table B-1. テーブルの見本

名前 説明
けんけん きたきつね
るど ばんざいベア

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.

For questions about FML, e-mail <fml-bugs@fml.org>.