Template talk:PrettyXHTMLtable

From GTAMods Wiki
Revision as of 13:00, 6 March 2006 by Cerbera (talk | contribs) (Providing usage instructions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

You can use the {{PrettyXHTMLtable}} template instead of typing out all the XHTML attributes every time. This template is for building tables using XHTML markup; there is a different template for MediaWiki code.

The following is the markup for a simple table:

{| {{prettytable}}
! Column
! Column
! Column
|-
| Value
| Value
| Value
|-
| 2nd row
| 2nd row
| 2nd row
|}

The above code will turn into the following table when saved: Template:Prettyxhtmltable

Column Column Column Value Value Value 2nd row 2nd row 2nd row

Comments

No comments have been added.