Template:Event: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="seqdiag" style="height: 600px">
<div style="float: right; width: 48%">
 
{{#semantic_google_map:{{ #geocode: {{{Location}}}|14|G_NORMAL_MAP|GSmallMapControl|pmap|200|200}}
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>
'''Event''': Start: [[Start date::{{{Start date}}}]];
End: [[End date::{{{End date}}}]];
[[Location::{{{Location}}}]]
{{ #set: GPS={{ #geocode: {{{Location}}} }}}}
Download in {{#ask: [[{{PAGENAME}}]]
| ?Start date = start
| ?End date = end
| ?Location
| format=icalendar
}} [[Events|Browse all events]]
<br class="cleared" />
</includeonly>

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.