Template:Table cell templates

From Pangaea Wiki
Revision as of 22:42, 11 August 2018 by MyraMidnight (Talk | contribs) (Created page with "==How to use Table Cell Templates== *You put the cell-template within a "cell" of the table. *You cannot combine two templates in one cell, or add your own styling if the tem...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to use Table Cell Templates

  • You put the cell-template within a "cell" of the table.
  • You cannot combine two templates in one cell, or add your own styling if the template does not include it.
  • You cannot add style= into the same cell, since it will conflict with the template. Sometimes the template itself will allow you to add styling
...
!{{Yes}} ||{{No}} ||rowspan=2 {{n/a}}
|-
|colspan=2 {{Any}}
...
Yes No rowspan=2 Template:Some
Any