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!
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
Contents
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.