Template:Event: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="seqdiag" style="height: 600px"> | |||
<div style=" | |||
[[ | seqdiag { | ||
clientTracerouteRunner; | |||
[ | clientBrowser; | ||
transitionServer; | |||
extantServer; | |||
clientTR -> transitionServer [label = "submits traceroute output"]; | |||
transitionServer -> transitionServer [label = "parses output"]; | |||
transitionServer -> extantServer [label = "submits parsed output"]; | |||
extantServer -> transitionServer [label = "sends traceroute id"]; | |||
transitionServer -> client [label = "sends traceroute id"]; | |||
clientBrowser --> transitionServer [label = "requests map view via traceroute id"]; | |||
clientBrowser --> extantServer [label = "requests detail view"]; | |||
} | |||
</div> | </div> | ||
Latest revision as of 23:13, 28 June 2012
This is the "Event" template. It should be called in the following format:
{{Event
|Location=
|Topic=
|Speaker=
|Date=
}}
Edit the page to see the template text.