Template:Race: Difference between revisions
(Created page with "<includeonly><div style="float:right; background:#f9f9f9; margin-left:5px; margin-bottom:3px; padding:0px; border:1px solid #aaaaaa; width:17em;"> {| class="wikitable" border=...") |
m (Friggin' typo...) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|- | |- | ||
! colspan="2" style="font-size:105%; padding:0.4em; background-color:{{{colour}}}; border-bottom:1px solid #aaaaaa;"|{{{name}}}<br />{{{nativename}}} {{#if:{{{pronunciation|}}}|({{{pronunciation}}})}} | ! colspan="2" style="font-size:105%; padding:0.4em; background-color:{{{colour}}}; border-bottom:1px solid #aaaaaa;"|{{{name}}}<br />{{{nativename}}} {{#if:{{{pronunciation|}}}|({{{pronunciation}}})}} | ||
|- | |||
| colspan="2"| {{#if:{{{image|}}}|[[File:{{{image}}}|220px|center|{{{caption}}}}}]]}} | |||
|- | |- | ||
| <strong>Native Zone</strong> | | <strong>Native Zone</strong> | ||
Line 14: | Line 16: | ||
{{#if:{{{regions|}}}|{{!}} | {{#if:{{{regions|}}}|{{!}} | ||
{{{regions}}}}} | {{{regions}}}}} | ||
|- | |||
| colspan="2"| {{#if:{{{map|}}}|[[File:{{{map}}}|220px|center|{{{mapcaption}}}}}]]}} | |||
|- | |- | ||
{{#if:{{{religions|}}}|{{!}}<strong>Major Religions</strong>}} | {{#if:{{{religions|}}}|{{!}}<strong>Major Religions</strong>}} | ||
Line 26: | Line 30: | ||
|} | |} | ||
</div> | </div> | ||
[[Category: | [[Category:Races]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{ | <templatedata> | ||
{ | |||
"params": { | |||
"colour": { | |||
"description": "The colour that will represent this race. Do not use zone colours.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"name": { | |||
"description": "The common name of this race.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"nativename": { | |||
"description": "The name these people call themselves (most often).", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"pronunciation": { | |||
"description": "The pronunciation of the native name", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"zone": { | |||
"label": "Native Zone", | |||
"description": "Which zone is this race native to?", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"nations": { | |||
"label": "Nations", | |||
"description": "Which nations are ruled by this race? Do not just list which nations they exist in.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"regions": { | |||
"label": "Regions", | |||
"description": "In which regions is this race a majority population?", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"religions": { | |||
"label": "Religion(s)", | |||
"description": "What religions are frequently practised by members of this race? Or, what religions were founded by members of this race?", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"languages": { | |||
"label": "Language(s)", | |||
"description": "What languages were developed by or for this race? Do not list every language spoken by someone of this race, regardless of origin.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"footnote": { | |||
"label": "Footnote", | |||
"description": "Further notes that may be of at-a-glance importance. Keep in mind this is a page for the race, though, so don't load this box up with the entire article.", | |||
"type": "string" | |||
}, | |||
"map": { | |||
"description": "A map of nations and regions ruled or dominated by this race. Use the name of the image, not the full File link. Ex.: map.jpg", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"mapcaption": { | |||
"description": "The caption explaining the map. If you have a map, you need a caption.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"description": "An image of a typical member of this race. Use the name of the image, not the full File link. Ex.: someguy.jpg", | |||
"type": "wiki-file-name" | |||
}, | |||
"caption": { | |||
"description": "The caption for the image. Who is this person? If you have an image, you must have a caption.", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "A 'race' is a species of sentient beings that may or may not be able to reproduce with any other races. It is in no way related to skin colour. Use this template to create new races for the world.", | |||
"paramOrder": [ | |||
"colour", | |||
"name", | |||
"nativename", | |||
"pronunciation", | |||
"image", | |||
"caption", | |||
"zone", | |||
"nations", | |||
"regions", | |||
"map", | |||
"mapcaption", | |||
"religions", | |||
"languages", | |||
"footnote" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 01:15, 19 August 2019
A 'race' is a species of sentient beings that may or may not be able to reproduce with any other races. It is in no way related to skin colour. Use this template to create new races for the world.
Parameter | Description | Type | Status | |
---|---|---|---|---|
colour | colour | The colour that will represent this race. Do not use zone colours. | String | required |
name | name | The common name of this race. | String | required |
nativename | nativename | The name these people call themselves (most often). | String | required |
pronunciation | pronunciation | The pronunciation of the native name | String | suggested |
image | image | An image of a typical member of this race. Use the name of the image, not the full File link. Ex.: someguy.jpg | File | optional |
caption | caption | The caption for the image. Who is this person? If you have an image, you must have a caption. | String | optional |
Native Zone | zone | Which zone is this race native to? | String | suggested |
Nations | nations | Which nations are ruled by this race? Do not just list which nations they exist in. | String | suggested |
Regions | regions | In which regions is this race a majority population? | String | suggested |
map | map | A map of nations and regions ruled or dominated by this race. Use the name of the image, not the full File link. Ex.: map.jpg | File | suggested |
mapcaption | mapcaption | The caption explaining the map. If you have a map, you need a caption. | String | suggested |
Religion(s) | religions | What religions are frequently practised by members of this race? Or, what religions were founded by members of this race? | String | suggested |
Language(s) | languages | What languages were developed by or for this race? Do not list every language spoken by someone of this race, regardless of origin. | String | suggested |
Footnote | footnote | Further notes that may be of at-a-glance importance. Keep in mind this is a page for the race, though, so don't load this box up with the entire article. | String | optional |