Template:Tc border

From Ava Zinn Wiki
Revision as of 07:34, 23 March 2015 by VFTGAdmin (talk) (1 revision from wikipedia:Template:Tc border)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

style="border-left:5px solid #aaa; border-right:5px solid #aaa; "

Documentation icon Template documentation

This template is used to simplify adding table cell borders to bordered tables (e.g., tables with class="wikitable")

Usage

{| class="wikitable"
|-
| {{tc border|c=red}} | red bordered cell
|-
| {{tc border|c=blue|bg=yellow}} | blue bordered cell with a yellow background
|-
| {{tc border|c=green|s=text-align:center}} | green bordered cell with center-aligned text
|-
| {{tc border|c=red|w=2}} | red bordered cells with 2px wide left and right borders
|}