Team:BioscienceDragons AZ/Help

From 2013hs.igem.org

(Difference between revisions)

Revision as of 22:09, 18 June 2013


Home of testing
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.
Home of testing
We love to cook!

The following information, while on a page called "Test", is actually tips and help on how to accomplish tasks in this Wiki, specifically within the way it has been custom coded for BioscienceDragons AZ!

Contents

How to add a page to the navigation

All you have to do to add a page to the navigation is to add a new "top level" page to your namespace.

Any page someone creates on your team needs to start with

/Team:BioscienceDragons_AZ

To add a new page, you'd just add a /, then the page name, like this page is title "Test" and its URL is

/Team:BioscienceDragons_AZ/Test

By doing this, it automatically added a new element to the navigation called "Test".

At this time, it doesn't add sub page, like

/Team:BioscienceDragons_AZ/Test/Subpage

However, there are plans for it to in the future.

Notice

Wikimedia using a caching system that takes a few minutes to refresh some things. Because of this, you will not see your new page in the navigation unless they refresh their cache. I've noticed this could take up to 15 minutes or so.

How To Make an Infobox

To make the first side box, I used the following code...

{{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.
}}


The first line starts the Infobox template.

{{Infobox

The second line passed the title to the template

| title = Home of testing

The third line passes the main content to the template. Note that you can include other Wiki code, like the image.

| 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.

Finally, close the opening curly brackets so Wiki knows you're done!

}}

How to remove the Table of Contents

To remove the table of contents, add the following line to the top of the page

__NOTOC__

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.

<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>

After that, you can add Wiki markup as you please.

How to create a link

[[Team:BioscienceDragons_AZ]]

Example: Team:BioscienceDragons_AZ/Test/Subtest