AwardAnnals:Event calendar
From AwardAnnals
? Event Calendar
| |
|---|---|
| October 2008 | |
14 | Booker winner |
28 | Historical Dagger winner |
31 | IHG winners |
| November 2008 | |
2 | World Fantasy winners |
11 | Giller winner |
18 | GGLA winner |
19 | NBA winners |
30 | BAFTA Children's winner |
| December 2008 | |
11 | Golden Globe nominees |
| January | |
6 | Costa winners |
9 | PK Dick nominees |
11 | Golden Globe winners |
15 | BAFTA Film nominees |
16 | Scott O'Dell winner/honors |
22 | Academy Award nominees |
24 | Edgar nominees |
24 | NBCC finalists |
25 | Sundance Film Festival |
26 | ALA winners/honor books |
31 | Hammett nominees |
| February | |
8 | BAFTA Film winners |
19 | Stoker nominees |
20 | Nebula nominees |
22 | Academy Award winners |
25 | YRCA 2010 nominees |
28 | LA Times finalists |
| March | |
1 | Saturn nominees |
3 | Agatha nominees |
6 | Golden Kite winner/honors |
10 | AC Clarke shortlist |
10 | Yale Younger Poets Prize winner |
12 | NBCC winners |
12 | PEN/Faulkner winner |
22 | Hugo nominees |
22 | Prometheus finalists |
23 | PK Dick winner |
30 | Stoker winners |
| April | |
1 | Kiriyama finalists |
2 | IMPAC Dublin shortlist |
7 | Pulitzer winners/finalists |
8 | Griffin shortlist |
10 | Royal Society Junior shortlist |
15 | Orange shortlist |
16 | Tufts winners |
18 | Carnegie Medal shortlist |
18 | Kate Greenaway Medal shortlist |
25 | LA Times winners |
26 | Nebula winner |
26 | YRCA 2009 winners |
27 | Agatha winners |
30 | AC Clarke winner |
30 | Edgar winners |
| May | |
6 | MTV Awards nominees |
8 | Walt Whitman winner |
15 | Royal Society General shortlist |
25 | Festival de Cannes |
| June | |
1 | MTV Awards winners |
4 | Dagger shortlists |
4 | Griffin winners |
4 | Orange winner |
7 | Mythopoeic finalists |
8 | Anthony nominees |
8 | Barry nominees |
8 | Hammett winner |
9 | JT Black shortlist |
12 | IMPAC Dublin winner |
16 | Royal Society Prize winners |
20 | Hornbook winner/honors |
24 | Macavity nominees |
24 | Saturn winners |
26 | Carnegie Medal winner |
26 | Kate Greenaway Medal winner |
| July | |
10 | Dagger winners |
11 | IHG nominees |
13 | Campbell Award |
23 | Bobbitt winner |
23 | Prometheus winner |
| August | |
7 | World Fantasy nominees |
10 | Hugo winners |
18 | Mythopoeic winners |
20 | Shamus nominees |
24 | JT Black winners |
29 | Guardian Children's longlist |
| September | |
9 | Booker shortlist |
| October | |
1 | Guardian Children's winner |
2 | Historical Dagger shortlist |
3 | Lenore Marshall winner |
7 | Giller shortlist |
9 | Barry winners |
12 | Anthony winners |
15 | NBA finalists |
18 | Shamus winner |
19 | Macavity winners |
21 | GGLA shortlist |
28 | BAFTA Children's nominees |
| November | |
20 | Costa shortlists |
| April 2018 | |
26 | BC Book Prizes winners |
| March 2019 | |
6 | BC Book Prizes nominees |
The purpose of the event calendar is to assist those who keep the annals up to date. Unlike the event calendar shown on the Main Page which lists only twenty events and only 1 month into the future, the calendar on this page shows all events that have been entered into the database. Events are entered using the eventcal: magic word, and are almost always associated with the creation and maintenance of an award organization page.
Setting an event
Setting an event using eventcal: is as simple as providing a name, date, and confirmation status for each event. The following fictional example shows three events. The nominee event, when displayed, will list a yellow “11” to indicate the completion of the event’s documentation. The winner event will display a white “11” to indicate that the event has been confirmed for that date, and that the documentation will be completed on or shortly after that date.
{{eventcal:
| event = [[The Lucius Prize|Lucius]] nominees
| date = 2007-02-11
| confirmed = done
| event = [[The Lucius Prize|Lucius]] winner
| date = 2007-03-11
| confirmed = yes
}}
After the winner has been announced, the the nominee event is set unconfirmed to the same day the following year. This will display a gray box to indicate an approximate date that needs confirmation. Some award organizations announce a date nearly one year ahead, but most cannot be confirmed until one or two months before the event. Some organizations never set a date.
{{eventcal:
| event = [[The Lucius Prize|Lucius]] winner
| date = 2007-03-11
| confirmed = done
| event = [[The Lucius Prize|Lucius]] nominees
| date = 2008-02-11
| confirmed = no
}}
The calendar on the main page should be balanced, serving the needs of those seeking recent announcements and those anticipating future announcements—ten completed events and ten future events.
Displaying a calendar
An eventcal: is used both to set events and display the calendar. When the argument “event” is used as in the examples above, the calendar displays only those events that have been set. Click on any of the events in this page’s calendar to see an example.
Valid arguments are:
- style = CSS codes to modify the calendar’s appearance.
- limit = Specify the maximum number of events to show. The default is twenty. Enter a negative number to show all events.
- daysahead = Specify the maximum number of days into the future. The default is thirty-one days. Enter a negative number to show unlimited days.
To simply display the contents of the event calendar database with default values, include eventcal: with no arguments. Valid arguments are:
- style = CSS codes to modify the calendar’s appearance.
- limit = Specify the maximum number of events to show. The default is twenty. Enter a negative number to show all events.
- daysahead = Specify the maximum number of days into the future. The default is thirty-one days. Enter a negative number to show unlimited days.
This is the eventcal: used on this page.
{{eventcal:
| style = "float:right"
| limit = -1
| daysahead = -1
}}
