Diferencia entre revisiones de «Plantilla:Ficha de videojuego»
Línea 2: | Línea 2: | ||
{| class="infobox info-ficha" cellpadding="2" cellspacing="2" align="right" width="240" | {| class="infobox info-ficha" cellpadding="2" cellspacing="2" align="right" width="240" | ||
|- | |- | ||
| colspan="2" style="background-color: #4600B4; color: #ffffff; text-align: center;" | '''''{{PAGENAME}}'''''<br>{{{titulo}}} | | colspan="2" style="background-color: #4600B4; color: #ffffff; font-size: 1.3em!important; text-align: center;" | '''''{{PAGENAME}}'''''<br>{{{titulo|}}} | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | | | colspan="2" style="text-align: center;" | | ||
[[File:{{{imagen}}}| | [[File:{{{imagen|Caratula-no-disponible.jpg}}}|150px|alt={{{Nombre}}}|center]] | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | | | colspan="2" style="text-align: center;" | | ||
{{{autor}}} - {{#time:Y|{{{fecha}}}}} | {{{autor}}} {{#if:{{{fecha|}}}|- {{#time:Y|{{{fecha}}}}}}} | ||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | Autor/es | | style="background-color: #4682B4; color: #ffffff;" | Autor/es | ||
| {{{autor}}} | | [[{{{autor|}}}]] | ||
|- | |||
| style="background-color: #4682B4; color: #ffffff;" | Compañía | |||
| [[{{{empresa|}}}]] | |||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | Tipo | | style="background-color: #4682B4; color: #ffffff;" | Tipo | ||
| {{{tipo}}} | | [[{{{tipo|}}}]] | ||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | Sistema de Autoría | | style="background-color: #4682B4; color: #ffffff;" | Sistema de Autoría | ||
| {{{sistema_autoria}}} | | [[{{{sistema_autoria|}}}]] | ||
|- | |||
| style="background-color: #4682B4; color: #ffffff;" | Plataformas disponibles | |||
| {{{sistemas_disponibles|}}} | |||
|- | |||
| style="background-color: #4682B4; color: #ffffff;" | Idiomas | |||
| {{{idiomas|}}} | |||
|- | |||
| style="background-color: #4682B4; color: #ffffff;" | Género | |||
| {{{genero|}}} | |||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | | | style="background-color: #4682B4; color: #ffffff;" | contacto | ||
| {{{ | | {{{contacto|}}} | ||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | | | style="background-color: #4682B4; color: #ffffff;" | Web | ||
| {{{ | | {{{web|}}} | ||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | | | style="background-color: #4682B4; color: #ffffff;" | Descarga | ||
| {{{ | | {{{descarga|}}} | ||
|} | |} | ||
</div> | </div> | ||
[[Categoría:Juegos]] | [[Categoría:Juegos]] | ||
Línea 60: | Línea 74: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "autor juego" | "description": "autor juego" | ||
}, | |||
"empresa": { | |||
"label": "Compañía", | |||
"type": "string/wiki-page-name", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "compañía juego" | |||
}, | }, | ||
"fecha": { | "fecha": { | ||
Línea 76: | Línea 98: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "tipo juego", | "description": "tipo juego", | ||
"suggestedvalues": [ " | "suggestedvalues": [ "Costumbrismo", "Ciencia Ficción", "Brujería" ] | ||
}, | }, | ||
"sistema_autoria": { | "sistema_autoria": { |
Revisión del 19:46 19 may 2023
Ficha de videojuego | |
![]() | |
{{{autor}}} | |
Autor/es | [[]] |
Compañía | [[]] |
Tipo | [[]] |
Sistema de Autoría | [[]] |
Plataformas disponibles | |
Idiomas | |
Género | |
contacto | |
Web | |
Descarga |
<templatedata> { "description": "Una plantilla para vincular una categoría de Commons sobre un artículo", "params": { "titulo": { "label": "Titulo", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Titulo original (si es una traducción)" }, "imagen": { "label": "imagen", "type": "string/wiki-file-name", "required": false, "suggested": true, "deprecated": false, "description": "imagendel juego" }, "autor": { "label": "autor", "type": "string/wiki-page-name", "required": false, "suggested": true, "deprecated": false, "description": "autor juego" }, "empresa": { "label": "Compañía", "type": "string/wiki-page-name", "required": false, "suggested": true, "deprecated": false, "description": "compañía juego" }, "fecha": { "label": "fecha", "type": "date", "required": false, "suggested": true, "deprecated": false, "description": "fecha publicacion juego" }, "tipo": { "label": "tipo", "type": "string/wiki-page-name", "required": false, "suggested": false, "deprecated": false, "description": "tipo juego",
"suggestedvalues": [ "Costumbrismo", "Ciencia Ficción", "Brujería" ]
}, "sistema_autoria": { "label": "sistema_autoria", "type": "string/wiki-page-name", "required": false, "suggested": true, "deprecated": false, "description": "sistema_autoria juego" }, "sistemas_disponibles": { "label": "sistemas_disponibles", "type": "string/wiki-page-name", "required": false, "suggested": true, "deprecated": false, "description": "sistemas_disponibles juego" }, "idiomas": { "label": "Idiomas", "type": "string", "required": false, "suggested": true, "deprecated": false, "description": "Idiomasjuego" }, "genero": { "label": "Género", "type": "string", "required": false, "suggested": true, "deprecated": false, "description": "Género juego" } } } </templatedata>