Help:Contents
From Brain Body Interfaces
| NOTICE » Please read our FAQ first before making edits here! |
This wiki is an information source from the brain and body interfaces community that focuses on biological signals and their interpretation in HCI. If you are a new user, please register for the google group first and then add an account to this Wiki to work as an editor. Please also register your real name to this wiki (in your profile section) if you want to have editing and creation rights.
Sources of wiki editing help on the web
- Wikipedia Quick Ref Card with all syntax on it
- Wikimedia Help
- Help with Tables
- Wikipedia Style Guide should also be applied to this wiki
- Try using singular they when you write an original article
- General APA guidelines
- Use of info boxes
- Citation guidelines from Wikipedia
General information on wiki editing
- How to edit a page on a wiki
- Help on how to edit pages in a wiki
- Editing tables on a wiki
- Templates are very helpful
- Consult the Wikimedia Help for more information
- MediaWiki User Guide
- Examples of wikitext
- How to use variables for editing
- More on variables
- MediaWiki FAQ
Example of syntax highlighting for this wiki
/*
* This is an example of C# syntax highlighting
*/
using System;
public class HelloWorld
{
public static void Main(string[] args) {
Console.Write("Hello World!");
}
}
