Template:Infobox: Difference between revisions
m (Made it look better) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 15: | Line 15: | ||
<div style="{{#if: {{{Knownas|}}} | | display: none; }}"> | <div style="{{#if: {{{Knownas|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{Knownas}}}</div> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{Knownas}}}</div> | ||
</div> | |||
<div style="{{#if: {{{timeActive|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Time Active''': {{{timeActive}}}</div> | |||
</div> | </div> | ||
<div style="{{#if: {{{Alignment|}}} | | display: none; }}"> | <div style="{{#if: {{{Alignment|}}} | | display: none; }}"> | ||
Line 42: | Line 45: | ||
<div style="{{#if: {{{signature|}}} | | display: none; }}"> | <div style="{{#if: {{{signature|}}} | | display: none; }}"> | ||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Signature''':<br>[[File:Daniel Larson Signature.png|160px]]</br></div> | <div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Signature''':<br>[[File:Daniel Larson Signature.png|160px]]</br></div> | ||
</div> | |||
<div style="{{#if: {{{signature|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Arcs Involved''': {{{Arcs}}}</div> | |||
</div> | </div> | ||
</div> | </div> | ||
Line 132: | Line 138: | ||
"example": "Signature.jpg", | "example": "Signature.jpg", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"timeActive": { | |||
"label": "Time Active", | |||
"description": "When this person was active", | |||
"example": "April 3rd, 2023 - June 5th, 2143", | |||
"suggested": true | |||
}, | |||
"Arcs": { | |||
"description": "The arcs in which this person was active during, listed in chronological order. If a person is active for the entirety of an Era, just list that Era instead of each individual arc.", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 142: | Line 160: | ||
"name", | "name", | ||
"Knownas", | "Knownas", | ||
"timeActive", | |||
"Alignment", | "Alignment", | ||
"DOB", | "DOB", | ||
Line 150: | Line 169: | ||
"Parents", | "Parents", | ||
"Siblings", | "Siblings", | ||
"signature" | "signature", | ||
"Arcs" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 02:43, 8 February 2024
This is a template meant to easily display information about a given person/character
Parameter | Description | Type | Status | |
---|---|---|---|---|
Max Width | maxwidth | The maximum width of the infobox
| Unknown | optional |
Infobox Header | infoboxHeader | This is the header of the infobox. This is not required as it will just be the pagename if left blank | String | optional |
Image | image | Image, width and height is automatically assigned
| File | suggested |
Image Description | imageDesc | The description of the image | Unknown | suggested |
Name | name | The name of whoever this is
| String | required |
Aliases/Also Known As | Knownas | Other names for a person
| String | optional |
Time Active | timeActive | When this person was active
| Unknown | suggested |
Alignment | Alignment | The alignment of this character in relation to Daniel Larson,
| Unknown | suggested |
Date of Birth | DOB | In M-D-Y format, please | Unknown | suggested |
Weight and Weight | HeightnWeight | no description
| Unknown | optional |
Nationality | Nationality | Place of origin | String | optional |
Race | Race | no description | Unknown | optional |
Gender | Gender | This is exclusively the biological gender of a given character. If a character is transgender, put their expressed gender in parenthesis formatted like the example below.
| String | optional |
Parents | Parents | If they're unconfirmed to be parents, then explain that in parenthesis after the name.
| String | optional |
Siblings | Siblings | no description | Unknown | optional |
signature | signature | no description
| File | optional |
Arcs | Arcs | The arcs in which this person was active during, listed in chronological order. If a person is active for the entirety of an Era, just list that Era instead of each individual arc. | String | required |