Team:BioscienceDragons AZ/Help

From 2013hs.igem.org

(Difference between revisions)
(How to create a new Bioscience Dragons page)
(Blanked the page)
 
(32 intermediate revisions not shown)
Line 1: Line 1:
-
<html><script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script><script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
 
-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700italic,300italic,400,700,300' rel='stylesheet' type='text/css'>
 
-
<link href='http://www.apixeloff.com/bio/style.css' rel='stylesheet' type='text/css' />
 
-
<link href='http://fonts.googleapis.com/css?family=Nosifer' rel='stylesheet' type='text/css'>
 
-
<script src="http://www.apixeloff.com/bio/bio.js" language="javascript"></script>
 
-
<div id="header">
 
-
  <ul id="nav">
 
-
    <li><a href="/Team:BioscienceDragons_AZ">Home</a></li>
 
-
    <li><a href="#">Team</a></li>
 
-
    <li><a href="#">Project</a></li>
 
-
    <li><a href="#">Parts</a></li>
 
-
    <li><a href="#">Modeling</a></li>
 
-
    <li><a href="#">Notebook</a></li>
 
-
    <li><a href="#">Human Practice</a></li>
 
-
    <li><a href="#">Sponsors</a></li>
 
-
  </ul>
 
-
  <div class="clear"></div>
 
-
</div>
 
-
</html>
 
-
 
-
{{Infobox
 
-
| title = Home of testing
 
-
| main = [[File:Haoze.jpg|thumb|none|Woah]] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fringilla leo ultricies, lacinia lorem sed, sagittis lacus. Nullam tempor ultrices ligula, id posuere sapien lobortis vel. Suspendisse velit ante, pulvinar nec odio quis, eleifend rutrum arcu. Fusce in arcu non nunc vehicula lacinia. Quisque non leo facilisis, bibendum urna a, ultrices diam. Ut eu tristique ante. Nulla facilisi.
 
-
}}
 
-
 
-
{{Infobox
 
-
| title = Home of testing
 
-
| main = We love to cook!
 
-
}}
 
-
 
-
==How To Make an Infobox==
 
-
To make the first side box, I used the following code...
 
-
 
-
<pre>
 
-
{{Infobox
 
-
| title = Home of testing
 
-
| main = [[File:Haoze.jpg|thumb|none|Woah]] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fringilla leo ultricies, lacinia lorem sed, sagittis lacus. Nullam tempor ultrices ligula, id posuere sapien lobortis vel. Suspendisse velit ante, pulvinar nec odio quis, eleifend rutrum arcu. Fusce in arcu non nunc vehicula lacinia. Quisque non leo facilisis, bibendum urna a, ultrices diam. Ut eu tristique ante. Nulla facilisi.
 
-
}}
 
-
</pre>
 
-
 
-
 
-
The first line starts the ''Infobox'' template.
 
-
 
-
<pre>
 
-
{{Infobox
 
-
</pre>
 
-
 
-
The second line passed the title to the template
 
-
 
-
<pre>
 
-
| title = Home of testing
 
-
</pre>
 
-
 
-
The third line passes the main content to the template. Note that you can include other Wiki code, like the image.
 
-
 
-
<pre>
 
-
| main = [[File:Haoze.jpg|thumb|none|Woah]] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fringilla leo ultricies, lacinia lorem sed, sagittis lacus. Nullam tempor ultrices ligula, id posuere sapien lobortis vel. Suspendisse velit ante, pulvinar nec odio quis, eleifend rutrum arcu. Fusce in arcu non nunc vehicula lacinia. Quisque non leo facilisis, bibendum urna a, ultrices diam. Ut eu tristique ante. Nulla facilisi.
 
-
</pre>
 
-
 
-
Finally, close the opening curly brackets so Wiki knows you're done!
 
-
 
-
<pre>
 
-
}}
 
-
</pre>
 
-
 
-
==How to remove the Table of Contents==
 
-
To remove the table of contents, add the following line to the top of the page
 
-
<pre>
 
-
__NOTOC__
 
-
</pre>
 
-
 
-
==How to create a new Bioscience Dragons page==
 
-
First, change the URL to reflect the section you should be...
 
-
Then it'll say the page doesn't exist, and give you the option to edit it.
 
-
Once you start editing, begin by copying and pasting this code into the top.
 
-
<pre>
 
-
<html>
 
-
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
 
-
    <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
 
-
    <script src="http://www.apixeloff.com/bio/bio.js" language="javascript"></script>
 
-
    <link href='http://www.apixeloff.com/bio/style.css' rel='stylesheet' type='text/css' />
 
-
    <div id="header">
 
-
        <ul id="nav">
 
-
            <li><a href="/Team:BioscienceDragons_AZ">Home</a></li>
 
-
        </ul>
 
-
        <div class="clear"></div>
 
-
    </div>
 
-
</html>
 
-
</pre>
 
-
 
-
After that, you can add Wiki markup as you please.
 

Latest revision as of 20:18, 21 June 2013