View format wiki text - Textile
For those who want to format their articles with more detail, we have enabled a text language called Textile, which converts regular text to a fancier display mode. A full guide to formatting is at the URL below.
http://hobix.com/textile/quick.html
Here are some simple examples:
Tables:
If you want to create a table, simply use the character:
|
between the values.
For instance
|one|two|three|
|you|and|me|
will display as:
| one | two | three |
| you | and | me |
If you want to make a list, use the “#” before each value
like:
# first
# second
# third
(don't forget the space after the #)
- first
- second
- third
- fourth
You can also do other kinds of lists:
* Fuel could be:
** Coal
** Gasoline
** Electricity
* Humans need only:
** Water
** Protein
Will display as:
- Fuel could be:
- Coal
- Gasoline
- Electricity
- Humans need only:
- Water
- Protein