Difference between revisions of "Costa Rica"
From waze
(New page: =Headers= ==Primary Header== <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...) |
|||
| Line 1: | Line 1: | ||
| + | '''Use these templates for editing''' | ||
| + | |||
=Headers= | =Headers= | ||
==Primary Header== | ==Primary Header== | ||
| Line 53: | Line 55: | ||
</div></div> | </div></div> | ||
</pre> | </pre> | ||
| + | |||
| + | =Tables= | ||
| + | ==Unsorted Table== | ||
| + | {| 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 | ||
| + | |} | ||
| + | <pre style="display: inline-block;"> | ||
| + | {| 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 | ||
| + | |} | ||
| + | </pre> | ||
| + | ==Sortable Table== | ||
| + | {| 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. | ||
| + | |} | ||
| + | <pre style="display: inline-block;"> | ||
| + | {| 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. | ||
| + | |} | ||
| + | </pre> | ||
| + | |||
| + | ==Task== | ||
| + | To add a wiki task, you could use [[:Template:TODO|TODO]] template, let's see [[:Category:TODO]] ! | ||
Revision as of 00:35, 7 December 2012
Use these templates for editing
Contents |
Headers
Primary Header
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 Header
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 Table
| 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 !