| This is the template test cases page for the sandbox of Template:N/a. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki; see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins and parsers with these links: |
Basic use
editBasic use with following text
edit{| class="wikitable"
|-
| {{N/a}} (Not applicable)
|}
{{N/a}}
| N/a (Not applicable) |
{{N/a/sandbox}}
| N/a (Not applicable) |
Alternative text
edit{| class="wikitable"
|-
| {{N/a|Alternative text}}
|}
{{N/a}}
| Alternative text |
{{N/a/sandbox}}
| Alternative text |
Background color
editCustom styles
editAlign right
editSorting
edit{| class="wikitable sortable"
! Header
|-
| {{N/a|sort=2}} Sort key is 2
|-
| {{N/a|sort=1}} Sort key is 1
|-
| {{N/a}} Default sort key (blank)
|}
{{N/a}}
| Header |
|---|
| N/a Sort key is 2 |
| N/a Sort key is 1 |
| N/a Default sort key (blank) |
{{N/a/sandbox}}
| Header |
|---|
| N/a Sort key is 2 |
| N/a Sort key is 1 |
| N/a Default sort key (blank) |