Template:NoBorder/doc

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:39, 17 October 2024 (Created page with "{{Documentation}} 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. <pre>{{NoBorder}}</pre> {|class="wikitable" !1 !2 !3 |- |a |b |c |- |d |{{NoBorder}} |e |} ===colspan=== Use this parameter to adjust the column width. ===rowspan=== Use this parameter to adjust the row width. <pre>{{NoBorder|rowspan=2}}</pre> {|class="wiki..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a documentation subpage for Template:NoBorder.
It contains usage information, categories, and other content that is not part of the original template page.

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

See also