neingeist
/
neinomaten
Archived
1
0
Fork 0

Category: Workshop

master
neingeist 17 years ago
parent b4c15fedb6
commit 01697b8ece

@ -51,7 +51,9 @@ list = ""
end
end
p list
list += "\n[[Category:Workshop]]\n"
puts list
a = @wiki.article("List of workshops")
a.text = list
a.submit("wiki ex machina")