|
|
@ -30,6 +30,9 @@ termine = []
|
|
|
|
template = "Vorlage:Radio Chaotica-Sendung"
|
|
|
|
template = "Vorlage:Radio Chaotica-Sendung"
|
|
|
|
@wiki.article(template).what_links_here.each do |page|
|
|
|
|
@wiki.article(template).what_links_here.each do |page|
|
|
|
|
if erste_sendung = parse_template(page, template)["erste_sendung"]
|
|
|
|
if erste_sendung = parse_template(page, template)["erste_sendung"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
next if erste_sendung =~ /^\s*$/;
|
|
|
|
|
|
|
|
|
|
|
|
termin = {}
|
|
|
|
termin = {}
|
|
|
|
termin["datum"] = erste_sendung.gsub(/\s*um\s*\d+:\d+$/,"")
|
|
|
|
termin["datum"] = erste_sendung.gsub(/\s*um\s*\d+:\d+$/,"")
|
|
|
|
termin["uhrzeit"] = "16:00"
|
|
|
|
termin["uhrzeit"] = "16:00"
|
|
|
|