Nội dung được xóa Nội dung được thêm vào
nKhông có tóm lược sửa đổi
Dòng 4:
 
* defs:
<source lang="mathematica">
myagent = "foo";
sitelang = "vi";
Dòng 14:
</source>
* đăng nhập, đòi edit token, đăng xuất:
<source lang="mathematica">
first[response_] := StringPosition[response, "logintoken"][[1, 2]] + 4
last[response_] :=
Dòng 45:
</source>
* tải mã wiki của một trang:
<source lang="mathematica">
loadwiki[word_] :=
URLFetch[site <> "w/index.php?action=raw&title=" <> word,
Dòng 51:
</source>
* sửa trang:
<source lang="mathematica">
edit[page_, newtext_, summary_] :=
URLFetch[apiname, "UserAgent" -> myagent, "Method" -> "POST",