You are here: Welcome » Hey Volunteers!

This is an old revision of the document!


Hey Volunteers!

How to Contribute

Here's a basic how-to guide. For more in depth information see the syntax page or Dokuwiki's how-to page

Edit pages by clicking the Pencil Icon on the right side of the screen or by hitting the edit button for the section you want to edit. Looking to see what others have done in the past is a good way to learn how to format text you right.

You can create new pages by either making a link to them and clicking it, see below, or by typing in the new link in your browser's search bar.

Example: This page's link is https://www.campfire.wiki/doku.php?id=how_to_contribute If I want to create a page on apples I would modify it to be https://www.campfire.wiki/doku.php?id=apples. If I then hit enter it will take me to a new page with the name apples.

You can create a new page by making an internal link to it. Links have a double bracket([) opening and closing (]). Inside you put the namespace (folder name) and then colon and the page name.

ex. Making the page 'example' would be double-bracket open example double-backet closed.

  [[example]]
    

To make an external link, it's the same, but you'll do open brackets, site link| Display Text closed brackets.

ex. Linking to Mathew's substack would be

   [[https://roundingtheearth.substack.com|Mathew's Substack]]
   

What to Contribute

Back to top