Template:Infobox trait

From PZwiki
Notebook.pngTemplate Documentation

This template should be used on all traits articles.

Example

Slow learner
Slow learner
General
Effect
Decreased XP gains
Type
Negative
Points
+6
Exclusive with
{{Infobox trait
	|name=Slow learner
	|icon=Trait_slowlearner.png
	|effect=Decreased XP gains
	|type=Negative
	|points=6
	|exclusive=Fast learner
}}

Usage

{{Infobox trait
	|name=
	|icon=
	|hdicon=
	|icon2-10=
	|hdicon2-10=
	|effect=
	|type=
	|points=
	|exclusive=
	|exclusive2-7=
}}

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| general = General
| effect = Effect
| type = Type
| points = Points
| exclusive = Exclusive with
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.
Editors can experiment in this template's sandbox.