Шаблон:Release table row

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

Description

{{Release table row
| name = 
| date = 
| description =
| category = 
| story = 
| features = 
| icons = 
| date-color = 
| release-color = 
| file = 
}}

Use with {{Release table header}} and the following frame:

{{Release table header|Header title}}
{{Release table row| … }}
{{Release table row| … }}
|}

Parameters

name
Name of the release page.
label
Optional. The text to appear on the link to the release page. (Defaults to the canonical name of the release.)
date
Date of launch. If written in the "yyyy-mm-dd" format, it displays the date in the "Month day, year" format and links to the corresponding update by default (if it's not in the future).
category
The type of the release, displayed at the top of the features section. The values story, special event and expansion also change the left border color to help distinguish between the main release types.
story
Story steps for this release. Each step is on a separate line. If you need to display different text than the page name use the format: page name{{!}}link text
features
The feature section in regular wikicode.
icons
The icon links to achievement pages. Each icon is on a separate line and has the format: page name;icon name (without the File: prefix).
recent
If set to y, the #recent anchor will point to this release.
date-color
release-color
The font colors of the date and release links respectively. (Typically only the "date-color" value will be changed, and the "release-color" will be left as "white")
file
The name of the background image if it doesn't match the typical naming convention of File:<release name> backdrop.jpg. If the value is none, no image will be displayed.
link-to-update
Optional. If set to n, stops the date linking to the corresponding Game updates page. If set to a date in the "yyyy-mm-dd" format, the link will lead to that update page instead.
description
Optional. Short description of the release. (Appears when hovering over parts of the row that don't contain links.)
scale
Optional. The scale of the background image - typically left empty, but could scale larger image to fit using this parameter.
flip
Optional. If set to y, the background image will be flipped horizontally.
left
top
Optional. Parameters to position the background image within the 206 by 60px background frame.
height
Optional. Can be used to make a taller link tile. Defaults to 60px, should not be made smaller.
label-margin
Optional. Changes the right margin of the release name in the background frame. Defaults to 60px.
icons-margin
Optional. Changes the left margin of the icons, occasionally useful to match story chapter row count across browsers. Defaults to 0px.

Example

Основная статья: Release
{{Release table header|Season 1}}
{{Release table row
| name = Release
| date = 2012-10-22
| icons = Tyria (achievements);Tyria (achievements).png
          Living World;Special event (map icon).png
| description = This is the description section. Usually it's the same description as the one on the official site.
| features =
* This is the feature section.
* Usually it's a bullet point list of the most important features in the release.
}}
|}