Templates
From waze
Use these templates for editing
Contents |
Headers
Primary
Enter Header Here
- Text 1
- Text 2
- Text 3
- Text 3.1
- Text 4
<div style="border:thin solid lightblue"> <p style="margin:0;padding:2px;background:#B0E2FF;border:thin solid lightblue;font-weight:bold;font-size:150%"> Enter Header Here</p> <div style="padding:5px"> # Text 1 # Text 2 # Text 3 ## Text 3.1 # Text 4 </div></div>
Secondary
Enter Header Here
- Text 1
- Text 2
- Text 3
- Text 3.1
- Text 4
<div style="border:thin solid lightblue"> <p style="margin:0;padding:2px;background:#C2B280;border:thin ecru; font-italics;font-size:120%"> Enter Header Here</p> <div style="padding:5px"> # Text 1 # Text 2 # Text 3 ## Text 3.1 # Text 4 </div></div>
Tables
Unsorted
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
{| class="wikitable"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
Sortable Table
| Alphabetic | Numeric | Date | Unsortable |
|---|---|---|---|
| d | 20 | 2008-11-24 | This |
| b | 8 | 2004-03-01 | column |
| a | 6 | 1979-07-23 | cannot |
| c | 4 | 1492-12-08 | be |
| e | 0 | 1601-08-13 | sorted. |
{| class="wikitable sortable" border="1"
|+ Sortable table
|-
! scope="col" | Alphabetic
! scope="col" | Numeric
! scope="col" | Date
! scope="col" class="unsortable" | Unsortable
|-
| d || 20 || 2008-11-24 || This
|-
| b || 8 || 2004-03-01 || column
|-
| a || 6 || 1979-07-23 || cannot
|-
| c || 4 || 1492-12-08 || be
|-
| e || 0 || 1601-08-13 || sorted.
|}
Task
To add a wiki task, you could use TODO template, let's see Category:TODO !
Advanced
There are a number of additional more advanced templates already defined for use in managing the Wiki.