We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Template:2ColTableStart

From The Cutting Room Floor
Revision as of 22:13, 30 August 2011 by Tauwasser (talk | contribs) (→‎noHrd switch: sp)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Two-column table for lazy bastards.

Usage

{{2ColTableStart}}|First
|Second
|-
!Third
|Fourth
{{2ColTableEnd}}

to produce this:

First Second
Third Fourth

{{2ColTableStart|noHdr=1}}|First
|Second
|-
|Third
|Fourth
{{2ColTableEnd}}

to produce this:

First Second
Third Fourth

noHdr switch

Set noHdr to a non-empty value to make the first field have no header formatting (bold and centered). Any subsequent header formatting has to be applied by using ! (exclamation mark) instead of | (pipe). See example above.