Difference between revisions of "Дольник:YaroslavZolotaryov/sandbox"
Content deleted Content added
No edit summary |
m Reverted edits by 78.62.16.194 (Talk); changed back to last version by Pill |
||
| (9 intermediate revisions by 6 users not shown) | |||
Line 278:
]
cctldCountriesSiberian = \
[
u'сердыш Вознесення',
Line 533:
]
cctldCountriesSiberianGen = \
[
u'сердышы Вознесення',
Line 823:
page = None
for cc, country, gen in zip(cctldDomains,
page = wikipedia.Page(site, title = (u"." + cc))
if page.exists:
Line 857:
u"}}\n" + \
u"\n" + \
u"'''." + cc + u"''' — [[
u"\n" + \
u"== Ссылки ==\n" + \
u"* [http://www.iana.org/root-whois/" + cc + u".htm
u"\n" + \
u"{{
u"\n" + \
u"{{Compu-domain-stub}}\n" + \
u"\n" + \
u"[[
u"\n" + \
u"[[en:." + cc + u"]]\n" + \
u"[[ru:." + cc + u"]]\n"
try:
Line 880 ⟶ 881:
if really:
try:
status, reason, data = page.put(newtext = text, comment = u"
except wikipedia.EditConflict, error:
wikipedia.output(u'ERROR putting page: %s. Giving up.' % error)
| |||