Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:vhswiki:editing [2026/02/17 11:00] adminwiki:vhswiki:editing [2026/05/26 22:46] (current) amber
Line 13: Line 13:
 - Look for the edit button on the right side of any page, when logged in - it looks like a pencil! - Look for the edit button on the right side of any page, when logged in - it looks like a pencil!
 - Pages that have `<!DOCTYPE markdown>` at the top are written in commonmark [markdown syntax](https://commonmark.org/help/) - this is the preferred way to write pages! - Pages that have `<!DOCTYPE markdown>` at the top are written in commonmark [markdown syntax](https://commonmark.org/help/) - this is the preferred way to write pages!
-- Pages that don't have a DOCTYPE at the top, are written in dokuwiki [wiki syntax](https://new.vanhack.ca/wiki/syntax)+- Pages that don't have a DOCTYPE at the top, are written in dokuwiki [wiki syntax](wiki:syntax)
  
 ### Organization tips ### Organization tips
  
 1. In general we prefer a flatter design - don't make lots of little pages with one or two paragraphs on them, instead have one page with sub-sections. An example of this is the [tools page](/tools) - one big page with sections, not many little pages. 1. In general we prefer a flatter design - don't make lots of little pages with one or two paragraphs on them, instead have one page with sub-sections. An example of this is the [tools page](/tools) - one big page with sections, not many little pages.
-2. Wiki pages `/wiki/somepage` and wiki sections `/wiki/somesection/` are different. Note the trailing slash on the section URL. You can put sub-pages inside a section, so they are preferred for any case where you might want to split things into multiple pages. +2. Wiki pages `/wiki/somepage` and wiki sections `/wiki/somesection/` are different - note the trailing slash on the section URL. You can put sub-pages inside a section, so they are preferred for any case where you might want to split things into multiple pages. 
-3. When you visit `/wiki/` (trailing slash) you're actually viewing the page `/wiki/start` - the "start" page is the default page in a section.+3. When you visit `/wiki/somesection/` (trailing slash) you're actually viewing the page `/wiki/somesection/start` - the "start" page is the default page in a section. 
 +4. If you want to move things around, don't be shy - just make sure to ask an admin to make redirects so links to the old pages aren't broken. 
 +5. For more about how the wiki is organized, [see the plan](/wiki/vhswiki/plan), but in short it's: 
 +  - `/*` the top-level, is reserved for very-public facing stuff - i.e. stuff that's linked from the top navigation bar - what we are, how to join, etc. 
 +  - `/tools` has a list of all the tools - this is the page people visit when they want to know if VHS has a Plumbis for realigning their Winglehop 2000. 
 +  - `/wiki/groups/$GROUPNAME/start` is the home for individual groups/committees/areas at VHS 
 +  - `/wiki/vhs/` is for stuff related to VHS, membership, policy etc. 
 +  - `/wiki/resources/` is for misc stuff that doesn't belong above
  
 ## Editor types ## Editor types