Template:Na

From [N8]
Revision as of 18:09, 17 June 2020 by Banri (talk | contribs) (Created page with "<includeonly>style="text-align: {{{align|center}}}; {{{style|}}};" class="table-na" data-sort-value="{{{data-sort|0}}}" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} {{#if:{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Na/doc. [edit] [purge]

This template displays a table cell with the provided text, or the letters "N/A" if no text is provided.

The contents of the cell will be center-aligned unless the optional align parameter is used to specify otherwise. The styling can be further customised using the optional style parameter. The optional data-sort parameter can be used to provide a value used for sorting within the table.

Usage

This template can be used by entering the following onto a relevant page, within a table cell.

{{NA}}
N/A Y N
Y Y Y
N Y N/A

colspan

Use this parameter to adjust the column width.

rowspan

Use this parameter to adjust the row height.

{{NA|colspan=2|rowspan=2}}
Y N/A N
Y Y Y Y
N Y N/A
Y

text

Use may also change the text presented simply by doing the following:

{{NA|Perhaps}}
N/A Y N
Y Y Y
N Y Perhaps