Team:Groningen/Templates/BasicWikiFAQ
From 2013.igem.org
Adding a Calendar entry.
1: First step is to simply select a data on the correct calender. Click on the date where you want to add an entry. You will see an empty page.
2: Now you have to insert the default page layout. Copy paste this code
<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" charset="utf-8" /> <link rel="stylesheet" href="https://2013.igem.org/Team:Groningen/CSS/DefaultPage?action=raw&ctype=text/css" type="text/css" /> </head> <body> </html> {{:Team:Groningen/Templates/DefaultHeader}}<html> <div class="colmask threecol"> <span class="navigation"> </html>{{:Team:Groningen/Templates/Navigationbar}}<html> </span> <span class="widgets"> </html>{{:Team:Groningen/Templates/facebook}}<html> </span> <div class="mainContent"> </div> </div> </html> {{:Team:Groningen/Templates/DefaultFooter}}<html> </body> </html>
3: Now find this part of the code:
<div class="mainContent"> </div>
This is the place where you can write your entry. And thus it should result into:
<div class="mainContent"> We had great fun in the lab! </div>
4: Do not forget to press save page!