''This is an auto-generated list - please use [[Template:Workshop]] (description is there) to include your workshop here. Contact [[User:Neingeist|Neingeist]] if you have problems or questions (Jabber is preferred.)''
"
@wiki.category("Workshop").articles.each do |article|
if article != "Template:Workshop" && article != "List of workshops" && article != "ExampleVille"
@ -45,11 +61,13 @@ list = ""
workshops = parse_template(article, "Workshop")
workshops.each do |workshop|
list += "* [[#{article}|#{workshop["what"]}]] "
list += "* '''[[#{article}|#{workshop["what"]}]]''' "
if workshop["day"] != ""
list += "Day " + workshop["day"] + "/" + workshop["start"]