|
|
| (Nie pokazano 7 pośrednich wersji utworzonych przez tego samego użytkownika) |
| Linia 7: |
Linia 7: |
|
| |
|
| == 123 == | | == 123 == |
| <timelinetable title="This is the title" footer="This is a timeline"> | | <mapframe text="Downtown [[wikipedia:San Francisco|San Francisco]]" width=250 height=250 zoom=13 longitude=-122.3988 latitude=37.8013 /> |
| 2008-01|2009-06|event1|some comment
| | <mapframe text="San Francisco museums" width=350 height=350 zoom=13 longitude=53.24648 latitude=16.70608> |
| 2008-12|2009-07|event2|something else
| | { |
| 2009-02|2010-12|event3
| | "type": "Feature", |
| </timelinetable> | | "geometry": { "type": "Point", "coordinates": [53.24648, 16.70608] }, |
| | "properties": { |
| | "title": "[[wikipedia:Exploratorium|Exploratorium]]", |
| | "description": "[[File:Giant_Mirror_at_the_Exploratorium.jpeg|200px]]", |
| | "marker-symbol": "museum", |
| | "marker-size": "large", |
| | "marker-color": "0050d0" |
| | } |
| | } |
| | </mapframe> |
|
| |
|
| ----
| | <maplink text="click me" zoom="13" longitude="-122.3995" latitude="37.8103" /> |
| | |
| <timelinetable title="This is the title" footer="This is a timeline">
| |
| 2009-2-28|2009-3-2|event1|some comment|color: red;
| |
| 2009-2-24|2009-2-28|event2|something else|
| |
| 2009-2-26|2009-3-12|event3||
| |
| </timelinetable>
| |
| | |
| ----
| |
| | |
| <timelinetable title="This is the title" footer="This is a timeline"> | |
| 2000|2003|event1|some comment|color: red;
| |
| 2002|2002|event2|something else|
| |
| 2001|2005|event3||
| |
| </timelinetable>
| |
| | |
| ----
| |
| | |
| <timelinetable title="This is the title" footer="This is a timeline" depth=month>
| |
| feb 2008|2009-06|event1|some comment#2009-10|2010-06|'''second'''
| |
| 2008 dec|july 2009|event2|something else#october 21 2009|august 2010|something|comment|color:red
| |
| 1st feb 2009|2010 november|event3
| |
| </timelinetable>
| |
| | |
| ----
| |
| | |
| <timelinetable title="This is the title" footer="This is a timeline" depth=week headers=Y/M-M-2/W footers=W>
| |
| 2007-12-05|2008-01-26|event1|some comment
| |
| 2008-01-15|2008-03-10|event2|something else
| |
| 2008-02-23|2008-03-29|event3
| |
| </timelinetable>
| |
| | |
| <timelinetable title="This is the title" footer="This is a timeline" depth=day headers=Y/M-M-2/W footers=W>
| |
| 2007-12-05|2008-01-26|event1|some comment
| |
| 2008-01-15|2008-03-10|event2|something else
| |
| 2008-02-23|2008-03-29|event3
| |
| </timelinetable>
| |