Difference between revisions of "Help:Contents"
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | To | + | == Hints == |
+ | This is just a short reminder of common syntaxes found in this wiki. In [[Help:Contents#Reference|Reference]] you have a more detailed and comprehensive manual. | ||
+ | === Titles === | ||
+ | == Title 1 == | ||
+ | === Title 1.1 === | ||
+ | ==== Title 1.1.1 === | ||
+ | === Bullets === | ||
+ | * Item 1 | ||
+ | * Item 2 | ||
+ | === Links === | ||
+ | External links | ||
+ | <pre>[http://www.geopsy.org Geopsy]</pre> | ||
+ | Internal wiki link | ||
+ | <pre>[[Geopsy:Waveform Console|waveform console]]</pre> | ||
+ | Wikipedia links (cross-wiki links) | ||
+ | <pre>[[Wikipedia:Surface_waves|surface waves]]</pre> | ||
+ | Try to be consistent with link names in wiki: for instance, all pages related to Geopsy must start with "Geopsy:" category. We use capital letters for all words of the page title. | ||
+ | |||
+ | === Bibliographic reference === | ||
+ | |||
+ | The name of the reference is optional. It is useful only if the reference is planned to be used several time in the same page. | ||
+ | <pre><ref name="Wathelet et al.(1906)">Wathelet et al., 1906, Geophysical Virtual Letters, 32(2), pp 456-478</ref></pre> | ||
+ | |||
+ | Another reference to the same publication: | ||
+ | |||
+ | <pre><ref name="Wathelet et al.(1906)"/></pre> | ||
+ | |||
+ | To create the list of references: | ||
+ | |||
+ | <pre>== References == | ||
+ | <references/></pre> | ||
+ | |||
+ | === Figures === | ||
+ | * Insert a floating figure (left, right or center) with a caption | ||
+ | <pre>[[Image:my_file_name.png|thumb|right|400px|My caption comes here]]</pre> | ||
+ | * Insert an image in the text (options for vertical alignment: baseline, sub, super, text-top, middle, bottom, text-bottom) | ||
+ | <pre>[[Image:my_file_name.png|20px]]</pre> | ||
+ | <pre>[[Image:my_file_name.png|20px|baseline]]</pre> | ||
+ | * Click on ''Show preview'' button. | ||
+ | * Open the image red link in another tab (right click). | ||
+ | * Upload image. | ||
+ | * Back in original tab, click again on ''Show preview'' button. | ||
+ | * To stop text flow around images: | ||
+ | <pre><br style="clear: both"/></pre> | ||
+ | |||
+ | Size of images: try to take a snapshot as small as possible. PNG is the preferred format. PNG files generated directly by ''figue'' '''must have a maximum resolution of 100 DPI'''. | ||
+ | |||
+ | === Equations === | ||
+ | |||
+ | <pre> | ||
+ | <math> | ||
+ | \mu^{(1)}, \sigma^{(1)}, w^{(1)} | ||
+ | </math> | ||
+ | </pre> | ||
+ | |||
+ | === Tables === | ||
+ | <tt>{| border="1" cellpadding="5" cellspacing="0" | ||
+ | |+ align="bottom" style="color:#e76700;" |''Table caption'' | ||
+ | ! Header col 1 | ||
+ | ! Header col 2 | ||
+ | ! Header col 3 | ||
+ | |- | ||
+ | | Row 1 Col 1 | ||
+ | | Row 1 Col 2 | ||
+ | | Row 1 Col 3 | ||
+ | ... | ||
+ | |}</tt> | ||
+ | |||
+ | == Reference == | ||
+ | |||
+ | http://www.mediawiki.org/wiki/Help:Contents |
Latest revision as of 09:47, 13 November 2015
Contents
Hints
This is just a short reminder of common syntaxes found in this wiki. In Reference you have a more detailed and comprehensive manual.
Titles
== Title 1 == === Title 1.1 === ==== Title 1.1.1 ===
Bullets
* Item 1 * Item 2
Links
External links
[http://www.geopsy.org Geopsy]
Internal wiki link
[[Geopsy:Waveform Console|waveform console]]
Wikipedia links (cross-wiki links)
[[Wikipedia:Surface_waves|surface waves]]
Try to be consistent with link names in wiki: for instance, all pages related to Geopsy must start with "Geopsy:" category. We use capital letters for all words of the page title.
Bibliographic reference
The name of the reference is optional. It is useful only if the reference is planned to be used several time in the same page.
<ref name="Wathelet et al.(1906)">Wathelet et al., 1906, Geophysical Virtual Letters, 32(2), pp 456-478</ref>
Another reference to the same publication:
<ref name="Wathelet et al.(1906)"/>
To create the list of references:
== References == <references/>
Figures
- Insert a floating figure (left, right or center) with a caption
[[Image:my_file_name.png|thumb|right|400px|My caption comes here]]
- Insert an image in the text (options for vertical alignment: baseline, sub, super, text-top, middle, bottom, text-bottom)
[[Image:my_file_name.png|20px]]
[[Image:my_file_name.png|20px|baseline]]
- Click on Show preview button.
- Open the image red link in another tab (right click).
- Upload image.
- Back in original tab, click again on Show preview button.
- To stop text flow around images:
<br style="clear: both"/>
Size of images: try to take a snapshot as small as possible. PNG is the preferred format. PNG files generated directly by figue must have a maximum resolution of 100 DPI.
Equations
<math> \mu^{(1)}, \sigma^{(1)}, w^{(1)} </math>
Tables
{| border="1" cellpadding="5" cellspacing="0" |+ align="bottom" style="color:#e76700;" |Table caption ! Header col 1 ! Header col 2 ! Header col 3 |- | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 ... |}