Diferencia entre revisiones de «Plantilla:Version history box»

De Inkipedia
m (1 revisión importada desde en:Template:Version_history_box: Caja de versiones)
Sin resumen de edición
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}}.
Esta plantilla es usada para crear una tabla con cambios en versiones pasadas, usar también {{t|version history item}}.
{| class="wikitable"
{| class="wikitable"
|-
|-

Revisión del 00:33 10 may 2022

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 The game that the version belongs to. Must be one of the following:
  • S for Splatoon
  • S2 for Splatoon 2
content Unnamed Required The content that goes in the box. Should be {{version history item}}.

Example

Markup:

{{version history box|S|
{{version history item|S|base|
* This is a note.
}}
{{version history item|S|2.0.0|
* {{nerf|Base damage per hit|30|20}}
* {{buff|Ink consumption per shot|8.0|7.0}}
* '''{{color|–|gray}}''' This is a note.
* This is a note.
}}}}

Output:

Versión Cambios
Juego Base
  • This is a note.
2.0.0
  • Base damage per hit: 30 → 20
  • Ink consumption per shot: 8.0 → 7.0
  • This is a note.
  • This is a note.