Template:Na

From Sea of Thieves Wiki
Jump to navigation Jump to search

This template is used to display a simple N/A string.

Usage

{{ na | <custom display text> | center = y/yes | class/css/style = <custom formatting> }}

First unnamed parameter

Override the default display text.

center

Wrap the output in a <div> tag with the align-center class.

class/css/style

Apply additional, custom formatting.

Examples

Code Result
{{na}} n/a
{{na|center=y}}
n/a
{{na|—}}
{{na|Not available}} Not available
{{na|Not available|style=color:red; font-weight:normal;}} Not available