Template:Infobox species: Difference between revisions

From RPG Continuum Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
{{Infobox row|Homeworld culture|{{{homeworld_culture|}}}}}
{{Infobox row|Homeworld culture|{{{homeworld_culture|}}}}}
{{Infobox row|Force sensitivity|{{{force_sensitivity|}}}}}
{{Infobox row|Force sensitivity|{{{force_sensitivity|}}}}}
{{{extra_rows|}}}
}}
}}
<noinclude>
<templatedata>
{
"description": "Infobox for sapient or near-sapient species articles.",
"params": {
"name": {
"label": "Name",
"description": "Species name displayed at the top of the infobox.",
"type": "string",
"suggested": true
},
"image": {
"label": "Image",
"description": "Uploaded file name only, without File: prefix.",
"example": "Perosn.jpg",
"type": "wiki-file-name",
"suggested": true
},
"caption": {
"label": "Caption",
"type": "string"
},
"homeworld": {
"label": "Homeworld",
"type": "wiki-page-name",
"suggested": true
},
"region": {
"label": "Region",
"type": "string"
},
"language": {
"label": "Language",
"type": "string",
"suggested": true
},
"classification": {
"label": "Classification",
"type": "string",
"suggested": true
},
"average_height": {
"label": "Average height",
"type": "string"
},
"skin_color": {
"label": "Skin color",
"type": "string"
},
"subraces": {
"label": "Subraces",
"type": "string"
},
"hair_color": {
"label": "Hair color",
"type": "string"
},
"eye_color": {
"label": "Eye color",
"type": "string"
},
"distinctions": {
"label": "Distinctions",
"type": "string"
},
"societal_role": {
"label": "Societal role",
"type": "string"
},
"government": {
"label": "Government",
"type": "wiki-page-name"
},
"homeworld_culture": {
"label": "Homeworld culture",
"type": "string"
},
"force_sensitivity": {
"label": "Force sensitivity",
"type": "string"
}
},
"paramOrder": [
"name",
"image",
"caption",
"homeworld",
"region",
"language",
"classification",
"average_height",
"skin_color",
"subraces",
"hair_color",
"eye_color",
"distinctions",
"societal_role",
"government",
"homeworld_culture",
"force_sensitivity"
]
}
</templatedata>
</noinclude>

Latest revision as of 23:36, 4 July 2026

Infobox species


Biographical information



Physical characteristics





Sociocultural characteristics




<templatedata> { "description": "Infobox for sapient or near-sapient species articles.", "params": { "name": { "label": "Name", "description": "Species name displayed at the top of the infobox.", "type": "string", "suggested": true }, "image": { "label": "Image", "description": "Uploaded file name only, without File: prefix.", "example": "Perosn.jpg", "type": "wiki-file-name", "suggested": true }, "caption": { "label": "Caption", "type": "string" }, "homeworld": { "label": "Homeworld", "type": "wiki-page-name", "suggested": true }, "region": { "label": "Region", "type": "string" }, "language": { "label": "Language", "type": "string", "suggested": true }, "classification": { "label": "Classification", "type": "string", "suggested": true }, "average_height": { "label": "Average height", "type": "string" }, "skin_color": { "label": "Skin color", "type": "string" }, "subraces": { "label": "Subraces", "type": "string" }, "hair_color": { "label": "Hair color", "type": "string" }, "eye_color": { "label": "Eye color", "type": "string" }, "distinctions": { "label": "Distinctions", "type": "string" }, "societal_role": { "label": "Societal role", "type": "string" }, "government": { "label": "Government", "type": "wiki-page-name" }, "homeworld_culture": { "label": "Homeworld culture", "type": "string" }, "force_sensitivity": { "label": "Force sensitivity", "type": "string" } }, "paramOrder": [ "name", "image", "caption", "homeworld", "region", "language", "classification", "average_height", "skin_color", "subraces", "hair_color", "eye_color", "distinctions", "societal_role", "government", "homeworld_culture", "force_sensitivity" ] } </templatedata>