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



Raven
21Articles

Template:Infobox/doc: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatedata>
<templatedata>
{
{
    "description": "Description",
"description": "A box for character/object info",
    "params": {
"params": {
        "name": {
"name": {
            "label": "Name",
"label": "Name",
            "description": "Name of the character/object",
"description": "Name of the character/object",
            "type": "string"
"type": "string"
        },
},
      "age":{
"alias": {
              "label": "Age",
"label": "Alias",
              "description": "Age of the character/object",
"description": "Other names for the character/object",
              "type": "string"
"type": "string"
      }
},
    }
"age": {
"label": "Age",
"description": "Age of the character/object",
"type": "string"
},
"image": {
"label": "Image",
"description": "The Image to use for the character/object",
"type": "string"
},
"class": {
"type": "string",
"label": "Class",
"description": "The class of this character",
"example": "Rogue"
},
"affiliation": {
"type": "string",
"suggestedvalues": [
"The Ravens",
"Vultures",
"Vermin",
"Unaffiliated"
],
"label": "Affiliation",
"description": "Who this character is affiliated with"
},
"alignment": {
"label": "Alignment",
"description": "Where this character is on the alignment chart",
"example": "True Neutral",
"type": "string",
"suggestedvalues": [
"True Neutral",
"Chaotic Neutral",
"Lawful Neutral",
"Lawful Good",
"Chaotic Good",
"Lawful Evil",
"Chaotic Evil",
"Neutral Evil",
"Neutral Good"
],
"suggested": true
}
},
"paramOrder": [
"name",
"alias",
"age",
"image",
"class",
"affiliation",
"alignment"
]
}
}
</templatedata>
</templatedata>

Latest revision as of 14:27, 15 March 2024

A box for character/object info

Template parameters

ParameterDescriptionTypeStatus
Namename

Name of the character/object

Stringoptional
Aliasalias

Other names for the character/object

Stringoptional
Ageage

Age of the character/object

Stringoptional
Imageimage

The Image to use for the character/object

Stringoptional
Classclass

The class of this character

Example
Rogue
Stringoptional
Affiliationaffiliation

Who this character is affiliated with

Suggested values
The Ravens Vultures Vermin Unaffiliated
Stringoptional
Alignmentalignment

Where this character is on the alignment chart

Suggested values
True Neutral Chaotic Neutral Lawful Neutral Lawful Good Chaotic Good Lawful Evil Chaotic Evil Neutral Evil Neutral Good
Example
True Neutral
Stringsuggested