Шаблон:Dye chart

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

Usage[править]

The following parameters must be filled out when using this table:

name = Name of dye set
total = Number of colors in set
list = Names of colors
colors = One {{dye color}} template for each color

When inputting name of colors, be sure to put a carriage return (<br />) after every tenth color.

The following template must be used for each individual color table after the colors parameter:

{{dye color}}:

color = Hex code of color (without #)
title = Name of individual color


Example[править]

{{dye chart
|name=Example Colors
|total=2
|list=Autumn, Honey
|colors=
{{dye color|color=581101|title=Autumn}}
{{dye color|color=E8892B|title=Honey}}
}}