====== How to Edit Wiki Pages ======
There is more detailed explanation of [[:wiki:syntax|syntax]], but here is a very short one.
to start editing, click "edit page" at the top right.
* to break a line, use
\\
/*
this is a comment, which will not appear in the web page
*/
* Here are some examples of linking pages:(could also use link button above)
internal\\
[[:documents:100420frapinternal | FRAP note]]\\
after saving and going to the web page and if the page does not exist, then the link will be shown in red. Click that none-existing link will create a new page in this wiki. For example [[:playground:testpage| this]]. Make your test page under :playground and do some try outs. Use "Preview" to see how it will look as web page.
external\\
[[http://www.embl.de|EMBL]]
* to write math equations, use latex
\frac{\delta C}{\delta t} = div(DgradC) \quad (1)
* to show such in line, then \frac{\delta C}{\delta t} = div(DgradC) <- like this\\
* for more info, maybe [[http://en.wikibooks.org/wiki/LaTeX/Mathematics|http://en.wikibooks.org/wiki/LaTeX/Mathematics]]
* Here is how you make headings (could also use buttons above)
====== heading 1 ======
===== heading 2 =====
==== heading 3 ====
=== heading 4 ===
== heading 5 ==