×
Create a new article
Write your page title here:
We currently have 87 articles on Nova Online Wiki. Type your article name above or click on one of the titles below and start writing!



Nova Online Wiki

Template:Character: Difference between revisions

No edit summary
m (Protected "Template:Character" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Protected|Archived template, Do not use. Use [[Template:Infobox]] instead.}}</noinclude>
<infobox>
<infobox>
<title source="Character name">
<title source="Character name">
Line 20: Line 21:
<data source="Occupation">
<data source="Occupation">
<label>Occupation</label>
<label>Occupation</label>
</data>
<data source="Height">
<label>Height</label>
</data>
<data source="Weight">
<label>Weight</label>
</data>
</data>
</infobox>
</infobox>
Line 25: Line 32:
<templatedata>
<templatedata>
{
{
    "description": "An infobox for characters.",
"description": "An infobox for characters.",
    "params": {
"params": {
        "Character name": {
"Character name": {
            "label": "Character Name",
"label": "Character Name",
            "description": "The name of the character.",
"description": "The name of the character.",
            "type": "string",
"type": "string",
            "required": true
"required": true
        },
},
        "image": {
"image": {
            "label": "Image",
"label": "Image",
            "description": "An image of the character.",
"description": "An image of the character.",
            "type": "wiki-file-name",
"type": "wiki-file-name",
            "required": false
"required": false
        },
},
        "Aliases": {
"Aliases": {
            "label": "Also known as",
"label": "Also known as",
            "description": "Other names for the character.",
"description": "Other names for the character.",
            "type": "string",
"type": "string",
            "required": false
"required": false
        },
},
        "Family": {
"Family": {
            "label": "Related to:",
"label": "Related to:",
            "description": "The character's family members.",
"description": "The character's family members.",
            "type": "string",
"type": "string",
            "required": false
"required": false
        },
},
        "Associates": {
"Associates": {
            "label": "Associates",
"label": "Associates",
            "description": "People associated with the character.",
"description": "People associated with the character.",
            "type": "string",
"type": "string",
            "required": false
"required": false
        },
},
        "Occupation": {
"Occupation": {
            "label": "Occupation",
"label": "Occupation",
            "description": "The character's occupation.",
"description": "The character's occupation.",
            "type": "string",
"type": "string",
            "required": false
"required": false
        },
},
        "Age": {
"Age": {
            "label": "Age",
"label": "Age",
            "description": "The character's age.",
"description": "The character's age.",
            "type": "number",
"type": "number",
            "required": false
"required": false
        },
},
        "Status": {
"Status": {
            "label": "Status",
"label": "Status",
            "description": "The current status of the character.",
"description": "The current status of the character.",
            "type": "string",
"type": "string",
            "required": false
"required": false
        }
},
    }
"Weight": {
"description": "How heavy the character is",
"type": "string"
},
"Height": {
"description": "How tall the character is",
"type": "string"
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
<includeonly>[[Category:Person]]</includeonly>

Latest revision as of 19:22, 1 July 2024

An infobox for characters.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Character NameCharacter name

The name of the character.

Stringrequired
Imageimage

An image of the character.

Fileoptional
Also known asAliases

Other names for the character.

Stringoptional
Related to:Family

The character's family members.

Stringoptional
AssociatesAssociates

People associated with the character.

Stringoptional
OccupationOccupation

The character's occupation.

Stringoptional
AgeAge

The character's age.

Numberoptional
StatusStatus

The current status of the character.

Stringoptional
WeightWeight

How heavy the character is

Stringoptional
HeightHeight

How tall the character is

Stringoptional