Difference between revisions of "Events"

From RevSpace
Jump to navigation Jump to search
 
Line 1: Line 1:
 
 
= Events =
 
= Events =
  
 
Due to agressive caching this page needs to be [https://revspace.nl/mediawiki/index.php?title=Events&action=purge rebuilt manually].
 
Due to agressive caching this page needs to be [https://revspace.nl/mediawiki/index.php?title=Events&action=purge rebuilt manually].
 
{{#ask:[[Category:Event]]
 
{{#ask:[[Category:Event]]
|?Event Name
+
|?Name
|?Event Status
+
|?DateStart
 
|format=broadtable
 
|format=broadtable
 
|limit=20
 
|limit=20
Line 11: Line 10:
 
|link=all
 
|link=all
 
|order=ASC,ASC
 
|order=ASC,ASC
|sort=Event Status,Event Name
+
|sort=Name,DateStart
 
|offset=0
 
|offset=0
 
}}
 
}}

Latest revision as of 01:55, 17 January 2012

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%"

}%