Шаблон:Version history table row — различия между версиями

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск
Строка 1: Строка 1:
<includeonly>|- {{#ifeq:{{{r|}}}|beta|class="gray"}}  
+
<includeonly>|- class="{{{class|}}} {{#ifeq:{{{r|}}}|beta|gray}}"
 
| [[{{#switch:{{{1|}}}|release=Guild Wars 2|Game updates/{{{1|}}}}}{{#if:{{{2|}}}|&#35;{{#switch:{{lc:{{#explode:{{{2}}}| |0}}}}
 
| [[{{#switch:{{{1|}}}|release=Guild Wars 2|Game updates/{{{1|}}}}}{{#if:{{{2|}}}|&#35;{{#switch:{{lc:{{#explode:{{{2}}}| |0}}}}
 
     | profession = Умения
 
     | profession = Умения
Строка 21: Строка 21:
 
This is a template created for the [[Guild Wars 2 Wiki:Projects/Skill Version History|Skill Version History project]].
 
This is a template created for the [[Guild Wars 2 Wiki:Projects/Skill Version History|Skill Version History project]].
  
 +
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
; Unnamed parameter 1
+
;Unnamed parameter 1
 
: Required. Game update date (in yyyy-mm-dd format, or 'release' for the release of the game).  
 
: Required. Game update date (in yyyy-mm-dd format, or 'release' for the release of the game).  
; Unnamed parameter 2
+
;Unnamed parameter 2
 
: Optional. Section header.
 
: Optional. Section header.
; r
+
;r
 
: Optional. Set to 'y' to automatically add <code><nowiki>* {{PAGENAME}} has been added to the game.</nowiki></code>. Set to 'beta' to <code><nowiki>* {{PAGENAME}} has been available during the beta event.</nowiki></code>
 
: Optional. Set to 'y' to automatically add <code><nowiki>* {{PAGENAME}} has been added to the game.</nowiki></code>. Set to 'beta' to <code><nowiki>* {{PAGENAME}} has been available during the beta event.</nowiki></code>
; name
+
;name
 
: Optional. Sets the specified name instead of <code><nowiki>{{PAGENAME}}</nowiki></code> when used with parameter r.
 
: Optional. Sets the specified name instead of <code><nowiki>{{PAGENAME}}</nowiki></code> when used with parameter r.
; replaced
+
;replaced
 
: Optional. When used with parameter r, adds a link to ''replaced''.
 
: Optional. When used with parameter r, adds a link to ''replaced''.
 +
;class
 +
: Optional. Table row CSS class.
  
== Example usage ==
+
=== Examples ===
 
;Chaos Storm
 
;Chaos Storm
 
<pre>{{Version history table header|mesmer}}
 
<pre>{{Version history table header|mesmer}}
Строка 44: Строка 47:
 
{{Version history table row|release|r=y|name=Chaos Storm}}
 
{{Version history table row|release|r=y|name=Chaos Storm}}
 
|}</pre>
 
|}</pre>
 
Result:
 
 
 
{{Version history table header|mesmer}}
 
{{Version history table header|mesmer}}
 
{{Version history table row|2015-06-23|Skills 4}}
 
{{Version history table row|2015-06-23|Skills 4}}
Строка 65: Строка 65:
 
|}
 
|}
 
</pre>
 
</pre>
Result:
 
 
{{Version history table header|revenant}}
 
{{Version history table header|revenant}}
 
{{Version history table row|2018-02-08|Revenant}}
 
{{Version history table row|2018-02-08|Revenant}}
Строка 73: Строка 72:
  
 
== See also ==
 
== See also ==
*{{tl|Version history table header}}
+
* {{tl|Version history table header}}
 
[[Category:Table formatting templates]]</noinclude>
 
[[Category:Table formatting templates]]</noinclude>

Версия 05:34, 3 декабря 2021

Description

This is a template created for the Skill Version History project.

Usage

Parameters

Unnamed parameter 1
Required. Game update date (in yyyy-mm-dd format, or 'release' for the release of the game).
Unnamed parameter 2
Optional. Section header.
r
Optional. Set to 'y' to automatically add * {{PAGENAME}} has been added to the game.. Set to 'beta' to * {{PAGENAME}} has been available during the beta event.
name
Optional. Sets the specified name instead of {{PAGENAME}} when used with parameter r.
replaced
Optional. When used with parameter r, adds a link to replaced.
class
Optional. Table row CSS class.

Examples

Chaos Storm
{{Version history table header|mesmer}}
{{Version history table row|2015-06-23|Skills 4}}
* Increased poison duration from 2 seconds to 4 seconds.
{{Version history table row|2014-01-21|Mesmer}}
* Fixed a bug that caused this skill to stun enemies whether or not it dazed them when traited with Confounding Suggestions.
{{Version history table row|2012-10-07|Mesmer}}
* Increased recharge to 35 seconds.
{{Version history table row|release|r=y|name=Chaos Storm}}
|}

Более детальную историю изменений умения смотрите здесь.

Патч Изменения
23 июня 2015 Выход специализаций:
  • Increased poison duration from 2 seconds to 4 seconds.
21 января 2014
  • Fixed a bug that caused this skill to stun enemies whether or not it dazed them when traited with Confounding Suggestions.
7 октября 2012
  • Increased recharge to 35 seconds.
28 августа 2012 Выход Guild Wars 2:
Brutality
{{Version history table header|revenant}}
{{Version history table row|2018-02-08|Revenant}}
* Added a 1-second internal cooldown per target to this trait.
{{Version history table row|2018-02-06|Revenant|r=y|name=Brutality|replaced=Dismantle Fortifications}}
|}

Более детальную историю изменений умения смотрите здесь.

Патч Изменения
8 февраля 2018
  • Added a 1-second internal cooldown per target to this trait.
6 февраля 2018

See also