Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
de:wiki:timeline [2013/07/26 20:58] – de:history:timeline_test umbenann in de:wiki:timeline (neuer Name) MWanke | de:wiki:timeline [2024/09/22 00:27] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Timeline | + | ====== Timeline |
- | {{: | + | |
Test einer Timeline-Software\\ | Test einer Timeline-Software\\ | ||
- | Beschreibung | + | Mit der Maus über dem Feld scrollen ;-) |
- | https:// | + | < |
- | < | + | \\ |
+ | ====== Hinweise | ||
+ | <columns 95% 45% 10% ->Code einfügen | ||
+ | Diese Seite benötigt Javascript zum Anzeigen !!\\ | ||
+ | Nach dem **Speichern der Daten-Seite** unbedingt noch den Button 'als Timeline speichern' | ||
- | < | + | ==== Probleme ==== |
- | &file=wars& | + | * Probleme gibt es wohl mit manchen Minus-Zeichen. |
- | </eventline> | + | * kein korrektes Datenfile -> keine !! inhaltliche Darstellung |
+ | <newcolumn> | ||
- | This page uses Javascript to show you a Timeline. Please enable Javascript in your browser to see the full page. Thank you. | + | < |
+ | This page uses Javascript to show you a Timeline. Please enable Javascript in your browser to see the full page. Thank you.\\ | ||
+ | ==== Problems ==== | ||
+ | * some minus-characters ?? | ||
+ | * Data-File not correct -> no display of the content | ||
+ | </ | ||
+ | ===== Syntax ===== | ||
+ | < | ||
+ | |||
+ | Basic Event Attributes: | ||
+ | |||
+ | * start - in full date format (e.g. "May 20 1961 00:00:00 GMT-0600" | ||
+ | * latestStart - for imprecise beginnings - same date format as start | ||
+ | * earliestEnd - for imprecise ends - same date format as start | ||
+ | * end - same date format as start | ||
+ | * durationEvent - ' | ||
+ | * title - text title that goes next to the tape in the Timeline. Also shown in the bubble. The title attribute is optional. Leave it out if you want just an icon or icon and tape. The description will be shown in the bubble when the icon or tape is clicked. | ||
+ | |||
+ | * Date Time Formats\\ The default date time parser uses the Javascript Date parser built into the browser.\\ Recommended formats\\ The format of "May 10 1961 00:00:00 GMT-0600" | ||
+ | | ||
+ | * icon - url. This image will appear next to the title text in the timeline if (no end date) or (durationEvent = false). If a start and end date are supplied, and durationEvent is true, the icon is not shown. If icon attribute is not set, a default icon from the theme is used. | ||
+ | * image - url to an image that will be displayed in the bubble | ||
+ | * link - url. The bubble' | ||
+ | * color - color of the text and tape (duration events) to display in the timeline. If the event has durationEvent = false, then the bar's opacity will be applied (default 20%). See durationEvent, | ||
+ | * textColor - color of the label text on the timeline. If not set, then the color attribute will be used. | ||
+ | * tapeImage and tapeRepeat Sets the background image and repeat style for the event' | ||
+ | \\ | ||
+ | === Einbetten === | ||
+ | Standard (mit Höhe 350px) | ||
+ | < | ||
+ | oder wie hier oben | ||
+ | < | ||
+ | example = File/ | ||
\\ | \\ | ||
Zeile 20: | Zeile 55: | ||
{{ : | {{ : | ||
====== Links ====== | ====== Links ====== | ||
- | * zu Nachweisquellen | + | * Beschreibung Plugin: https:// |
- | * zu Dokumentationen | + | |
* Software | * Software | ||
* http:// | * http:// | ||
* Demo: http:// | * Demo: http:// | ||
+ | * Syntax: http:// | ||