Diferencia entre revisiones de «Formulario:Juegos»
De WikiCAAD
Línea 11: | Línea 11: | ||
{| class="formtable" | {| class="formtable" | ||
! Titulo: | ! Titulo: | ||
| {{{field|Titulo|input type=text}}} | | {{{field|Titulo|input type=text|id=campo-titulo}}} | ||
|- | |- | ||
! Imagen: | ! Imagen: | ||
Línea 17: | Línea 17: | ||
|- | |- | ||
! Autor: | ! Autor: | ||
| {{{field|autor|input type=tokens|values from category=Autores|template=Plantilla:Autor}}} | | {{{field|autor|input type=tokens|values from category=Autores|template=Plantilla:Autor|id=campo-autor}}} | ||
|- | |- | ||
! Compañía: | ! Compañía: | ||
Línea 23: | Línea 23: | ||
|- | |- | ||
! Año: | ! Año: | ||
| {{{field|year|input type=integer}}} | | {{{field|year|input type=integer|id=campo-year}}} | ||
|- | |- | ||
! Fecha publicación: | ! Fecha publicación: | ||
Línea 32: | Línea 32: | ||
|- | |- | ||
! Sistemas de autoría: | ! Sistemas de autoría: | ||
| {{{field|sistema_autoria|input type=radiobutton|input type=tokens|values from category=Herramientas de desarrollo}}} | | {{{field|sistema_autoria|input type=radiobutton|input type=tokens|values from category=Herramientas de desarrollo|id=campo-herramienta}}} | ||
|- | |- | ||
! Plataformas: | ! Plataformas: | ||
| {{{field|sistemas_disponibles|input type=tokens|values from category=Plataformas}}} | | {{{field|sistemas_disponibles|input type=tokens|values from category=Plataformas|id=campo-plataformas}}} | ||
|- | |- | ||
! Idiomas: | ! Idiomas: | ||
Línea 59: | Línea 59: | ||
'''Texto libre:''' | '''Texto libre:''' | ||
{{{standard input|free text|rows=30|default= | {{{standard input|free text|rows=30|default= | ||
'''La Estrella de la Mañana - Remake''' es una [[aventura de texto]] realizada en 2023 por [[Daniel Revenga]] para [[ZX Spectrum 128K]] empleando el [[DAAD]]. | |||
=== Sinopsis === | |||
Sumérgete en un misterioso mundo lleno de enigmas y peligros, donde el destino del universo está en tus manos. Acompaña a Gauvain en su búsqueda para desentrañar el poder del antiguo tríptico y detener el avance de la inexistencia. | |||
==== Historia y desarrollo ==== | |||
Se trata de un remake de la aventura publicada originalmente "La Estrella de la Mañana" en 2017. | |||
==== Enlaces de descarga ==== | |||
* [https://dareint.itch.io/la-estrella-de-la-maana-remake Página del juego] | |||
[[Categoría:Anuario 2023]] | |||
|id=campo-texto-libre}}} | |||
<script> | |||
function actualizarTextoLibre() { | |||
var titulo = document.getElementById('campo-titulo').value; | |||
var year = document.getElementById('campo-year').value; | |||
var autor = document.getElementById('campo-autor').value; | |||
var plataformas = document.getElementById('campo-plataformas').value; | |||
var herramienta = document.getElementById('campo-herramienta').value; | |||
var tipo = document.getElementById('campo-tipo').value; | |||
var texto = `'''${titulo}''' es una [[${tipo}]] realizada en ${year} por [[${autor}]] para [[${plataformas}]] empleando el [[${herramienta}]].`; | |||
document.getElementById('campo-texto-libre').value = texto; | |||
} | |||
// Llama a la función cuando el formulario cambie | |||
document.getElementById('campo-titulo').addEventListener('input', actualizarTextoLibre); | |||
document.getElementById('campo-year').addEventListener('input', actualizarTextoLibre); | |||
document.getElementById('campo-autor').addEventListener('input', actualizarTextoLibre); | |||
document.getElementById('campo-plataformas').addEventListener('input', actualizarTextoLibre); | |||
document.getElementById('campo-herramienta').addEventListener('input', actualizarTextoLibre); | |||
</script> | |||
</includeonly> | </includeonly> |
Revisión del 08:10 22 ago 2024
Este es el formulario "Juegos". Para crear una página con este formulario, escribe el nombre de la página a continuación; si ya existe una página con ese nombre, serás dirigido a un formulario para editar esa página.