Guild Wars 2 wiki:Armor gallery formatting

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

Files

File names follow the format: File:Skin armor weight race gender angle.jpg. Asura and charr need only one gender ("both") because female and male armor appearances are identical. For example,

  • File:Ascalonian Catacombs armor light human female front.jpg
  • File:Temple armor heavy asura both back.jpg

note: if the armor can only be worn by one armor class (e.g. only scholars), then omit the "weight" part.

Images should be cropped to show only the character.

Skin pages

A page is made for each skin, e.g. Ascalonian Catacombs armor, Temple armor. This contains a link to the galleries using {{armor gallery overview}} and lists acquisition. If the skin is used for only one set, e.g. AC armor, the attributes are also documented there. If the skin is used for more than one set, e.g. Temple armor, <something something we'll see>.

Basic layout

<!-- introductory text -->

{{armor gallery overview}}
{| {{STDT|equip}}
! Acquisition

<!--- format table as necessary --->

|}

== Attributes ==

Gallery subpages

Galleries are put into subpages of the skin page, based on the armor weight. For example:

Code for a new gallery

{{TOCright}}

== Asura ==
{{armor gallery 
| race = asura 
| gender = both
}}

== Charr ==
{{armor gallery 
| race = charr
| gender = both
}}

== Human ==
=== Human female ===
{{armor gallery 
| race = human
| gender = female
}}

=== Human male ===
{{armor gallery 
| race = human 
| gender = male 
}}

== Norn ==
=== Norn female ===
{{armor gallery 
| race = norn
| gender = female
}}

=== Norn male ===
{{armor gallery 
| race = norn
| gender = male
}}

== Sylvari ==
=== Sylvari female ===
{{armor gallery 
| race = sylvari
| gender = female
}}

=== Sylvari male ===
{{armor gallery 
| race = sylvari
| gender = male
}}

[[Category:{{subst:BASEPAGENAME}}|*]]
[[Category:{{subst:SUBPAGENAME}} armor galleries]]

See also