Creating Lists: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
No edit summary |
re-org |
||
Line 25: | Line 25: | ||
# This is another list item | # This is another list item | ||
{{tutorial-wiki|sort=Lists}} | |||
Revision as of 10:28, 7 October 2007
Unnumbered Lists
To create a list in Wiki Articles, simply place a star * in front of each line, like this:
* This is a list item * This is another list item
This is what it looks like:
- This is a list item
- This is another list item
Numbered Lists
For Numbered Lists just put the # sign in front of the list items, like this:
# This is a list item # This is another list item
This is what it looks like:
- This is a list item
- This is another list item
Note that placing a non-list-line between the numbered list items, the numbering will be broken, like this:
# This is a list item A line that is not a list-item will break the numbering. # This is another list item
This is what it looks like:
- This is a list item
A line that is not a list-item will break the numbering.
- This is another list item