User:***EAGLEMUT***/Codez/Event infobox2

From Guild Wars 2 Wiki
Jump to navigationJump to search

Parameters[edit]

name
Optional. Defaults the name of the article ({{PAGENAME}}).
area
Required. The specific area in which the event takes places. (i.e. Shaemoor Fields)
zone
Required. The zone in which the event takes place. (i.e. Queensdale)
type
Required. The event type. (i.e. Dynamic event, Group event, Renown Heart, Skill challenge, Elite event)
level
Required. The level of this event.
storyline
Optional. The "overarching" series of events this event is part of.
race
Optional. Use only for race specific events (i.e. Tutorial).
start_npc
Optional. The NPC used to initiate the event if applicable.
npc_map
Optional. The map image with the starting NPC's location marked.
npc_map-text
Optional. Starting NPC location map description.
map1... map5
Optional. Map images of the event (or parts of the event.)
map1-text ... map5-text
Optional. Map image descriptions.
event_prev
Optional. The event this is proceeded by;
event_prev2... event_prev5
Same as above. (Only used if there are multiple preceding events)
event_success
Optional. The event that follows if the completion of the current event is considered successful.
event_success2... event_success5
Same as above. (Only used if there are multiple such events)
event_failure
Optional. The event that follows if the completion of the current event is considered a failure.
event_failure2... event_failure5
Same as above. (Only used if there are multiple such events)

Code[edit]

{{Event infobox
| name = 
| location =
| region =
| type =
| level=
| storyline =
| race = 
| start_npc =
| npc_map = 
| npc_map-text =
| event_prev = 
| event_prev2 = 
| event_prev3 = 
| event_prev4 = 
| event_prev5 = 
| event_success = 
| event_success2 = 
| event_success3 = 
| event_success4 = 
| event_success5 = 
| event_failure =
| event_failure2 =
| event_failure3 =
| event_failure4 =
| event_failure5 =
| map1 = 
| map1-text = 
| map2 = 
| map2-text = 
| map3 = 
| map3-text = 
| map4 = 
| map4-text = 
| map5 = 
| map5-text = 
}}