Template:Event: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="seqdiag" style="height: 600px">
'''Event''': Start: [[Start date::{{{Start date}}}]];
End: [[End date::{{{End date}}}]];
[[Location::{{{Location}}}]]


Download in {{#ask: [[{{PAGENAME}}]]
seqdiag {
| ?Start date = start
  clientTracerouteRunner;
| ?End date = end
  clientBrowser;
| ?Location
  transitionServer;
| format=icalendar
  extantServer;
}} [[Events|Browse all events]]
 
</includeonly>
  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>