Jump to content

Help:Tables

From NusaATK
Revision as of 17:33, 6 June 2007 by JurU1h (talk | contribs)

Wiki Manual

Getting Started

edit

Copied From Wikipedia


This new table markup, developed by Magnus Manske, replaces the <table>, <tr>, <td>, <th>, and <caption> HTML tags. The HTML tags can still be used though.

The tags below must start at the beginning of a new line (with one exception). The parameters are optional.

See also: Wiki markup tables

Table

A table is defined by

 {|  params
 |} 

which equals

<table params