Semi Protection

Template:ThickLine

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
Due to the sensitive nature of this template or the fact that it is used on a large number of pages, it has been semi-protected to prevent site-wide damage by vandal bots.
Editors: In order to minimize the impact on our servers, please use sandboxes to make and test changes to widely used templates before deployment.
For more information, please see this article's talk page.

Summary

This template will give a table row or cell a thick top border.

Parameters

None.

Examples

{| class="wikitable"
!colspan=2|Whole Row
|-
|Some text||Regular line above
|- {{ThickLine}}
|Some more text||Thick line above
|}
Whole Row
Some text Regular line above
Some more text Thick line above
{| class="wikitable"
!colspan=2|One Cell
|-
|Some text||Regular line above
|-
|Some more text|{{ThickLine}}|Thick line above
|}
One Cell
Some text Regular line above
Some more text Thick line above