Timeline Tables Template: Difference between revisions
mdw_>Admin m (moved Timeline Template to Timeline Tables Template) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 23:20, 11 January 2021
Using the "edit" function, copy the below code in order to create timeline tables in Lesson Planner Wiki
Timeline Tables Template For Lesson Planner Wiki pages[edit | edit source]
- Use the code from this page to create timelines
and also here for Wikipedia.org Tables Formating
Standard Code for Floating Timeline Tables in our website[edit | edit source]
This two-column table is aligned to the right of the page: >>
Sub-Heading | |
---|---|
Event | Date |
1st Event Description | 1000 BC |
2nd Event Description | 500 BC |
3rd Event Description | 1 BC |
4th Event Description | 100 AD |
5th EEvent Description | 1000 AD |
6th Event Description | 2000 AD |
Some Notes:[edit | edit source]
- In this timeline, the Title is formatted as a Level 2 heading, so it shows up in the Table of Contents
- To wrap text, simply hard-return
a new line, and it will stay within the
cell (box) size according to the length
of your line
- to reduced the font size within a cell (box), add the code "style="font-size: 86%;" just after the "new cell" code which looks like this: |-
Sub-Heading | |
---|---|
Event | Date |
1st Event Description | 1000 BC |
2nd Event Description | 500 BC |
3rd Event Description | 1 BC |
4th Event Description | 100 AD |
5th EEvent Description | 1000 AD |
6th Event Description | 2000 AD |