Events
Jump to navigation
Jump to search
Events
Due to agressive caching this page needs to be rebuilt manually.
Add an event
<form method="POST" action="%SCRIPTURL{"manage"}%/%WEB%">
The event name (please use !CamelCase, eg !RocketLaunchEvent): <input type="text" name="topic"/><input type="submit" value="Create!"/> <input type="hidden" name="formtemplate" value="RevelationSpace.EventForm"/> <input type="hidden" name="onlynewtopic" value="on"/> <input type="hidden" name="action" value="create"/> <input type="hidden" name="text" value="Describe your event in this box, then scroll down and fill in the event fields."/>
</form>
On-going events
%SEARCH{
"EventStatus='on-going' OR EventStatus='confirmed'" type="query" nonoise="on" header="" footer="" format="---+++ [$topic|$formfield(EventName)]$n$percntREVINFO{\"r1.$dollarrev - $dollardate\" topic=\"$topic\"}$percnt%BR%$formfield(EventFrequency), primary suspect $formfield(EventCoordinator)%BR%%BR%$summary%BR%%BR%"
}%
Proposed events
%SEARCH{
"EventForm.EventStatus='proposal'" type="query" nonoise="on" header="" footer="" format="---+++ [$topic|$formfield(EventName)]$n$percntREVINFO{\"r1.$dollarrev - $dollardate\" topic=\"$topic\"}$percnt%BR%$formfield(EventFrequency), primary suspect $formfield(EventCoordinator)%BR%%BR%$summary%BR%%BR%"
}%
Archived events
%SEARCH{
"EventForm.EventStatus='archived'" type="query" nonoise="on" header="" footer="" format="---+++ [$topic|$formfield(EventName)]$n$percntREVINFO{\"r1.$dollarrev - $dollardate\" topic=\"$topic\"}$percnt%BR%$formfield(EventFrequency), primary suspect $formfield(EventCoordinator)%BR%%BR%$summary%BR%%BR%"
}%