Difference between revisions of "Dev Sandbox"
(→Workspace) |
m (→Workspace) |
||
(One intermediate revision by the same user not shown) | |||
Line 70: | Line 70: | ||
== Workspace == | == Workspace == | ||
Test and hone your formatting Skills Here | Test and hone your formatting Skills Here | ||
+ | |||
---- <!-- Do no Edit Below This Line --> | ---- <!-- Do no Edit Below This Line --> | ||
− | [[Main Page|Back to Main]] | + | [[Main Page|Back to Main Page]] |
Latest revision as of 17:20, 7 February 2019
Contents
Sandbox
The Sandbox is a reference for formatting in the wiki. It will contain a few examples of format functions that are not listed in the EDIT Help.
Lists Advanced
Basic Lists can be found in the EDIT Help. Here are a few additions that are not included.
Format Example:
# Number List 1
## Number List 1.1
### Number list 1.1.1
# Number List 2
# Number List 3
#* Number List 3 Bullet 1
#* Number List 3 Bullet 2
* Bullet List 1
* Bullet List 2
** Bullet List 2 Sub-Bullet 1
** Bullet List 2 Sub-Bullet 2
*** Bullet List 2 Sub-Bullet 2 Sub-Bullet 1
Results:
- Number List 1
- Number List 1.1
- Number list 1.1.1
- Number List 1.1
- Number List 2
- Number List 3
- Number List 3 Bullet 1
- Number List 3 Bullet 2
- Bullet List 1
- Bullet List 2
- Bullet List 2 Sub-Bullet 1
- Bullet List 2 Sub-Bullet 2
- Bullet List 2 Sub-Bullet 2 Sub-Bullet 1
Tables
To create a table, use the <table></table> tags.
Then for every row you want to create, use <tr></tr> tags. Columns can be added to each row with <td></td> tags. You can use colspan to merge columns or rowspan to merge rows.
Here is an example:
Sample Table | |
Row2,Column 1 | Row2,Column 2 |
Row3,Column 1 | Row3,Column 2 |
EDIT 1
Preset Area for additional format examples
EDIT 2
Preset Area for additional format examples
EDIT 3
Preset Area for additional format examples
EDIT 4
Preset Area for additional format examples
EDIT 5
Preset Area for additional format examples
Workspace
Test and hone your formatting Skills Here