Template:NoBorder
Jump to navigation
Jump to search
Template documentation
This documentation is transcluded from Template:NoBorder/doc. [edit] [history] [purge]
This template modifies table cells to hide their left/right borders and remove padding.
Usage
This template can be used by entering the following onto a relevant page, within a table cell.
{{NoBorder}}
| 1 | 2 | 3 |
|---|---|---|
| a | b | c |
| d | e |
colspan
Use this parameter to adjust the column width.
rowspan
Use this parameter to adjust the row width.
{{NoBorder|rowspan=2}}
| 1 | 2 | 3 |
|---|---|---|
| a | b | |
| c | d |
1
The default displayed text is empty, and can be changed with the {{{1}}} variable.
{{NoBorder|is}}
| hello | my | friend |
|---|---|---|
| what | is | popping |