Guild Wars 2: Heart of Thorns content
Guild Wars 2: Path of Fire content
Guild Wars 2: End of Dragons content

Decoration/Guild hall/Monuments

From GW2 Wiki English Mirror
Jump to navigationJump to search
Monument Edit Box

Monuments are decorations for personalizing your guild hall. Some monument decorations allow players to add a custom inscription. When placing, players are be prompted to enter the inscription, which can be up to 140 characters in length. Once placed, the inscription can be read by interacting with the monument. To change an inscription, the monument must be removed and replaced. Guilds can only have a total of 50 monuments with the custom message placed in their guild hall at one time.

List of monument decorations

Gallery

Acquisition

Recipes

No recipes found that match the constraints of the query.

Vendors

In order to purchase monuments a guild will need to have the Guild Hall Monument Decorations upgrade from the Guild Market. No vendors found based on constraints.

Styling

Inscriptions support basic HTML like tags that can be used to apply different styles to the text displayed. These tags do count to the 140 character limit so they can only be used a limited amount.

Colors

Colors can be applied using the <c> tag. You can either use a predefined color or define one yourself by using a 6 character HEX color code.

User defined colors:

  • <c=#ff0000>Red</c>
  • <c=#ffa500>Orange</c>
  • <c=#fafe36>Yellow</c>
  • <c=#79c314>Green</c>
  • <c=#487de7>Blue</c>
  • <c=#4b369d>Indigo</c>
  • <c=#70369d>Violet</c>

Predefined colors:

  • <c=@Task>Task</c>
  • <c=@AbilityType>Ability Type</c>
  • <c=@Flavor>Flavor</c>
  • <c=@Reminder>Reminder</c>
  • <c=@Warning>Warning</c>

Underline

Text can be underlined by using the <a> tag which is typically reserved for links. By default it will have a light blue color but can be changed by adding the color attribute.

  • <a>Blue underlined text</a>
  • <a color=#ffffff>White underlined text</a>
  • <a color=@Warning>Red (default warning color) underlined text</a>
  • <a hoverColor=#ff0000>Blue underlined text, will change to red when you mouse over it</a>

Line breaks

The <brx> tag allows you to add a one and a half line break and are best suited for headers and paragraphs. The new line should be written directly after the tag, applying a regular line break between the tag and the new line will remove the tag.

  • Header line<brx>Second line

Special characters

There are two special characters that can be inserted to your text using the <ins> tag.

  • <ins=ellipsis>
  • <ins=emdash>