Template:Infobox Person: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"description": "Image, | "description": "Image, con la imagen asociada", | ||
"example": " | "example": "Doomentio.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true, | "suggested": true, | ||
"label": "Image" | "label": "Image" | ||
}, | }, | ||
"infoboxHeader": { | "infoboxHeader": { | ||
"label": "Infobox Header", | "label": "Infobox Header", | ||
"description": "This is the header of the infobox. This is not required as it will just be the pagename if left blank", | "description": "This is the header of the infobox. This is not required as it will just be the pagename if left blank", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 107: | Line 80: | ||
"label": "Image Description", | "label": "Image Description", | ||
"suggested": true, | "suggested": true, | ||
"description": " | "description": "Descripcion" | ||
}, | }, | ||
" | "Nombre": { | ||
"description": " | "label": "Nombre real", | ||
"example": " | "description": "El nombre de", | ||
"example": "Manuel Arturo", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Alias": { | |||
"label": "Alias", | |||
"description": "Otros nombres", | |||
"example": "MentalKillerXXll, ElPerroMuerdeCulos, Los Majes, Lawliet Wright, Nick L Wright, Ken L Parker y Joe KL Wright.", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Años activo": { | ||
"label": " | "label": "Años activo", | ||
" | "suggested": true | ||
" | }, | ||
"Afiliado": { | |||
"label": "Afiliaciones", | |||
"type": "unknown", | "type": "unknown", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 127: | Line 110: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "Nacimiento": { | ||
"label": " | "label": "Nacimiento", | ||
"description": "{{age|year1|month1|day1}}", | |||
"suggested": true | |||
}, | |||
"Peso": { | |||
"label": "Peso" | |||
}, | }, | ||
" | "Nacionalidad": { | ||
"label": " | "label": "Nacionalidad", | ||
" | "description": "Nacionalida", | ||
"type": "string" | |||
}, | }, | ||
" | "Raza": { | ||
"label": "Raza", | |||
" | "description": "Ario o Mestizo" | ||
" | |||
}, | }, | ||
" | "Genero": { | ||
" | "description": "Este es exclusivamente el género biológico de un personaje. Si un personaje es transgénero, escriba su género expresado entre paréntesis, con el formato del ejemplo a continuación.", | ||
" | "example": "Male (transitioned to female)", | ||
" | "type": "string" | ||
}, | }, | ||
" | "Educación": { | ||
" | "label": "Educacion" | ||
} | } | ||
}, | }, | ||
Line 158: | Line 142: | ||
"image", | "image", | ||
"imageDesc", | "imageDesc", | ||
" | "Nombre", | ||
" | "Alias", | ||
" | "Años activo", | ||
" | "Afiliado", | ||
" | "Nacimiento", | ||
" | "Peso", | ||
" | "Nacionalidad", | ||
" | "Raza", | ||
" | "Genero", | ||
" | "Educación" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 03:22, 24 March 2025
Infobox Person
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, con la imagen asociada
| File | suggested |
Image Description | imageDesc | Descripcion | Unknown | suggested |
Nombre real | Nombre | El nombre de
| String | required |
Alias | Alias | Otros nombres
| String | optional |
Años activo | Años activo | no description | Unknown | suggested |
Afiliaciones | Afiliado | no description
| Unknown | suggested |
Nacimiento | Nacimiento | {{age|year1|month1|day1}} | Unknown | suggested |
Peso | Peso | no description | Unknown | optional |
Nacionalidad | Nacionalidad | Nacionalida | String | optional |
Raza | Raza | Ario o Mestizo | Unknown | optional |
Genero | Genero | Este es exclusivamente el género biológico de un personaje. Si un personaje es transgénero, escriba su género expresado entre paréntesis, con el formato del ejemplo a continuación.
| String | optional |
Educacion | Educación | no description | Unknown | optional |