Diferencia entre revisiones de «Plantilla:Ficha de videojuego»

De WikiCAAD
Tranqui69
Tranqui69 (discusión | contribs.) (Página creada con «{| class="infobox Personaje" cellpadding="2" cellspacing="2" align="right" width="240" style="font-family: verdana, sans-serif; font-size: 10px; border: 1px solid #4682B4; background-color: none; margin: 0 0 1em 1em;" |- | colspan="2" style="background-color: #4600B4; color: #ffffff; text-align: center;" | '''''{{{titulo}}}''''' |- | colspan="2" style="text-align: center;" | [[File:{{{imagen}}}|200px|alt={{{Nombre}}}|center]] |- | colspan="2" style="text-align: cente…»)
 
Línea 31: Línea 31:
<templatedata>
<templatedata>
{
{
"description": "Una plantilla para vincular una categoría de Commons sobre un artículo",
"description": "Una plantilla para introducir la ficha técnica de un videojuego",
"params": {
"params": {
"titulo": {
"titulo": {

Revisión del 19:31 18 may 2023

{{{titulo}}}

[[File:{{{imagen}}}|200px|alt={{{Nombre}}}|center]]

{{{autor}}} - {{{fecha}}}

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 introducir la ficha técnica de un videojuego", "params": { "titulo": { "label": "Titulo", "type": "string", "required": true, "suggested": false, "deprecated": false, "description": "Titulo del juego" }, "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>