|
|
| Line 2: |
Line 2: |
| | title = {{{name|{{PAGENAME}}}}} | | | title = {{{name|{{PAGENAME}}}}} |
| | image = {{{image|}}} | | | image = {{{image|}}} |
| | caption = {{{caption|}}}
| |
| | rows = | | | rows = |
| {{Infobox header|Biographical information}} | | {{Infobox header|Biological classification}} |
| {{Infobox row|Homeworld|{{{homeworld|}}}}} | | {{Infobox row|Designation|{{{designation|}}}}} |
| {{Infobox row|Region|{{{region|}}}}} | | {{Infobox row|Class|{{{class|}}}}} |
| {{Infobox row|Language|{{{language|}}}}} | | {{Infobox row|Subspecies|{{{subspecies|}}}}} |
| | {{Infobox row|Races|{{{races|}}}}} |
|
| |
|
| {{Infobox header|Physical characteristics}} | | {{Infobox header|Physical characteristics}} |
| {{Infobox row|Classification|{{{classification|}}}}} | | {{Infobox row|Average height|{{{height|}}}}} |
| {{Infobox row|Average height|{{{average_height|}}}}} | | {{Infobox row|Average length|{{{length|}}}}} |
| {{Infobox row|Skin color|{{{skin_color|}}}}} | | {{Infobox row|Wingspan|{{{wingspan|}}}}} |
| {{Infobox row|Subraces|{{{subraces|}}}}} | | {{Infobox row|Average mass|{{{mass|}}}}} |
| {{Infobox row|Hair color|{{{hair_color|}}}}} | | {{Infobox row|Skin color|{{{skincolor|}}}}} |
| {{Infobox row|Eye color|{{{eye_color|}}}}} | | {{Infobox row|Hair color|{{{haircolor|}}}}} |
| | {{Infobox row|Feathers|{{{feathers|}}}}} |
| | {{Infobox row|Eye color|{{{eyecolor|}}}}} |
| {{Infobox row|Distinctions|{{{distinctions|}}}}} | | {{Infobox row|Distinctions|{{{distinctions|}}}}} |
| | {{Infobox row|Average lifespan|{{{lifespan|}}}}} |
|
| |
|
| {{Infobox header|Sociocultural characteristics}} | | {{Infobox header|Sociocultural characteristics}} |
| {{Infobox row|Societal role|{{{societal_role|}}}}} | | {{Infobox row|Homeworld|{{{origin|}}}}} |
| {{Infobox row|Government|{{{government|}}}}} | | {{Infobox row|Habitat|{{{habitat|}}}}} |
| {{Infobox row|Homeworld culture|{{{homeworld_culture|}}}}} | | {{Infobox row|Diet|{{{diet|}}}}} |
| {{Infobox row|Force sensitivity|{{{force_sensitivity|}}}}} | | {{Infobox row|Language|{{{language|}}}}} |
| | |
| {{{extra_rows|}}} | | {{{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>
| |