Template:Standard prerequisites

From Guild Wars Wiki

Jump to: navigation, search

[edit] Description

Produce a list of the standard requirements for a quest in a particular campaign. Will not always be applicable to every quest, but should improve consistency (and reduce tedium) for those for which it is appropriate.

{{ Standard prerequisites
| campaign = 
| nationality = 
| profession = 
| primary = 
| secondary = 
| test = 
}}

[edit] Parameters

campaign
The identity of the campaign.
  • pre Prophecies, pre-Searing. (default)
  • prophecies Prophecies, post-Searing.
  • factions Factions.
  • nightfall Nightfall.
nationality
Optional. Required character nationality. (default: by campaign)
  • Tyrian
  • Canthan
  • Elonian
  • non-Tyrian
  • non-Canthan
  • non-Elonian
profession
Optional. Profession (either in full, or abbreviated). (default: unset)
primary
Optional. Whether or not the profession must be the primary profession. Possible values:
  • n Either primary or secondary permitted. (default)
  • y Only primary permitted.
secondary
Optional. Whether or not a secondary profession disqualifies. Possible values:
  • y Characters with a secondary profession are disqualified. (default)
  • n Characters with no secondary profession also permitted.
test
Optional. For pre-Searing, whether or not the primary profession test must be complete.
  • y The primary profession test must be complete. (default)
  • n The primary profession test need not be complete.

[edit] Examples

{{ Standard prerequisites
| campaign = factions
}}
{{ Standard prerequisites
| campaign = pre
| profession = monk
}}
{{ Standard prerequisites
| campaign = nightfall
| nationality = non-Elonian
}}