|
|
Línea 1: |
Línea 1: |
| <div class="responsive-table"> | | <noinclude> |
| {| class="infobox info-ficha" cellpadding="2" cellspacing="2" align="right" width="20%"
| | 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. |
| | |
| | {{#forminput:form=Juegos}} |
| | |
| | </noinclude><includeonly> |
| | <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> |
| | {{{for template|Ficha de videojuego|label=Juegos}}} |
| | {| class="formtable" |
| | ! Titulo: |
| | | {{{field|Titulo|input type=text}}} |
| |- | | |- |
| | colspan="2" style="background-color: #4600B4; color: #ffffff; font-size: 1.3em!important; text-align: center;" | '''''{{PAGENAME}}'''''<br>{{{titulo|}}}
| | ! Imagen: |
| | | {{{field|imagen|input type=text|uploadable}}} |
| |- | | |- |
| | colspan="2" style="text-align: center;" | | | ! Autor: |
| <div id="contenedor_miniatura">
| | | {{#vardefine: autores | {{autor}} }} {{#vardefinearray: autores_links }} {{#arraydefine: autores | , | [[%PAGE%|$1]] }} {{#arraymaptemplate: autores | autores_links | %PAGE% = $1 }} {{#arrayprint: autores_links |, | }} |
| [[File:{{{imagen|Caratula-no-disponible.jpg}}}|class=grande]]
| |
| [[File:{{{imagen|Caratula-no-disponible.jpg}}}|class=pequeña]]
| |
| </div>
| |
| |- | | |- |
| | colspan="2" style="text-align: center;" |
| | ! Compañía: |
| {{{autor}}} {{#if:{{{fecha|}}}|- {{#time:Y|{{{fecha}}}}}}} | | | {{{field|empresa|input type=text with autocomplete |values from category=Compañías}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Autor/es
| | ! Fecha: |
| | {{Autores|{{{autor}}}}} | | | {{{field|fecha|input type=datepicker}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Compañía
| | ! Tipo: |
| | [[{{{empresa|}}}]] | | | {{{field|tipo|input type=listbox|default=Aventura de texto|values from category=Tipos de Aventuras}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Tipo
| | ! Sistemas de autoría: |
| | [[{{{tipo|}}}]] | | | {{{field|sistema_autoria|input type=radiobutton|values from category=Herramientas desarrollo}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Fecha de lanzamiento
| | ! Plataformas: |
| | {{#if:{{{fecha|}}}| {{#time:d/m/Y|{{{fecha}}}}}}} | | | {{{field|sistemas_disponibles|input type=tokens|values from category=Plataformas}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Sistema de autoría
| | ! Idiomas: |
| | [[{{{sistema_autoria|}}}]] | | | {{{field|idiomas|input type=checkboxes|values=Español, Inglés, Francés, Alemán, Portugués, Italiano, Catalán, Gallego, Euskera}}} |
| |-
| |
| | 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: |
| | {{{genero|}}} | | | {{{field|genero|input type=tokens|values from category=Generos}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Contacto
| | ! Contacto: |
| | {{{contacto|}}} | | | {{{field|contacto|input type=url}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Web
| | ! Web: |
| | {{{web|}}} | | | {{{field|web|input type=url}}} |
| |- | | |- |
| | style="background-color: #4682B4; color: #ffffff;" | Descarga
| | ! Descarga: |
| | {{{descarga|}}} | | | {{{field|descarga|input type=url}}} |
| |} | | |} |
| | {{{end template}}} |
|
| |
|
| [[Especial:FormEdit/Juegos/{{PAGENAME}}|Editar Ficha]]
| | '''Texto libre:''' |
| </div>
| |
| | |
|
| |
|
| | | {{{standard input|free text|rows=30}}} |
| [[Categoría:Juegos]]
| | </includeonly> |
| [[Categoría:Ficha de videojuego]]
| |
| <noinclude>
| |
| <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> | |
| [[Categoría:Plantilla]]
| |
| </noinclude>
| |
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.