Template:Infobox species: Difference between revisions
Created page with "<templatestyles src="Infobox species/styles.css" /> {| class="infobox rpgc-infobox rpgc-infobox-species" |+ {{{name|{{PAGENAME}}}}} |- | colspan="2" class="rpgc-infobox-image" | {{#if:{{{image|}}} | [[File:{{{image}}}|300px|center]] | <span class="rpgc-missing-image">Image pending</span> }} {{#if:{{{image_caption|}}}|<div class="rpgc-infobox-caption">{{{image_caption}}}</div>}} |- ! colspan="2" class="rpgc-infobox-section" | Biographical information |- ! Homeworld | {{..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox | |||
| title = {{{name|{{PAGENAME}}}}} | |||
| image = {{{image|}}} | |||
| | | caption = {{{caption|}}} | ||
| | | rows = | ||
{{ | {{Infobox header|Biographical information}} | ||
{{Infobox row|Homeworld|{{{homeworld|}}}}} | |||
{{Infobox row|Region|{{{region|}}}}} | |||
{{Infobox row|Language|{{{language|}}}}} | |||
{{Infobox header|Physical characteristics}} | |||
{{Infobox row|Classification|{{{classification|}}}}} | |||
{{Infobox row|Average height|{{{average_height|}}}}} | |||
{{Infobox row|Skin color|{{{skin_color|}}}}} | |||
{{Infobox row|Subraces|{{{subraces|}}}}} | |||
{{Infobox row|Hair color|{{{hair_color|}}}}} | |||
{{Infobox row|Eye color|{{{eye_color|}}}}} | |||
{{Infobox row|Distinctions|{{{distinctions|}}}}} | |||
{{Infobox header|Sociocultural characteristics}} | |||
{{Infobox row|Societal role|{{{societal_role|}}}}} | |||
{{Infobox row|Government|{{{government|}}}}} | |||
{{Infobox row|Homeworld culture|{{{homeworld_culture|}}}}} | |||
{{Infobox row|Force sensitivity|{{{force_sensitivity|}}}}} | |||
{{{extra_rows|}}} | |||
}} | }} | ||
<noinclude> | <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> | </noinclude> | ||
Latest revision as of 23:36, 4 July 2026
<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>