Template: Infobox character: Difference between revisions
No edit summary |
No edit summary |
||
(80 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
"en": "Andy" | "en": "Andy" | ||
}, | }, | ||
"type": " | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
Line 31: | Line 31: | ||
"es": "Zodiaco" | "es": "Zodiaco" | ||
}, | }, | ||
"type": " | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
Line 46: | Line 46: | ||
"en": "First appearance", | "en": "First appearance", | ||
"es": "Primera Aparición" | "es": "Primera Aparición" | ||
}, | |||
"type": "string" | |||
" | |||
}, | }, | ||
"height": { | "height": { | ||
Line 58: | Line 53: | ||
"es": "Altura", | "es": "Altura", | ||
"en": "Height" | "en": "Height" | ||
} | }, | ||
"type": "string" | |||
}, | }, | ||
"weight": { | "weight": { | ||
Line 64: | Line 60: | ||
"es": "Peso", | "es": "Peso", | ||
"en": "Weight" | "en": "Weight" | ||
} | }, | ||
"type": "string" | |||
}, | }, | ||
"breast": { | "breast": { | ||
Line 70: | Line 67: | ||
"es": "Pecho", | "es": "Pecho", | ||
"en": "Breast" | "en": "Breast" | ||
} | }, | ||
"type": "string" | |||
}, | }, | ||
"waist": { | "waist": { | ||
Line 76: | Line 74: | ||
"es": "Abdomen", | "es": "Abdomen", | ||
"en": "Waist" | "en": "Waist" | ||
} | }, | ||
"type": "string" | |||
}, | }, | ||
"hips": { | "hips": { | ||
Line 82: | Line 81: | ||
"es": "Cadera", | "es": "Cadera", | ||
"en": "Hips" | "en": "Hips" | ||
} | }, | ||
"type": "string" | |||
}, | }, | ||
"cup": { | "cup": { | ||
Line 88: | Line 88: | ||
"es": "Copa", | "es": "Copa", | ||
"en": "Cup" | "en": "Cup" | ||
} | }, | ||
"type": "string" | |||
}, | |||
"status": { | |||
"label": { | |||
"en": "Status", | |||
"es": "Estado" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"relatives": { | |||
"label": { | |||
"en": "Relatives", | |||
"es": "Parientes" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"hair": { | |||
"label": { | |||
"en": "Hair color", | |||
"es": "Cabello" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"relationships": { | |||
"label": { | |||
"en": "Relationships", | |||
"es": "Relaciones" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"eyes": { | |||
"label": { | |||
"en": "Eyes color", | |||
"es": "Ojos" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"created": { | |||
"label": { | |||
"en": "Created by", | |||
"es": "Creado por" | |||
}, | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 98: | Line 147: | ||
"birthday", | "birthday", | ||
"appearance", | "appearance", | ||
" | "relationships", | ||
"relatives", | |||
"hair", | |||
"eyes", | |||
"height", | "height", | ||
"weight", | "weight", | ||
Line 104: | Line 156: | ||
"waist", | "waist", | ||
"hips", | "hips", | ||
"cup" | "cup", | ||
"status", | |||
"created" | |||
], | ], | ||
"maps": { | "maps": { | ||
Line 115: | Line 169: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| style="width: | {| style="width:250px; font-size: 95%; border:1px solid #eaecf0; background-color:#f8f9fa; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); color:black; margin-left:1em; padding:10px; float:right; clear:right; text-align: left;" | ||
!style="text-align: center; background-color:# | !style="text-align: center; background-color:#ffb555; padding:5px;" colspan="2" | <span style="font-size: 1.2rem;"><strong>{{{name}}}<strong><span> | ||
|- | |||
!colspan="2" | [[File:{{{image}}}|250px]] | |||
|- | |||
! style="vertical-align: top; padding:3px 10px"| Age | |||
| style="vertical-align: top; text-align: right; padding:3px; 10px"| {{{age}}} | |||
|- | |||
! style="vertical-align: top; padding:3px 10px"| Zodiac | |||
| style="vertical-align: top; text-align: right; padding:3px; 10px"| [[File:{{{zodiac}}}.svg|22px]] {{{zodiac}}} | |||
|- | |||
! style="vertical-align: top; padding:3px 10px"| Birthday | |||
| style="vertical-align: top; text-align: right; padding:3px; 10px"| {{{birthday}}} | |||
|- | |||
! style="vertical-align: top; padding:3px 10px"| Game Debut | |||
| style="vertical-align: top; text-align: right; padding:5px; 10px"| {{{appearance}}} | |||
|- | |||
! style="vertical-align: top; padding:3px 10px"| Created by | |||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{created}}} | |||
|- | |||
|} | |||
{| style="width:254px; font-size: 95%; border:1px solid #eaecf0; background-color:#f8f9fa; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); color:black; margin-left:1em; padding:10px; float:right; clear:right; text-align: left;" class="mw-collapsible mw-collapsed" | |||
!style="text-align: center; background-color:#4c88ef; color:#ffffff;" colspan="2" | <span style="font-size: 1.00em;">Information<span> | |||
|- | |||
! style="vertical-align: top; padding:3px 10px" | Status | |||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{status}}} | |||
|- | |||
! style="vertical-align: top; padding:3px 10px" | Relatives | |||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{relatives}}} | |||
|- | |||
! style="vertical-align: top; padding:3px 10px" | Relationships | |||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{relationships}}} | |||
|- | |||
|} | |||
{| style="width:254px; font-size: 95%; border:1px solid #eaecf0; background-color:#f8f9fa; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); color:black; margin-bottom:0.5em; margin-left:1em; padding:10px; float:right; clear:right; text-align: left;" | |||
!style="text-align: center; background-color:#4c88ef; color:#ffffff;" colspan="2" | <span style="font-size: 1.00em;">Biological Description<span> | |||
|- | |||
! style="vertical-align: top; padding:3px 10px"| Hair color | |||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{hair}}} | |||
|- | |- | ||
! | ! style="vertical-align: top; padding:3px 10px"| Eyes color | ||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{eyes}}} | |||
|- | |- | ||
! | ! style="vertical-align: top; padding:3px 10px"| Height | ||
| {{{ | | style="vertical-align: top; text-align: right; padding:3px 10px"| {{{height}}} | ||
|- | |- | ||
! | ! style="vertical-align: top; padding:3px 10px"| Weight | ||
| {{{ | | style="vertical-align: top; text-align: right; padding:3px 10px"| {{{weight}}} | ||
|- | |- | ||
! | ! style="vertical-align: top; padding:3px 10px"| Waist | ||
| {{{ | | style="vertical-align: top; text-align: right; padding:3px 10px"| {{{waist}}} | ||
|- | |- | ||
! | ! style="vertical-align: top; padding:3px 10px"| Hips | ||
| {{{ | | style="vertical-align: top; text-align: right; padding:3px 10px"| {{{hips}}} | ||
|- | |- | ||
!style=" | ! style="vertical-align: top; padding:3px 10px"| Breast | ||
| style="vertical-align: top; text-align: right; padding:3px 10px"| {{{breast}}} | |||
|- | |- | ||
! | ! style="vertical-align: top; padding:3px 10px"| Cup | ||
| {{{ | | style="vertical-align: top; text-align: right; padding:3px 10px"| {{{cup}}} | ||
|- | |- | ||
|} | |} | ||
[[Category:Characters]] | |||
</includeonly> | </includeonly> |
Latest revision as of 10:32, 15 November 2023
Template for charactes
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| String | required |
image | image | no description | Unknown | optional |
Age | age | no description | Number | required |
Zodiac | zodiac | no description | String | required |
Birthday | birthday | no description | Date | optional |
First appearance | appearance | no description | String | optional |
Relationships | relationships | no description | String | suggested |
Relatives | relatives | no description | String | suggested |
Hair color | hair | no description | String | suggested |
Eyes color | eyes | no description | String | suggested |
Height | height | no description | String | optional |
Weight | weight | no description | String | optional |
Breast | breast | no description | String | optional |
Waist | waist | no description | String | optional |
Hips | hips | no description | String | optional |
Cup | cup | no description | String | optional |
Status | status | no description | String | suggested |
Created by | created | no description | String | suggested |