<?php
// File encoding: utf-8
// This extension does not depend on other extensions.
+//
+// The following tags are supported:
+// <bahnentabelle/>
+// Creates an overview table of all sledruns specified (one per line) in the tag.
+//
+// <bahnenregiontabelle/>
+// Like <bahnentabelle> but includes all sledruns that are in the region of the current page
+// or in the region specified by the region="..." parameter.
+// This tag does not accept any contents.
+//
+// <bahnberichte/>
+// Shows an overview of the sledrun reports of the current page.
+//
+// <bahnberichtformular/>
+// Creates the form that is used to enter sledrun reports.
# 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')) {