Template:Infobox species: Difference between revisions

From RPG Continuum Wiki
Jump to navigation Jump to search
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:
<templatestyles src="Infobox species/styles.css" />
{{Infobox
{| class="infobox rpgc-infobox rpgc-infobox-species"
| title = {{{name|{{PAGENAME}}}}}
|+ {{{name|{{PAGENAME}}}}}
| image = {{{image|}}}
|-
| caption = {{{caption|}}}
| colspan="2" class="rpgc-infobox-image" |
| rows =
{{#if:{{{image|}}}
{{Infobox header|Biographical information}}
| [[File:{{{image}}}|300px|center]]
{{Infobox row|Homeworld|{{{homeworld|}}}}}
| <span class="rpgc-missing-image">Image pending</span>
{{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|}}}
}}
}}
{{#if:{{{image_caption|}}}|<div class="rpgc-infobox-caption">{{{image_caption}}}</div>}}
 
|-
 
! colspan="2" class="rpgc-infobox-section" | Biographical information
 
|-
 
! Homeworld
 
| {{{homeworld|}}}
 
|-
! Region
| {{{region|}}}
|-
! Language
| {{{language|}}}
|-
! colspan="2" class="rpgc-infobox-section" | Physical characteristics
|-
! Classification
| {{{classification|}}}
|-
! Average height
| {{{average_height|}}}
|-
! Skin color
| {{{skin_color|}}}
|-
! Subraces
| {{{subraces|}}}
|-
! Hair color
| {{{hair_color|}}}
|-
! Eye color
| {{{eye_color|}}}
|-
! Distinctions
| {{{distinctions|}}}
|-
! colspan="2" class="rpgc-infobox-section" | Sociocultural characteristics
|-
! Societal role
| {{{societal_role|}}}
|-
! Government
| {{{government|}}}
|-
! Homeworld culture
| {{{homeworld_culture|}}}
|-
! Force sensitivity
| {{{force_sensitivity|}}}
|}
<noinclude>
<noinclude>
== Usage ==
<templatedata>
<pre>
{
{{Infobox species
"description": "Infobox for sapient or near-sapient species articles.",
| name =
"params": {
| image =
"name": {
| image_caption =
"label": "Name",
| homeworld =
"description": "Species name displayed at the top of the infobox.",
| region =
"type": "string",
| language =
"suggested": true
| classification =
},
| average_height =
"image": {
| skin_color =
"label": "Image",
| subraces =
"description": "Uploaded file name only, without File: prefix.",
| hair_color =
"example": "Perosn.jpg",
| eye_color =
"type": "wiki-file-name",
| distinctions =
"suggested": true
| societal_role =
},
| government =
"caption": {
| homeworld_culture =
"label": "Caption",
| force_sensitivity =
"type": "string"
}}
},
</pre>
"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

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>