●獅吼文集 楔子? 佛法入門? 三藏經典? 修持正見? 法義討論? 實修儀軌? 名相淺釋? 佛教X檔案? 學佛心得? 佛教人物? ●其它 暫存區? 工作討論? 編輯選單 |
Basic markupTables are created via use of the double pipe character:|| . Lines beginning with this markup denote the beginning of table rows. Appearance of this character within a line denotes table cells. A border has been added to this table for visual purposes; default border width is 0.Example 1. Basic table. This markup: || border=1 || cell 1 || cell 2 || cell 3 || || cell 1 || cell 2 || cell 3 ||creates this table:
Alignment of cell contentsCell contents may be aligned left, centered, or aligned right.
This markup: || border=1 width=100% ||cell 1 || cell 2 || cell 3|| ||left-aligned || centered || right-aligned||creates this table:
Column headingsColumn headings in tables are created using an exclamation point (!) at the beginning of the cell. Headings can also be aligned left, centered, or aligned right.||border='1' width='100%' ||!head 1 ||! head 2 ||! head 3|| ||cell 1 || cell 2 || cell 3||
CaptionsThe first row of a table can be a caption, denoted by exclamation points at the beginning and end of the cell.||border='1' width='100%' ||!table caption!|| ||!head1 ||! head2 ||! head3|| ||cell1 || cell2 || cell3||
|