1
0
Fork 0

Category: Workshop

This commit is contained in:
neingeist 2007-07-08 12:25:49 +00:00
parent b4c15fedb6
commit 01697b8ece

View file

@ -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")