(New page: test 123) |
Kartografer (talk | contribs) (fixed broken link) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
'''Use these templates for editing''' | |||
==Headers== | |||
===Primary=== | |||
<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> | |||
<pre style="display: inline-block;"> | |||
<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> | |||
</pre> | |||
===Secondary=== | |||
<div style="border:thin solid lightblue"> | |||
<p style="margin:0;padding:2px;background:#C2B280;border:thin solid 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> | |||
<pre style="display: inline-block;"> | |||
<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> | |||
</pre> | |||
==Tables== | |||
===Unsorted=== | |||
{| 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> | |||
==Advanced== | |||
There are a number of additional [[Wazeopedia:Wiki_management|more advanced templates]] already defined for use in managing the Wiki. | |||
[[Category:Wiki Help]] |
Latest revision as of 14:03, 21 December 2018
Use these templates for editing
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. |}
Advanced
There are a number of additional more advanced templates already defined for use in managing the Wiki.