Events: Difference between revisions

From RevSpace
Jump to navigation Jump to search
(Created page with " = Events = __FORCETOC__ == Add an event == <form method="POST" action="%SCRIPTURL{"manage"}%/%WEB%"> The event name (please use !CamelCase, eg !RocketLaunchEvent): <input ...")
 
No edit summary
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].
{{#ask:[[Category:Event]]
|?Event Name
|?Event Status
|format=broadtable
|limit=20
|headers=show
|link=all
|order=ASC,ASC
|sort=Event Status,Event Name
|offset=0
}}
 
__FORCETOC__


__FORCETOC__
__FORCETOC__

Revision as of 23:55, 16 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%"

}%