Template:Na

From Terraria Wiki
Jump to navigation Jump to search
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for templates to learn more.
See Template:Na/l10n for the localization of this template.
Template-info.svg Documentation The documentation below is transcluded from Template:Na/doc. (edit | history)

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