Difference between revisions of "Dev Sandbox"
 (→Tables)  | 
				|||
| Line 57: | Line 57: | ||
</tr>  | </tr>  | ||
</table>  | </table>  | ||
| + | |||
| + | == 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  | ||
Revision as of 15:16, 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 List2
# 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 3
Results:
- Number List 1
- Number List 1.1
- Number list 1.1.1
 
 
 - Number List 1.1
 - Number List2
 - 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 3
 
 
 
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