|
|
(2 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{Template:Paris2010}}
| + | old page |
- | | + | |
- | ==How to create a new page ?==
| + | |
- | <p style="display:block;">
| + | |
- | # Put a link on an existing page, or use search fonction. And click on.
| + | |
- | # Copy/past this template
| + | |
- | # Modify as you want
| + | |
- | </p>
| + | |
- | | + | |
- | <pre>
| + | |
- | | + | |
- | {{Template:Paris2010}}
| + | |
- | | + | |
- | ==Here title of the page==
| + | |
- | | + | |
- | | + | |
- | <p style="display:block;">Here some text</p>
| + | |
- | | + | |
- | | + | |
- | {{Template:Paris2010_menu_right}}
| + | |
- | | + | |
- | </pre>
| + | |
- | | + | |
- | <p style="display:block;">
| + | |
- | Don't forget to use :</p>
| + | |
- | <pre><p style="display:block"></p></pre>
| + | |
- | <p style="display:block;">to add text, if image or other are between two parts of text, you must consider your two parts like two different blocks and use two balises "p".<br />
| + | |
- | Also, use :</p>
| + | |
- | <pre><br /></pre>
| + | |
- | <p style="display:block;">to add a vertical space, ENTER stroke doesn't work here.
| + | |
- | <br />
| + | |
- | And some other useful tools :</p>
| + | |
- | <pre>
| + | |
- | [[Image:Name_of_image]] -> insert an image (you click "save page" and then you click
| + | |
- | on this link to up your image
| + | |
- | *, # -> add a list, "*" to use disc, '#' to use number.
| + | |
- | | + | |
- | = Title 1 =
| + | |
- | == Title 2 ==
| + | |
- | === Title 3 ===
| + | |
- | ===== Title 4 ====
| + | |
- | [[intern link|name displayed on the wiki]]
| + | |
- | [http://xxx/|Name of your extern link displayed on the wiki]
| + | |
- | | + | |
- | <font color=red>Text</font> > to change the color of a text.
| + | |
- | <b>Text</b>, '''Text''' -> Bold
| + | |
- | <i>Text</i>, ''Text'' -> Italic
| + | |
- | <u>Text</u> -> Underline
| + | |
- | <s>Text</s> -> striked
| + | |
- | <hr /> -> horizontal line
| + | |
- | | + | |
- | SPACE stroke -> use a citation box
| + | |
- | <div align="left|right|center">your element</div -> use one of the align
| + | |
- | | + | |
- | </pre>
| + | |
- | | + | |
- | <p style="display:block;">
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | </p>
| + | |
- | | + | |
- | ==Add a resizable image==
| + | |
- | | + | |
- | #Put a link of this image with [[Image:Name_of_image]]
| + | |
- | #Upload image and remove link
| + | |
- | # Add this template instead
| + | |
- | | + | |
- | <pre>
| + | |
- | | + | |
- | <html>
| + | |
- | <div align="center">
| + | |
- | <a href="https://2010.igem.org/Image:Name_of_image.jpg" onMouseOut="initial()" onMouseOver="i_change()" >
| + | |
- | <img src="https://static.igem.org/mediawiki/2010/thumb/c/cd/nameofimage....jpg" border="0" name="image" />
| + | |
- | </a></div>
| + | |
- | <script language="JavaScript">
| + | |
- | var i_width=515;
| + | |
- | var i_height=385;
| + | |
- | document.image.width = Math.round(i_width/coeff);
| + | |
- | document.image.height = Math.round(i_height/coeff);
| + | |
- | </script>
| + | |
- | </html>
| + | |
- | | + | |
- | </pre>
| + | |
- | | + | |
- | don't forget, to change :<br />
| + | |
- | *var i_width=<font color=red>515</font>;
| + | |
- | *var i_height=<font color=red>385</font>;
| + | |
- | | + | |
- | <p style="display:block;"> The size of your image, it's the size max.
| + | |
- | <br /><font color="orange">'''Warning! a bug that I haven't fix yet, allow you to only use this code one time in the page.'''</font>
| + | |
- | | + | |
- | <br />
| + | |
- | <br />
| + | |
- | </p>
| + | |
- | | + | |
- | ==Links==
| + | |
- | | + | |
- | *http://meta.wikimedia.org/wiki/Aide:%C3%89diteur (fr)
| + | |
- | *http://meta.wikimedia.org/wiki/Help:Editor (en)
| + | |
- | *https://2009.igem.org/Team:Paris
| + | |
- | | + | |
- | {{Template:Paris2010_menu_right}}
| + | |