Template:Person: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Bibbleskit (talk | contribs) No edit summary Tag: Manual revert | Bibbleskit (talk | contribs) No edit summary | ||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|      </tr> |      </tr> | ||
|      <tr> |      <tr> | ||
|          <th colspan="2" text-align="center">{{{Image}}}</th> |          {{#if:{{{Image|}}}|<th colspan="2" text-align="center">{{{Image}}}</th>|}} | ||
|      </tr> |      </tr> | ||
|      <tr> |      <tr> | ||
| Line 24: | Line 24: | ||
|      <tr> |      <tr> | ||
|          {{#if:{{{Role|}}}|<td>'''Role'''</td><td>{{{Role|}}}</td>|}} |          {{#if:{{{Role|}}}|<td>'''Role'''</td><td>{{{Role|}}}</td>|}} | ||
|     </tr> | |||
|     <tr> | |||
|         {{#if:{{{Height|}}}|<td>'''Height'''</td><td>{{{Height|}}}</td>|}} | |||
|     </tr> | |||
|     <tr> | |||
|         {{#if:{{{Age|}}}|<td>'''Age'''</td><td>{{{Age|}}}</td>|}} | |||
|      </tr> |      </tr> | ||
|      <tr> |      <tr> | ||
| Line 39: | Line 45: | ||
|      <tr> |      <tr> | ||
|          {{#if:{{{Family|}}}|<td>'''Family'''</td><td>{{{Family|}}}</td>|}} |          {{#if:{{{Family|}}}|<td>'''Family'''</td><td>{{{Family|}}}</td>|}} | ||
|     </tr> | |||
|     <tr> | |||
|         {{#if:{{{Creator|}}}|<td>'''Creator'''</td><td>{{{Creator|}}}</td>|}} | |||
|     </tr> | |||
|     <tr> | |||
|         {{#if:{{{Artist Credits|}}}|<td>'''Artist Credits'''</td><td>{{{Artist Credits|}}}</td>|}} | |||
|      </tr> |      </tr> | ||
| </table> | </table> | ||
| Line 49: | Line 61: | ||
| 		"Name": { | 		"Name": { | ||
| 			"description": "the full name of the entity", | 			"description": "the full name of the entity", | ||
| 			"example": "Freyja Lest" | 			"example": "Freyja Lest", | ||
| 			"required": true | |||
| 		}, | 		}, | ||
| 		"Birth Date": { | 		"Birth Date": { | ||
| Line 86: | Line 99: | ||
| 			"description": "Adventurer's role within their assigned Division" | 			"description": "Adventurer's role within their assigned Division" | ||
| 		}, | 		}, | ||
| 		"Pronouns": {} | 		"Pronouns": {}, | ||
| 		"Age": {}, | |||
| 		"Height": {}, | |||
| 		"Creator": { | |||
| 			"description": "The person who is credited for creating the character." | |||
| 		}, | |||
| 		"Artist Credits": { | |||
| 			"description": "The person(s) who are credited for creating the art for the character." | |||
| 		} | |||
| 	}, | 	}, | ||
| 	"description": "A template used for beings of Castrella. Can be a character, deity, historical figure, animal, etc.", | 	"description": "A template used for beings of Castrella. Can be a character, deity, historical figure, animal, etc.", | ||
| Line 96: | Line 117: | ||
| 		"Species", | 		"Species", | ||
| 		"Subspecies", | 		"Subspecies", | ||
| 		"Height", | |||
| 		"Age", | |||
| 		"Birth Date", | |||
| 		"Death Date", | |||
| 		"Division", | 		"Division", | ||
| 		"Role", | 		"Role", | ||
| 		"Zodiac", | 		"Zodiac", | ||
| 		"Aspect", | 		"Aspect", | ||
| 		"Family" | 		"Family", | ||
| 		"Creator", | |||
| 		"Artist Credits" | |||
| 	], | 	], | ||
| 	"format": "block" | 	"format": "block" | ||
Latest revision as of 20:58, 2 March 2025
| {{{Name}}} | |
|---|---|
A template used for beings of Castrella. Can be a character, deity, historical figure, animal, etc.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | the full name of the entity 
 | Unknown | required | 
| Image | Image | an image depicting the character | Content | optional | 
| Alternate Names | Alternate Names | Nicknames, titles, etc. 
 | Unknown | optional | 
| Pronouns | Pronouns | no description | Unknown | optional | 
| Species | Species | The race/species of the entity. | Unknown | optional | 
| Subspecies | Subspecies | Subspecies if necessary. | Unknown | optional | 
| Height | Height | no description | Unknown | optional | 
| Age | Age | no description | Unknown | optional | 
| Birth Date | Birth Date | date of birth | Unknown | optional | 
| Death Date | Death Date | date of death | Unknown | optional | 
| Division | Division | Adventurer's assignment within the Guild | Unknown | optional | 
| Role | Role | Adventurer's role within their assigned Division | Unknown | optional | 
| Zodiac | Zodiac | the zodiac of the entity | Unknown | optional | 
| Aspect | Aspect | the magical aspect of the entity | Unknown | optional | 
| Family | Family | any family members related to the entity. | Unknown | optional | 
| Creator | Creator | The person who is credited for creating the character. | Unknown | optional | 
| Artist Credits | Artist Credits | The person(s) who are credited for creating the art for the character. | Unknown | optional |