This page can be used as a building block in other pages.
;Description
[indent]This template is used to create an event infobox.[/indent];Syntax
[indent]Type <code>[template]t|infobox event|...[/template]</code> somewhere, with parameters as shown below.[/indent];Sample output
[code]{{infobox event
| name = Bob's Birthday Party [defaults to pagename]
| image = Image:Example.jpg
| imagewidth = [defaults to 250]
| caption = Bob the Flower
| participants = Bob's friends
| date = Bob's birthday
| location = Bob's house
}}[/code]Results in...
[template]infobox event
| name = Bob's Birthday Party
| image = Image:Example.jpg
| caption = Bob the Flower
| participants = Bob's friends
| date = Bob's birthday
| location = Bob's house
[/template]