Template:Event: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 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}}}]];
seqdiag {
[[Location::{{{Location}}}]]
  clientTracerouteRunner;
{{# set GPS={{ #geocode: {{{Location}}} }}
  clientBrowser;
Download in {{#ask: [[{{PAGENAME}}]]
  transitionServer;
| ?Start date = start
  extantServer;
| ?End date = end
 
| ?Location
  clientTR -> transitionServer [label =  "submits traceroute output"];
| format=icalendar
  transitionServer -> transitionServer [label = "parses output"];
}} [[Events|Browse all events]]
  transitionServer -> extantServer [label = "submits parsed output"];
</includeonly>
  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>

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.