Template:N/a

From FlightGear wiki
Revision as of 09:02, 21 June 2014 by Johan G (talk | contribs) (Typo; +rel: Template:Partial; Doc style)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
N/A
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