Help:Lists
From BaltoCo
| Help Topics Portal Main Contents Page | |||||
| New Article | Text | Links | Images | Video | Categories |
| Templates | Lists | Tables | Headings | Table of Contents | Redirect |
| Signatures | HTML | ||||
Contents |
[edit] Bullets
| Explanation | Code to Add | Visible Result |
|---|---|---|
| Create a bulleted list using asterisks (*). |
* Item 1
|
|
[edit] Numbers
| Explanation | Code to Add | Visible Result |
|---|---|---|
| Create a numbered list using number signs (#) |
# Item one
|
|
[edit] Mixed
| Explanation | Code to Add | Visible Result |
|---|---|---|
| Create a numbered list with bullets mixed in (or vice versa). |
# Item one
|
|
[edit] Definitions
| Explanation | Code to Add | Visible Result |
|---|---|---|
| A definition list is a little bit different than the previous lists. The word to define is designated by a leading semicolon (;) and it's definitions by colons (:). |
; Word to define
|
|
| The definitions can also be nested |
; Word to define
|
|
