Template:Race: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<onlyinclude> {| style="float: right; margin: 0 0 0 0.5em; text-align: left; background-color: light-gray; font-size: 85%; border: 2px solid gray; padding: 0.2em; width: 250px;" |- {{#if: {{{race_name|}}} | | style="display: none;" }}. ! scope="col" colspan="2" style="width: 250px; text-align: center; background-color: {{{hexcode}}}; font-size:125%" | {{{race_name|}}} |- {{#if: {{{image1|}}} | | style="display: none;" }} | colspan="2" style="text-align: center;" |file:...") |
No edit summary |
||
Line 2: | Line 2: | ||
{| style="float: right; margin: 0 0 0 0.5em; text-align: left; background-color: light-gray; font-size: 85%; border: 2px solid gray; padding: 0.2em; width: 250px;" | {| style="float: right; margin: 0 0 0 0.5em; text-align: left; background-color: light-gray; font-size: 85%; border: 2px solid gray; padding: 0.2em; width: 250px;" | ||
|- {{#if: {{{race_name|}}} | | style="display: none;" }}. | |- {{#if: {{{race_name|}}} | | style="display: none;" }}. | ||
! scope="col" colspan="2" style="width: 250px; text-align: center; background-color: {{{ | ! scope="col" colspan="2" style="width: 250px; text-align: center; background-color: {{{background_color|white}}}; font-size:125%" | {{{race_name|}}} | ||
|- {{#if: {{{image1|}}} | | style="display: none;" }} | |- {{#if: {{{image1|}}} | | style="display: none;" }} | ||
| colspan="2" style="text-align: center;" |[[file:{{{image1|}}}|240px]] {{{caption-image1|}}} | | colspan="2" style="text-align: center; padding-bottom: 5px;" |[[file:{{{image1|}}}|240px]] {{{caption-image1|}}} | ||
|- {{#if: {{{ | |- | ||
! ''' | | colspan="2" style="border-top: 1px solid gray; padding-top: 5px;" | <!-- Divider --> | ||
| {{{ | |- {{#if: {{{population|}}} | | style="display: none;" }} | ||
! '''Population''' | |||
| {{{population}}} | |||
|- {{#if: {{{culture|}}} | | style="display: none;" }} | |- {{#if: {{{culture|}}} | | style="display: none;" }} | ||
! '''Culture''' | ! '''Culture''' | ||
Line 14: | Line 16: | ||
! '''Location''' | ! '''Location''' | ||
| {{{location}}} | | {{{location}}} | ||
|- {{#if: {{{ | |- {{#if: {{{origin|}}} | | style="display: none;" }} | ||
! ''' | ! '''Place of Origin''' | ||
| {{{ | | {{{origin}}} | ||
|- {{#if: {{{ | |- {{#if: {{{notable_members|}}} | | style="display: none;" }} | ||
! ''' | ! '''Notable Members''' | ||
| {{{ | | {{{notable_members}}} | ||
|- {{#if: {{{religion|}}} | | style="display: none;" }} | |- {{#if: {{{religion|}}} | | style="display: none;" }} | ||
! '''Religion''' | ! '''Religion''' | ||
| {{{religion}}} | | {{{religion}}} | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
Line 86: | Line 79: | ||
"label": "Image", | "label": "Image", | ||
"description": "Image of the species. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg).", | "description": "Image of the species. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg).", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"background_color": { | |||
"label": "Background color", | |||
"description": "Hexcode for the color of the bar where the name of the race is located.", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 93: | Line 92: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
{{Race|race_name=gamers|image1=gaming.png|population=millions|culture=gaming|location=gamersville|origin=gamertown|notable_members=john gaming|religion=gaming|background_color=#00ff00}} |
Latest revision as of 05:42, 29 May 2024
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | race_name | Name of the species. | String | required |
Population | population | The total population of the species. | String | suggested |
Culture | culture | The cultures of the species' members. | String | suggested |
Location | location | Location(s) where this species is situated. | String | suggested |
Place of origin | origin | Location(s) where this species originated. | String | suggested |
Notable members | notable_members | Notable members of this species. | String | suggested |
religion | religion | The main religion(s) of this species' members. | String | suggested |
Image | image1 | Image of the species. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg). | String | suggested |
Background color | background_color | Hexcode for the color of the bar where the name of the race is located. | String | suggested |
gamers | |
---|---|
Population | millions |
Culture | gaming |
Location | gamersville |
Place of Origin | gamertown |
Notable Members | john gaming |
Religion | gaming |