Wiki Style Guide

From Sunflow Wiki

Jump to: navigation, search

To get a uniform look in the wiki I thought I would share with everyone who would like to contribute how I've been displaying information.

Displaying Code

If the code block is small I've been using the following format:

<pre>blockName {

<<three spaces for a "tab">>attributeName value

}</pre>

So it would look like this:

blockName {
   attributeName value
}

If it's really long code I've just pasted it in as is.

Page And Header Titles

I've been making all page and headers use Title Case (capital letters on the first letter of every word - even "and", "or", or "the").