Template:Collection table row

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description[edit]

Achievement collection table row that not necessarily needs to match the in-game order but any other logical order. Used together with {{Collection table header}}. Sets the category Pages with collection table rows where achievement bit ids are missing for pages that are missing the achievement bit id which happens when the collectible doesn't match the defined collectible in the parameter "collection" from the template Achievement table row.

Usage[edit]

{{Collection table header}}
{{Collection table row|<item name>}}
{{Collection table row|<item name>|<optional collection item acquisition text>}}
{{Collection table row|<item name>|hint=<optional hint text>|notes=<optional notes text>}}
|}

Parameters[edit]

1 (unnamed parameter)
Required. The name of the item's page in the wiki.
2 (unnamed parameter)
Optional. Collection item acquisition notes. If not set, the two parameters hint and notes are shown instead.
hint
Optional. If unnamed parameter 2 is not set, displays italic hint text, defaults to the hint set in according collection item infobox.
notes
Optional. If unnamed parameter 2 is not set, displays additional notes below the parameter hint.
map
Optional. Map screenshot, defaults to "<unnamed parameter 1> map.jpg". Can be set to "none" to disable the image. Requires to set "map = true" in {{collection table header}}.
map size
Optional. Map image size, defaults to 150px.
location
Optional. Location screenshot, defaults to "<unnamed parameter 1> location.jpg". Can be set to "none" to disable the image. Requires to set "location = true" in {{collection table header}}.
location size
Optional. Location image size, defaults to 150px.
col1 ... col3
Optional. Additional custom columns that allow any content, e.g. "Zone", "Nearest waypoint", "Enemies", etc... Set col1 ... col3 in {{collection table header}} to the column title to activate this column.
icon
Optional. The icon for the collection element. Set the parameter large in the collection table header to double the icon size.
class
Optional. This parameter allows a css class to be applied to the row, e.g. "line-top".
indent
Optional. Indents the current line, and provides an arrow pointing to the previous line's icon. Value should be greater than or equal to 1, e.g. 1, 2, 3 ...

Example[edit]

Set unnamed parameter 2
  • Using unnamed parameter 2 takes the whole "Notes" column.
{{collection table header}}
{{collection table row|Eir's Advice|Find [[Eir Stegalkin|Eir's]] notes on sculpting inside her home at [[Stonewright's Steading]] in [[Hoelbrak]].}}
|}

Collectible Type Subtype Notes
Set hint and notes
  • Using the parameters hint and notes separated the "Notes" column into a "Hint" and additional notes part.
{{collection table header}}
{{collection table row|Eir's Advice|hint=Find [[Eir Stegalkin|Eir's]] notes on sculpting inside her home at [[Stonewright's Steading]] in [[Hoelbrak]].|notes=Interact with a [[Scroll Case]] within [[Stonewright's Steading]], south of the {{waypoint|Eastern Watchpost Waypoint}}.}}
|}

Collectible Type Subtype Notes
Automatically obtain hint
  • Leaving unnamed parameter 2 as well as the parameters hint and notes empty will ask for the hint stored on the item page.
{{collection table header}}
{{collection table row|Eir's Advice}}
|}

Collectible Type Subtype Notes
Automatically obtain hint and set additional notes
  • Leaving the parameter hint empty but setting the parameter notes will ask for the hint stored on the item page and set the specified additional notes.
{{collection table header}}
{{collection table row|Eir's Advice|notes=Interact with a [[Scroll Case]] within [[Stonewright's Steading]], south of the {{waypoint|Eastern Watchpost Waypoint}}.}}
|}

Collectible Type Subtype Notes
Use extra custom columns
  • Extra columns to add custom content, actived by setting the parameters col1..col3 in the header.
{{collection table header|col1=Zone|col2=Nearest waypoint}}
{{collection table row|Eir's Advice|col1=[[Hoelbrak]]|col2={{waypoint|Eastern Watchpost Waypoint}}}}
|}

Collectible Type Subtype Zone Nearest waypoint Notes

See also[edit]