Template:Event infobox
Template:Event infobox is designed for use on events pages to list pertinent event information.
Template
{{Event infobox
| name =
| type =
| dates =
| location =
| publish =
| previous =
| next =
}}
Display
| Moonveil | |
|---|---|
| Event type: | Seasonal |
| Event dates: | July - August |
| Location: | Yew |
| Introduced with: | Publish 123 |
| Previous event: | Next event: |
| Spritelight | Shardfall |
Parameters
name
- Usage: Optional
- Description: The name parameter takes a string denoting the name of the event. This is used to generate the name of the event infobox. Defaults to the article name if no title is provided.
- Valid Value(s): Any string.
type
- Usage: Optional
- Description: The type parameter takes a string denoting the type of event. This is used to generate the event type.
- Valid Value(s): Seasonal
dates
- Usage: Optional
- Description: The dates parameter takes a date range denoting the date range the event runs. This is used to generate the event dates.
- Valid Value(s): July - August
location
- Usage: Optional
- Description: The location parameter takes a page name denoting the location where the event is started from. This is used to generate the link to the location.
- Valid Value(s): Yew
publish
- Usage: Optional
- Description: The publish parameter takes a page name denoting the publish the event was introduced with. This is used to generate the link to the publish.
- Valid Value(s): Publish 123
previous
- Usage: Optional
- Description: The previous parameter takes a page name denoting the name of the previous event. This is used to generate the link to the previous event.
- Valid Value(s): Spritelight
next
- Usage: Optional
- Description: The next parameter takes a page name denoting the name of the next event. This is used to generate the link to the next event.
- Valid Value(s): Shardfall