Benutzer-Werkzeuge

    ~~ RM: keiner ~~ UI: ---start--- ~~ IP:3.144.12.14~~

Webseiten-Werkzeuge


Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
de:wiki:timeline [2013/07/27 00:50] MWankede:wiki:timeline [2013/07/27 05:46] (aktuell) MWanke
Zeile 1: Zeile 1:
-====== Timeline Test ====== +====== Timeline Plugin ======
-{{:de:baustelle.gif|Baustelle}} +
 Test einer Timeline-Software\\  Test einer Timeline-Software\\ 
- 
-Beschreibung 
-https://www.dokuwiki.org/plugin:eventline 
  
 Mit der Maus über dem Feld scrollen ;-) Mit der Maus über dem Feld scrollen ;-)
-<eventline>&file=example&</eventline>+<eventline>&file=example&height=200px&</eventline>
  
 \\  \\ 
-====== Hinweise ====== +====== Hinweise / Hints ====== 
-<columns 100% 45% 10% ->Code einfügen+<columns 95% 45% 10% ->Code einfügen
 Diese Seite benötigt Javascript zum Anzeigen !!\\  Diese Seite benötigt Javascript zum Anzeigen !!\\ 
 Nach dem **Speichern der Daten-Seite** unbedingt noch den Button 'als Timeline speichern' drücken !!!\\  Nach dem **Speichern der Daten-Seite** unbedingt noch den Button 'als Timeline speichern' drücken !!!\\ 
  
-===== Probleme =====+==== Probleme ====
   * Probleme gibt es wohl mit manchen Minus-Zeichen.   * Probleme gibt es wohl mit manchen Minus-Zeichen.
   * kein korrektes Datenfile -> keine !! inhaltliche Darstellung   * kein korrektes Datenfile -> keine !! inhaltliche Darstellung
Zeile 23: Zeile 18:
 <newcolumn> <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 =====+==== Problems ====
   * some minus-characters ??   * some minus-characters ??
   * Data-File not correct -> no display of the content   * Data-File not correct -> no display of the content
 </columns> </columns>
 +
 +===== Syntax =====
 +<code><event start='1985' end='2999' color='red' isDuration='true' title='AMIGA'>Ewig lebe der Amiga !</event></code>
 + 
 +Basic Event Attributes:
 +
 +  * start - in full date format (e.g. "May 20 1961 00:00:00 GMT-0600"). See next section for alternative formats.
 +  * 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 - 'true' or 'false'. Only applies to events with start/end times.\\ true -- the event occurs over a time duration. No icon. The event will be drawn as a dark blue tape. The tape color is set with the color attribute. Default color is #58A0DC\\ false -- the event is focused on a specific "instant" (shown with the icon). The event will be drawn as a blue dot icon (default) with a pale blue tape. The tape is the default color (or color attribute color), with opacity set to 20. To change the opacity, change the theme's instant: {impreciseOpacity: 20} value. Maximum 100. 
 +  * 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" is unambiguous and is the default.\\ The RFC 2822 format of "Thu, 21 Dec 2000 16:01:07 +0200" also works fine by default. 
 +    
 +  * 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's title text be a hyper-link to this address.
 +  * 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, above.
 +  * 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's tape (or 'bar') on the Timeline. Overrides the color setting for the tape. Repeat style should be one of {repeat | repeat-x | repeat-y}, repeat is the default. See the Cubism example for a demonstration. Only applies to duration events. 
 +\\ 
 +=== Einbetten ===
 +Standard (mit Höhe 350px)
 +<code><eventline>&file=example&</eventline></code>
 +oder wie hier oben 
 +<code><eventline>&file=example&height=200px&</eventline></code>
 +example = File/Datei-Name
  
 \\  \\ 
Zeile 32: Zeile 55:
 {{  :awschriftzug.gif?nolink|www.amigawiki.org}} {{  :awschriftzug.gif?nolink|www.amigawiki.org}}
 ====== Links ====== ====== Links ======
-  * zu Nachweisquellen +  * Beschreibung Plugin: https://www.dokuwiki.org/plugin:eventline
-  * zu Dokumentationen+
   * Software   * Software
     * http://code.google.com/p/simile-widgets/wiki/Timeline     * http://code.google.com/p/simile-widgets/wiki/Timeline
     * Demo: http://www.buildmyniche.com/doku.php?id=products:promo     * Demo: http://www.buildmyniche.com/doku.php?id=products:promo
 +    * Syntax: http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources
  
Zuletzt geändert: 2013/07/27 00:50