User Tools

Site Tools


help

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
help [2014/05/06 16:51]
cyburt
help [2014/05/12 08:41]
cyburt
Line 3: Line 3:
 [[http://​www.nucleartalent.org|{{:​talent.png?​650|Nuclear TALENT}}]] [[http://​www.nucleartalent.org|{{:​talent.png?​650|Nuclear TALENT}}]]
  
-DokuWiki Manual:  ​+Most things are pretty obvious. As a first step, go to your pre-populated page and click "​Edit",​ look at the syntax, and go from there. Below some non obvious things that are commonly needed (this is only meant as a very short guide to the essentials)
  
-DokuWiki ​Syntax +For more details see the official, more comprehensive [[https://​www.dokuwiki.org/​manual|DokuWiki ​Manual]] and [[https://​www.dokuwiki.org/​wiki:​syntax|DokuWiki Syntax]] ​
  
-Tex Math Plugin: ​ [[https://​www.dokuwiki.org/​plugin:​mathjax]]+===== Basic Text Formatting =====
  
-Boxes Plugin: ​ [[https://www.dokuwiki.org/plugin:​box?​s[]=html]]+DokuWiki supports **bold**, ​//italic//, __underlined__ and ''​monospaced''​ textsOf course you can **__//''​combine''//​__** all these.
  
 +  DokuWiki supports **bold**, //italic//, __underlined__ and ''​monospaced''​ texts.
 +  Of course you can **__//''​combine''//​__** all these.
  
-Most things are pretty obvious. As a first step, go to your pre-populated page and click "​Edit"​look at the syntax, and go from thereBelow some non obvious things that are commonly needed (this is only meant as a very short guide to the essentials)+You can use <​sub>​subscript</​sub> ​and <​sup>​superscript</​sup>​too.
  
-For more details see the official, more comprehensive [[https://www.dokuwiki.org/manual|DokuWiki Manual]] and [[https://​www.dokuwiki.org/​wiki:​syntax|DokuWiki Syntax]] ​+  You can use <​sub>​subscript<​/sub> and <​sup>​superscript<​/sup>, too. 
 + 
 +You can mark something as <​del>​deleted</​del>​ as well. 
 + 
 +  You can mark something as <​del>​deleted<​/del> as well. 
 + 
 +**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. 
 + 
 +This is some text with some linebreaks\\ Note that the 
 +two backslashes are only recognized at the end of a line\\ 
 +or followed by\\ a whitespace \\this happens without it. 
 + 
 +  This is some text with some linebreaks\\ Note that the 
 +  two backslashes are only recognized at the end of a line\\ 
 +  or followed by\\ a whitespace \\this happens without it. 
 + 
 +You should use forced newlines only if really needed. 
 + 
 +===== Links =====
  
-   * add an internal link: <pre>  [[media:file_name|textline]] </pre>+   * add an internal link: <code>  [[file_name|textline]] </code>
    * the file you will upload will be renamed to "​file_name"​ and "​textline"​ will be the name of the link on the wiki page.     * the file you will upload will be renamed to "​file_name"​ and "​textline"​ will be the name of the link on the wiki page. 
    * on the resulting page, click the red link "​textline"​ and follow instructions to upload the file    * on the resulting page, click the red link "​textline"​ and follow instructions to upload the file
Line 23: Line 43:
  
 == Add a link to an external webpage == == Add a link to an external webpage ==
-<pre> [http://​mediawiki.org MediaWiki] </pre>+ 
 +<code[[http://​mediawiki.org|MediaWiki]] </code>
  
 == Add an image == == Add an image ==
-* add an internal link <pre>  [[File:image_file_name|thumb]] </pre+ 
-* "​thumb"​ makes a thumbnail. Uploaded file will be renamed image_file_name. +   * add an internal link <code>  [[image_file_name|thumb]] </code
-* Click on the red link "​File:​image_file_name"​ which will appear on the page and follow upload instructions. ​+   ​* "​thumb"​ makes a thumbnail. Uploaded file will be renamed image_file_name. 
 +   ​* Click on the red link "​File:​image_file_name"​ which will appear on the page and follow upload instructions. ​
  
 == Link to an existing wiki page or create a new page == == Link to an existing wiki page or create a new page ==
-* add a link to a page by typing <pre> [[Page_name]] </pre+ 
-* Create a new page: If the page does not exist the link will be red. Click to create page.+   * add a link to a page by typing <code> [[Page_name]] </code
 +   ​* Create a new page: If the page does not exist the link will be red. Click to create page.
  
 == Text formatting == == Text formatting ==
-<pre>+ 
 +<code>
    <​br /> line break without linespace    <​br /> line break without linespace
    leave blank line for new paragraph    leave blank line for new paragraph
Line 43: Line 67:
    ---- creates a horizontal line    ---- creates a horizontal line
    '''​Text'''​ makes "​Text"​ bold    '''​Text'''​ makes "​Text"​ bold
-</pre>+</code> 
 + 
 +=== Plugins === 
 + 
 +We have installed a few plugins that are useful for our purposes. 
 + 
 +   * Tex Math Plugin: ​ [[https://​www.dokuwiki.org/​plugin:​mathjax]] 
 + 
 +   * Boxes Plugin: ​ [[https://​www.dokuwiki.org/​plugin:​box?​s[]=html]] 
 + 
 + 
  
 **[[http://​www.gatehousesuiteseastlansing.com/​|The Gatehouse Suites-East Lansing (Students)]]** **[[http://​www.gatehousesuiteseastlansing.com/​|The Gatehouse Suites-East Lansing (Students)]]**
help.txt · Last modified: 2014/05/14 10:05 by cyburt