PmWikiZhCn: SimpleTables

基础标记

表格是通过两个竖线标记来定义的: ||。用这个标记开始的行定义了表格的开始。行中所写的内容定义了表格的内容。在例子中表格被加上了一个边框的定义以使其可见,在默认的情况下这个边框的宽度是 0。

例子 1. 基本表格

这样的标记:
    || border=1
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||
创造了这样一个表格:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

表格内容的排列

表格内容可以居中、居左或者居右排列

例子 2. 改变表格内容的排列方式

这样的标记:
    || border=1 width=100%
    ||cell 1       || cell 2   ||        cell 3||
    ||left-aligned || centered || right-aligned||

创造了这样一个表格:

cell 1 cell 2 cell 3
left-aligned centered right-aligned

<< Uploads | DocumentationIndex | SimpleTables2 >>
本頁更新於 2004 年 05 月 14 日,09:49 PM