Template:Simple timeline

From Wikipedia, the free encyclopedia

Year Event
Blank Refer to Template:Simple timeline for details of how to use this template

[edit] Usage

To specify a straightforward timeline table without needing to input all the wikicode required (in particular the |- divisions).

{{Simple timeline 
|year            // year of event
|event           // event description, for a blank use " "
...
}}               // from 1 to a MAXIMUM of 30 (year, event) pairs
Additional OPTIONAL parameters:
|title=          // your table title
|type=           // your own style (defaults to class="wikitable")
|year-title=     // your own header instead of Year (e.g. "Date")
|event-title=    // your own header instead of Event (e.g. "Appearance")
|header-type=    // your own header style

[edit] Notes