m (+cat todo) |
Kartografer (talk | contribs) (fixed broken link) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Use these templates for editing''' | '''Use these templates for editing''' | ||
=Headers= | ==Headers== | ||
==Primary | ===Primary=== | ||
<div style="border:thin solid lightblue"> | <div style="border:thin solid lightblue"> | ||
<p style="margin:0;padding:2px;background:#B0E2FF;border:thin solid lightblue;font-weight:bold;font-size:150%"> | <p style="margin:0;padding:2px;background:#B0E2FF;border:thin solid lightblue;font-weight:bold;font-size:150%"> | ||
Line 30: | Line 30: | ||
</pre> | </pre> | ||
==Secondary | ===Secondary=== | ||
<div style="border:thin solid lightblue"> | <div style="border:thin solid lightblue"> | ||
<p style="margin:0;padding:2px;background:#C2B280;border:thin solid ecru;font-italics;font-size:120%"> | <p style="margin:0;padding:2px;background:#C2B280;border:thin solid ecru;font-italics;font-size:120%"> | ||
Line 56: | Line 56: | ||
</pre> | </pre> | ||
=Tables= | ==Tables== | ||
==Unsorted | ===Unsorted=== | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 88: | Line 88: | ||
|} | |} | ||
</pre> | </pre> | ||
==Sortable Table== | ===Sortable Table=== | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|+ Sortable table | |+ Sortable table | ||
Line 128: | Line 128: | ||
</pre> | </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.