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
help [2021/03/26 11:56]
admin
help [2021/04/09 13:35] (current)
admin getting an account help added
Line 1: Line 1:
 +=====Help=====
 +
 In this section you will find some basic instructions on how to create a new page, add links to it and to specific sections. In this section you will find some basic instructions on how to create a new page, add links to it and to specific sections.
  
-**Create New Pages**+====Requesting an Account==== 
 +IF you haven't received an email with your account and password, contact Rene with your email through Slack. 
 + 
 +====Create New Pages====
  
 A wiki with just one page isn’t very exciting nor interesting. So let’s make a page. I want a page called, let’s say Pink Elephants. There are a few ways to start — all of them are just ways to vist the URL of that page on my site. Here are a few ways: A wiki with just one page isn’t very exciting nor interesting. So let’s make a page. I want a page called, let’s say Pink Elephants. There are a few ways to start — all of them are just ways to vist the URL of that page on my site. Here are a few ways:
  
-**Create a link to the new page**+===Create a link to the new page===
  
 You can manually create a link to your new page on another page and then click that link to get to the new URL. See below for how to create a link. You can manually create a link to your new page on another page and then click that link to get to the new URL. See below for how to create a link.
  
-**Search for the new page**+===Search for the new page===
  
 If you type Pink Elephants in the search box on the top right of your page and click the magnifying class, you will get a page like this: If you type Pink Elephants in the search box on the top right of your page and click the magnifying class, you will get a page like this:
Line 17: Line 22:
 Now you can just click on that red pink_elephants link to visit your new page. Now you can just click on that red pink_elephants link to visit your new page.
  
-**Manually Visit the URL**+===Manually Visit the URL===
  
 If your site’s default configuration has not been changed (or your server doesn’t support “Nice URLs”) then the default URL system is mysite/doku.php?id=PAGENAME so I thus would enter into my browser address bar: If your site’s default configuration has not been changed (or your server doesn’t support “Nice URLs”) then the default URL system is mysite/doku.php?id=PAGENAME so I thus would enter into my browser address bar:
Line 32: Line 37:
  
 But that’s OK — I don’t mind — the main thing is that I have my page done now. But that’s OK — I don’t mind — the main thing is that I have my page done now.
 +
 +==== Sectioning ====
 +
 +You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
 +
 +==== Headline Level 3 ====
 +=== Headline Level 4 ===
 +== Headline Level 5 ==
 +
 +  ==== Headline Level 3 ====
 +  === Headline Level 4 ===
 +  == Headline Level 5 ==
 +
 +By using four or more dashes, you can make a horizontal line:
 +
 +----
 +
 +==== Links ====
 +
 +DokuWiki supports multiple ways of creating links.
 +
 +=== External ===
 +
 +External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
 +
 +  DokuWiki supports multiple ways of creating links. External links are recognized
 +  automagically: http://www.google.com or simply www.google.com - You can set
 +  link text as well: [[http://www.google.com|This Link points to google]]. Email
 +  addresses like this one: <andi@splitbrain.org> are recognized, too.
 +
 +=== Internal ===
 +
 +Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
 +
 +  Internal links are created by using square brackets. You can either just give
 +  a [[pagename]] or use an additional [[pagename|link text]].
 +
 +[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
 +
 +You can use [[some:namespaces]] by using a colon in the pagename.
 +
 +  You can use [[some:namespaces]] by using a colon in the pagename.
 +
 +For details about namespaces see [[doku>namespaces]].
 +
 +==== Cross-Refencing ====
 +
 +Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[help#cross-referencing|this Section]].
 +
 +  This links to [[help#cross-referencing|this Section]].
 +
 +==== Footnotes ====
 +
 +You can add footnotes ((This is a footnote)) by using double parentheses.
 +
 +  You can add footnotes ((This is a footnote)) by using double parentheses.
  
 ====Adding a comments section to a page==== ====Adding a comments section to a page====
Line 39: Line 100:
 ''<nowiki>~~DISCUSSION|Comments~~</nowiki>'' ''<nowiki>~~DISCUSSION|Comments~~</nowiki>''
  
 +====Formatting====
  
 For more in-depth information on formatting visit https://www.dokuwiki.org/wiki:syntax For more in-depth information on formatting visit https://www.dokuwiki.org/wiki:syntax
help.1616777810.txt.gz · Last modified: 2021/03/26 11:56 by admin