The following template description is not displayed when the template is inserted in an article.
Goal
This template can be used to highlight a "N/A" ("not available" as well as "not applicable") in a table.
Usage
{{n/a|alternative text|attributes}}
Both parameters are optional.
- alternative text
- Alternative text to show instead of the default "N/A"
- attributes
- XHTML attributes. Note that an equal sign = will break the template and {{=}} will have to be used. for example colspan{{=}}"2"
Examples
{| class="wikitable"
! Template !! Has been to outer space !! Has met aliens
|-
| {{tl|n/a}} || {{n/a}} || {{n/a|Unknown}}
|}
Template |
Has been to outer space |
Has met aliens
|
{{n/a}} |
N/A |
Unknown
|
Using additional xhtml attributes
{| class="wikitable"
! Template !! Has been to outer space !! Has met aliens
|-
| {{tl|n/a}} || {{n/a||colspan{{=}}"2"}}
|}
Template |
Has been to outer space |
Has met aliens
|
{{n/a}} |
N/A
|
Related templates