Help:Calendar

From 2008.igem.org

Here are instructions on how to use the iGEM wiki's calendar feature.

To create a calendar within your team's namespace, all you have to type is the following:

{ { #calendar: title=[Your OFFICIAL team name not in brackets] |year=2008 | month=05 } }


Note that you have to remove the spaces in between the curly brackets ({,}) for the calendar to work.

It will be rendered like this:


May
MTWTFSS
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31



If you want to put a calendar in your user namespace, the calendar title would be title=User:[Your user name not in brackets]

The code for that would look like:

{ { #calendar: title=User:[Your user name not in brackets] |year=2008 | month=05 } }