Template:Event: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
(Created page with '[[Start date::{{{Start date}}}]] [[End date::{{{End date}}}]] [[Location::{{Location}}]] This is an event. {{#ask: [[{{PAGENAME}}]] | ?Start date = start | ?End date = end |...')
 
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Start date::{{{Start date}}}]]
<div class="seqdiag" style="height: 600px">
[[End date::{{{End date}}}]]
[[Location::{{Location}}]]


This is an event.
seqdiag {
  clientTracerouteRunner;
  clientBrowser;
  transitionServer;
  extantServer;


{{#ask: [[{{PAGENAME}}]]
  clientTR -> transitionServer [label =  "submits traceroute output"];
| ?Start date = start
  transitionServer -> transitionServer [label = "parses output"];
| ?End date = end
  transitionServer -> extantServer [label = "submits parsed output"];
| ?location
  extantServer -> transitionServer [label = "sends traceroute id"];
| format=icalendar
  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.