Category: Workshop
This commit is contained in:
parent
b4c15fedb6
commit
01697b8ece
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ list = ""
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
p list
|
list += "\n[[Category:Workshop]]\n"
|
||||||
|
|
||||||
|
puts list
|
||||||
a = @wiki.article("List of workshops")
|
a = @wiki.article("List of workshops")
|
||||||
a.text = list
|
a.text = list
|
||||||
a.submit("wiki ex machina")
|
a.submit("wiki ex machina")
|
||||||
|
|
Reference in a new issue