Template:Bounty infobox

From Guild Wars Wiki
Jump to navigationJump to search
Bounty infobox
File:Bounty infobox.jpg
Species N/A
Sunspear
Lightbringer


Usage[edit]

Typical usage:

{{Bounty infobox
| species = Type of monsters that have to be slain
| species2 = If there is a second monster-type that can be slain put it in here
| sun_reg1..5 = Name of a region where sunspear points can be obtained with this bounty
| sun_reg1..5_text = Sunspear points that are awarded in this region. Hardmode in parentheses. For example: 4 (8/150)
| light_reg1..5 = Name of a region where lightbringer points can be obtained with this bounty
| light_reg1..5_text = Lightbringer points that are awarded in this region. Hardmode in parentheses. Example: 2 (4/100)
}}

Parameters[edit]

species
Optional but should not be omitted. Type of creatures that can to be slain to gain points. For a list of all species see the species list.
species2
Optional. If there is a second creature-type that can be slain put it in here. An example would be the "Torment creatures" when you obtain Monster Hunt in the realm of torment.
sunspear
Optional. Can be omitted unless no bounty of this type provides sunspear points, than it has to be n.
lightbringer
Optional. Can be omitted unless no bounty of this type provides lightbringer points, than it has to be n.
sun_reg1..5
A maxium of 5 regions where sunspear points can be obtained.
sun_reg1..5_text
Number of sunspear points per slain monster in that region. Hardmode in parentheses (including points for a slain boss). Example: sun_reg1_text = 6 (8/150)
light_reg1..5
A maxium of 5 regions where lightbringer points can be obtained.
light_reg1..5_text
Number of lightbringer points per slain monster in that region. Hardmode in parentheses (including points for a slain boss). Example: light_reg1_text = 2 (4/100)

Notes[edit]

  • Take note of the image use policy before uploading any bounty icon image
  • This template is designed so that you CAN provide incomplete information about a region although you shouldn't

Examples[edit]

Via Monster Hunt you are able to obtain both sunspear and lightbringer points. So let's say you know about the number of sunspear points in Turai's Procession (4 in both normal and hard mode; 100 for a boss) and you know that you can obtain 2 lightbringer points in the nightfallen Jahai (6 in hardmode; 150 for a bossmonster). You look up the region of those two areas and find out: Turai's Procession belongs to Kourna and the nightfallen Jahai belongs to the realm of torment. So your template would look like this:

{{Bounty infobox
| species = Great Beast
| species2 = Torment Creature
| sun_reg1 = Kourna
| sun_reg1_text = 4 (4/100)
| light_reg1 = Realm of Torment
| light_reg1_text = 2 (6/150)
}}

Now let's say there was no region in the entire game where you could get the Monster Hunt-Bounty and obtain lightbringer points with it. In this case your code would look something like this:

{{Bounty infobox
| species = Great Beast
| lightbringer = n
| sun_reg1 = Kourna
| sun_reg1_text = 4 (4/100)
}}

Of course you can still add more regions and their related sunspear points. If you would add some lightbringer points they wouldn't be shown, since you told the template that no region in the game offers lightbringer points.

Formatting guide[edit]

For further information on how to design bounty-pages please check the Bounties formatting guide