Diferencia entre revisiones de «Plantilla:Ficha de videojuego»
Línea 1: | Línea 1: | ||
{| class="infobox | <div class="responsive-table"> | ||
{| class="infobox info-ficha" cellpadding="2" cellspacing="2" align="right" width="240" | |||
|- | |- | ||
| colspan="2" style="background-color: #4600B4; color: #ffffff; text-align: center;" | '''''{{ | | colspan="2" style="background-color: #4600B4; color: #ffffff; text-align: center;" | '''''{{PAGENAME}}'''''<br>{{{titulo}}} | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | | | colspan="2" style="text-align: center;" | | ||
Línea 7: | Línea 8: | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | | | colspan="2" style="text-align: center;" | | ||
{{{autor}}} - {{{fecha}}} | {{{autor}}} - {{#time:Y|{{{fecha}}}}} | ||
|- | |- | ||
| style="background-color: #4682B4; color: #ffffff;" | Autor/es | | style="background-color: #4682B4; color: #ffffff;" | Autor/es | ||
Línea 27: | Línea 28: | ||
| {{{genero}}} | | {{{genero}}} | ||
|} | |} | ||
</div> | |||
[[Categoría:Juegos]] | [[Categoría:Juegos]] | ||
[[Categoría:Ficha de videojuego]] | [[Categoría:Ficha de videojuego]] | ||
Línea 32: | Línea 35: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Una plantilla para | "description": "Una plantilla para vincular una categoría de Commons sobre un artículo", | ||
"params": { | "params": { | ||
"titulo": { | "titulo": { | ||
"label": "Titulo", | "label": "Titulo", | ||
"type": "string", | "type": "string", | ||
"required": | "required": false, | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "Titulo | "description": "Titulo original (si es una traducción)" | ||
}, | }, | ||
"imagen": { | "imagen": { |
Revisión del 13:12 19 may 2023
Ficha de videojuego {{{titulo}}} | |
[[File:{{{imagen}}}|200px|alt={{{Nombre}}}|center]] | |
{{{autor}}} - Error: fecha y hora no válidas. | |
Autor/es | {{{autor}}} |
Tipo | {{{tipo}}} |
Sistema de Autoría | {{{sistema_autoria}}} |
Sistemas disponibles | {{{sistemas_disponibles}}} |
Idiomas | {{{idiomas}}} |
Género | {{{genero}}} |
<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" }, "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": [ "Libro 1", "Libro 2", "Libro 3" ]
}, "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>