Template:Preq
From Guild Wars Wiki
[edit] Description
Describe a profession pre-requisite, e.g. for a quest.
{{ preq
| 1 =
| primary =
| secondary =
| short =
}}
[edit] Parameters
- 1
- Profession (either in full, or abbreviated)
- primary
- Optional. Whether or not the profession must be the primary profession. Possible values:
-
nEither primary or secondary permitted. (default) -
yOnly primary permitted.
-
- secondary
- Optional. Whether or not a secondary profession disqualifies. Possible values:
-
yCharacters with a secondary profession are disqualified. (default) -
nCharacters with no secondary profession also permitted.
-
- short
- Optional. Whether or not to keep the output as short as possible. Possible values:
-
yKeep output as short as possible. (default) -
nFull output.
-
[edit] Examples
{{preq|Rt}}
{{preq|A|short=n}}
{{preq|warrior|primary=y|secondary=n}}

