Template:Table cell border
Appearance
style="border-left:5px solid #aaa; border-right:5px solid #aaa; "
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
|}