Team:Groningen/Templates/BasicWikiFAQ
From 2013.igem.org
(Difference between revisions)
Line 39: | Line 39: | ||
</nowiki> | </nowiki> | ||
- | 3: Now | + | 3: Now find this part of the code: |
<pre style="color: red"> | <pre style="color: red"> | ||
<nowiki> | <nowiki> | ||
<div class="mainContent"> | <div class="mainContent"> | ||
+ | </div> | ||
+ | </nowiki> | ||
+ | </pre> | ||
+ | This is the place where you can write your entry. And thus it should result into: | ||
+ | <pre style="color: red"> | ||
+ | <nowiki> | ||
+ | <div class="mainContent"> | ||
+ | We had great fun in the lab! | ||
</div> | </div> | ||
</nowiki> | </nowiki> | ||
</pre> | </pre> |
Revision as of 12:49, 26 July 2013
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>