Diferencia entre revisiones de «Plantilla:Ficha de videojuego»

De WikiCAAD
 
(No se muestran 132 ediciones intermedias de 2 usuarios)
Línea 1: Línea 1:
<div class="responsive-table">
<noinclude>
{| class="infobox info-ficha" cellpadding="2" cellspacing="2" align="right" width="240"
</noinclude>
|-
<!----><templatestyles src="Template:Infobox/styles.css" />
| colspan="2" style="background-color: #4600B4; color: #ffffff; text-align: center;" | '''''{{PAGENAME}}'''''<br>{{{titulo}}}
<!----><templatestyles src="Template:Skin/styles.css" />
|-
<!----><templatestyles src="Template:Extension/status.css" />
| colspan="2" style="text-align: center;" |
<!---->
[[File:{{{imagen}}}|200px|alt={{{Nombre}}}|center]]
<includeonly>
|-
<div class="infobox infobox-juego">
| colspan="2" style="text-align: center;" |
  <div class="infobox-title" style="text-align: center; font-size: 1.2em;">{{PAGENAME}}</div>
{{{autor}}} - {{#time:Y|{{{fecha}}}}}
  {{#if:{{{imagen|}}}|<div class="infobox-image">[[Image:{{{imagen}}}|{{{imagesize|220}}}px]]</div>}}
|-
  <div class="infobox-table">
| style="background-color: #4682B4; color: #ffffff;" | Autor/es
    <table>
| {{{autor}}}
      {{#if:{{{autor|}}}|<tr class="infobox-row"><td><b>Autor/es:</b></td><td>
|-
        {{#arraymap: {{{autor|}}} |, |x|
| style="background-color: #4682B4; color: #ffffff;" | Tipo
          {{#if: {{#titleparts:x|1}} | <!-- Si la primera parte del token no está vacía -->
| {{{tipo}}}
            [[{{#titleparts:x|1}}]]{{#ifeq:{{#titleparts:x|2}}| | |}}
|-
          }}
| style="background-color: #4682B4; color: #ffffff;" | Sistema de Autoría
        }}</td></tr>}}
| {{{sistema_autoria}}}
      {{#if:{{{empresa|}}}|<tr class="infobox-row"><td><b>Compañía:</b></td><td>{{{empresa}}}</td></tr>}}
|-
      {{#if:{{{tipo|}}}|<tr class="infobox-row"><td><b>Tipo de juego:</b></td><td>{{{tipo}}}</td></tr>}}
| style="background-color: #4682B4; color: #ffffff;" | Sistemas disponibles
      {{#if:{{{fecha|}}}|<tr class="infobox-row"><td><b>Fecha:</b></td><td>{{{fecha}}}</td></tr>|
| {{{sistemas_disponibles}}}
        {{#if:{{{year|}}}|<tr class="infobox-row"><td><b>Año:</b></td><td>{{{year}}}</td></tr>}}
|-
      }}
| style="background-color: #4682B4; color: #ffffff;" | Idiomas
      {{#if:{{{sistema_autoria|}}}|<tr class="infobox-row"><td><b>Sistema:</b></td><td>{{{sistema_autoria}}}</td></tr>}}
| {{{idiomas}}}
      {{#if:{{{sistemas_disponibles|}}}|<tr class="infobox-row"><td><b>Plataformas:</b></td><td>{{#invoke:String|split|{{{sistemas_disponibles}}}|,}}</td></tr>}}
|-
      {{#if:{{{idiomas|}}}|<tr class="infobox-row"><td><b>Idiomas:</b></td><td>{{#invoke:String|split|{{{idiomas}}}|,}}</td></tr>}}
| style="background-color: #4682B4; color: #ffffff;" | Género
      {{#if:{{{genero|}}}|<tr class="infobox-row"><td><b>Ambientación:</b></td><td>{{#invoke:String|split|{{{genero}}}|,}}</td></tr>}}
| {{{genero}}}
      <td colspan="2" style="text-align:center">
|}
<!--  -->{{#if:{{{contacto|}}}|[[Image:arroba.png|40px|link={{{contacto}}}]]}}
<!--  -->{{#if:{{{descarga|}}}|[[Image:Disco.png|40px|link={{{descarga}}}]]}}
<!--  -->{{#if:{{{web|}}}|[[Image:Web.png|40px|link={{{web}}}]]}}
      </td>
    </table>
  </div>
</div>
</div>
 
{{#if: {{{year|}}}
| [[Categoría:Anuario {{{year}}}]]
| [[Categoría:Anuario {{#time:Y|{{{fecha}}}}}]]
}}
{{#if: {{{sistema_autoria|}}}
| [[Categoría:Aventuras realizadas con {{{sistema_autoria}}}]]
}}
[[Categoría:Juegos]]
[[Categoría:Juegos]]
[[Categoría:Ficha de videojuego]]
</includeonly>
<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"
},
"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>
</noinclude>

Revisión actual - 07:11 7 jul 2025