//
// <bahnberichtformular/>
// Creates the form that is used to enter sledrun reports.
+//
+// <rodelbahntabelle/>
+// Generates a list of sledrun entries in a flexible way.
+//
+// Examples:
+// Empty list:
+// <rodelbahntabelle/>
+//
+// Sledrun "Rumer Alm" and sledrun "Juifenalm"
+// <rodelbahntabelle>
+// <rodelbahn>Juifenalm</rodelbahn>
+// <rodelbahn>Rumer Alm</rodelbahn>
+// </rodelbahntabelle>
+//
+// All sledruns in region Innsbruck
+// <rodelbahntabelle>
+// <region>Innsbruck</region>
+// </rodelbahntabelle>
+//
+// All sledruns in region Innsbruck thats entries are not "under construction"
+// <rodelbahntabelle>
+// <region>Innsbruck</region>
+// <rodelbahn operation="-">Rumer Alm</rodelbahn>
+// </rodelbahntabelle>
+//
+// All sledruns thats entries are "under construction"
+// <rodelbahntabelle>
+// <rodelbahnen in_arbeit="ja"/>
+// </rodelbahntabelle>
+//
+// Attributes:
+// * in_arbeit: values "ja" "nein" (default for region and rodelbahnen), "*" (default for rodelbahn)
+// Just include the sledrun(s) if the condition is fulfilled.
+// * operation: values "+" (add the sledrun to the set, default), "-" (subtract the sledrun from the set)
+// Attributes that may be implemented later
+// * beleuchtungstage: values "0", "unknown" (is null), ">0" (excludes null), "7", "*" (includes null)
+// Just include the sledrun(s) if the condition is fulfilled.
+//
# Alert the user that this is not a valid entry point to MediaWiki if they try to access the special pages file directly.
if (!defined('MEDIAWIKI')) {