Diferencia entre revisiones de «Plantilla:Version history box»

De Inkipedia
(Created template.)
 
m (Añadida la plantilla Traducir)
 
(No se muestran 4 ediciones intermedias de 2 usuarios)
Línea 1: Línea 1:
<includeonly>{| class="wikitable sitecolor-{{#switch:{{{1}}}|S=s|S2=s2|generic}}"
<includeonly>{| class="wikitable sitecolor-{{#switch:{{{1}}}|S=s|S2=s2|generic}}"
! Version !! Adjustments
! Versión !! Cambios
{{{2}}}
{{{2}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
This template creates a box for displaying version history notes. Intended to be used with {{t|version history item}}.
{{Traducir}}
Esta plantilla es usada para crear una tabla con cambios en versiones pasadas, usar también {{t|version history item}}.
{| class="wikitable"
{| class="wikitable"
|-
|-
Línea 14: Línea 15:
| Unnamed
| Unnamed
| Required  
| Required  
| The game that the version belongs to. Must be one of the following:
| El juego al que pertenece la versión. Debe ser uno de los siguientes:
*<code>S</code> for Splatoon
*<code>S</code> para Splatoon
*<code>S2</code> for Splatoon 2
*<code>S2</code> para Splatoon 2
|-
|-
! content
! content
| Unnamed
| Unnamed
| Required
| Required
| The content that goes in the box. Should be {{t|version history item}}.
| El contenido que va en una tabla. Debe ser {{t|version history item}}.
|}
|}


== Example ==
== Ejemplo ==
Markup:
Markup:
  <nowiki>{{version history box|S|
  <nowiki>{{version history box|S|
{{version history item|S|base|
{{version history item|S|base|
* This is a note.
* Esto es una nota.
}}
}}
{{version history item|S|2.0.0|
{{Historial de versiones|S|2.0.0|
* {{nerf|Base damage per hit|30|20}}
* {{nerf|Daño base por golpe|30|20}}
* {{buff|Ink consumption per shot|8.0|7.0}}
* {{buff|Consumo de tinta por disparo|8.0|7.0}}
* '''{{color|–|gray}}''' This is a note.
* '''{{color|–|gray}}''' Esto es una nota.
* This is a note.
* Esto es una nota.
}}}}</nowiki>
}}}}</nowiki>


Línea 40: Línea 41:
{{version history box|S|
{{version history box|S|
{{version history item|S|base|
{{version history item|S|base|
* This is a note.
* Esto es una nota.
}}
}}
{{version history item|S|2.0.0|
{{version history item|S|2.0.0|
* {{nerf|Base damage per hit|30|20}}
* {{nerf|Daño base por golpe|30|20}}
* {{buff|Ink consumption per shot|8.0|7.0}}
* {{buff|Consumo de tinta por disparo|8.0|7.0}}
* '''{{color|–|gray}}''' This is a note.
* '''{{color|–|gray}}''' Esto es una nota.
* This is a note.
* Esto es una nota.
}}}}
}}}}
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revisión actual - 16:57 19 ago 2022

FlagUnited Kingdom.svg
Necesita traducir la información
La siguiente página necesita traducirse al español.
Demuestra tu compromiso con la wiki traduciendo la página.

Esta plantilla es usada para crear una tabla con cambios en versiones pasadas, usar también {{version history item}}.

Parameter Type Status Description
game Unnamed Required El juego al que pertenece la versión. Debe ser uno de los siguientes:
  • S para Splatoon
  • S2 para Splatoon 2
content Unnamed Required El contenido que va en una tabla. Debe ser {{version history item}}.

Ejemplo

Markup:

{{version history box|S|
{{version history item|S|base|
* Esto es una nota.
}}
{{Historial de versiones|S|2.0.0|
* {{nerf|Daño base por golpe|30|20}}
* {{buff|Consumo de tinta por disparo|8.0|7.0}}
* '''{{color|–|gray}}''' Esto es una nota.
* Esto es una nota.
}}}}

Output:

Versión Cambios
Juego Base
  • Esto es una nota.
2.0.0
  • Daño base por golpe: 30 → 20
  • Consumo de tinta por disparo: 8.0 → 7.0
  • Esto es una nota.
  • Esto es una nota.