Ok, so you can create pages, but what's the point if they can't look cool? Fortunately that's easy. The hardest part is learning the different codes. We'll learn some of the basic codes below...\n\nA lot more than the below it possible. Look at SampleFormatting to learn more than the basics. (ie, click edit and see how each thing is done) \n\nCode like this:\n\n{{{\n!heading\n* item one\n* item two\n** subitem\n\n!!subheading\n''bold''\n//italics//\nhttp://www.google.com/\nGettingStarted\n[[This is a page with spaces]]\n}}}\n\nWould look like this:\n\n!heading\n* item one\n* item two\n** subitem\n\n!!subheading\n''bold''\n//italics//\nhttp://www.google.com/\nGettingStarted\n[[This is a page with spaces]]\n\nYou'll notice that GettingStarted automatically become a link... that's because it's a WikiWord... whenever you put two (or more) words together with CapitolLetters (like this) a link will automatically be created. If a page by that name doesn't exist you'll be able to create one by clicking the link. You can link to pages with spaces in the name by surrounding them with square brackets.