Template:Infobox character/sandbox

From PZwiki
< Template:Infobox character
Revision as of 20:42, 13 April 2024 by Faalagorn (talk | contribs) (Test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Notebook.pngTemplate Documentation

This is an infobox used on articles about an in-game character.

Usage

{{Infobox/sandbox | title = name | color = var(--color-red)

|
image1
image2
image3
image4
image5
General
Nickname
nickname
Sex
sex
Occupation
occupation
Traits
traits
Location
location
Show location on an interactive map.coordinates
Technical
{{Infobox character/sandbox
|name=
|image=
|image2=
|image3=
|image4=
|image5=
|image_name=
|image_name2=
|image_name3=
|image_name4=
|image_name5=
<!-- GENERAL -->
|nickname=
|sex=
|occupation=
|traits=
|location=
|coordinates=
<!-- ITEMS -->
|items=
}}

Example

{{Infobox/sandbox | title = Kate Smith | color = var(--color-red)

|
Concept art
Outfit
In-game (past)
In-game (future)
General
Sex
Female
Location
Bob and Kate's safehouse
Show location on an interactive map.10746x9415
Technical
{{Infobox character/sandbox
|name=Kate Smith
|image=805 max.jpg
|image3=Kate Smith.png
|image4=K&B intro.png
|image_name=Concept art
|image_name2=Outfit
|image_name3=In-game (past)
|image_name4=In-game (future)
|sex=Female
|location=Bob and Kate's safehouse
|coordinates=10746x9415
|items=Crutches, Bandages, Painkillers, Pillow
}}

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|}}}
<!-- section -->
| general = General
<!-- data -->
| nickname = Nickname
| sex = Sex
| occupation = Occupation
| traits = Traits
| location = Location
| outfit = Outfit
| guid = GUID
| items = Items
| #default = [[Category:Incorrect template usage]]
}}

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.