Template:Nicetable

From Lunarpedia
Revision as of 06:32, 27 October 2008 by Strangelv (talk | contribs) (a template to assist in creating nice looking tables)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A workaround for lack of wikitable

border="2" cellpadding="4" cellspacing="0" style="background:#F7F7F7; border:1px #A0A0A0 solid; border-collapse:collapse"

To use:

{| {{nicetable}}
|-
|A
|B
|C
|-
|1
|2
|3
|-
|a
|b
|c
|}

Result:

A B C
1 2 3
a b c