Minecraft Wiki
Advertisement
If you are not French, please write on my English talk page. 

Message 1

Merci beaucoup pour ton aide très précieuse sur la page "Personnalisé".

--GamingChope (discussion) 27 avril 2014 à 13:11 (UTC)

De rien. :) • ObelusPA2 d · FR Admin · 31 août 2014 à 16:21 (UTC)

Message 2

Heureusement que itouchmasterpro et toi êtes la pour modérer le Wiki en ce moment. Je vais souvent voir les modifications et en ce moment je remarque que il y a de plus en plus de choses à modifier, modérer ect. Merci beaucoup pour nous fournir un Wiki propre et une aide pour ceux qui débutent.

Pierreyann1 (discussion) 18 juillet 2014 à 17:58 (UTC)

Merci pour tes commentaires encourageants ! :)
C'est vrai qu'aujourd'hui, j'ai dû annuler presque toutes les modifications mais bon, c'est utile à tout le monde. • ObelusPA2 d · FR Admin · 31 août 2014 à 16:21 (UTC)

Utilisant "pywikibot"

Bonjour! Je suis de la russe minecraft gamepedia. J'ai trouve, que vous avez le bot (IdefixBot) et vous utilisez "pywikibot". J'essayé utilise le, mais J'ai eu des problèmes. Quand J'essayé exécuter "generate_family_file.py", écrire le URL (http://www.minecraft-ru.gamepedia.com), écrire le court nom, Je suis d'accord de télécharge interwiki liens, quand tous les interwiki liens sont téléchargés et family écrire commence, J'obtiens l'erreur

Traceback (most recent call last):
  File "C:\Users\user\Documents\pywikibot\core\generate_family_file.py", line 31
4, in <module>
    FamilyFileGenerator(*sys.argv[1:]).run()
  File "C:\Users\user\Documents\pywikibot\core\generate_family_file.py", line 10
4, in run
    self.writefile()
  File "C:\Users\user\Documents\pywikibot\core\generate_family_file.py", line 17
4, in writefile
    f = codecs.open(fn, 'w', 'utf-8')
  File "C:\Program Files\Python27\lib\codecs.py", line 878, in open
    file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: u'pywikibot/families/minecraft_fam
ily.py'

Pourriez-vous m'aider, s'il vous plaît? Merci! --Dand0 (discussion) 15 septembre 2014 à 07:31 (UTC)

Hello, I think that it would be easier to speak in English...
I don't know why you have this error, it was supposed to work... For the french wiki, I'm using the "compat" branch of pywikibot and Python 2.7.8 (not 3).
I have tested it for your wiki, and I have these files :
And if it helps you, there is the entire "compat" folder : http://1drv.ms/1DaTmKL
Also, I'm currently finishing the development of a new bot that would be able to work on all the Minecraft wikis.
If you have other questions, I'm here ! :) • ObelusPA2 d · FR Admin · 15 septembre 2014 à 14:58 (UTC)
Thank you so much. So one question: I made a double redirect, but when I tried to proceed command "redirect.py" with "double -delete", I had the following error:
Traceback (most recent call last):
  File "pwb.py", line 171, in <module>
    run_python_file(fn, argv, argvu)
  File "pwb.py", line 69, in run_python_file
    exec(compile(source, filename, "exec"), main_mod.__dict__)
  File "scripts\redirect.py", line 798, in <module>
    main()
  File "scripts\redirect.py", line 795, in main
    bot.run()
  File "scripts\redirect.py", line 706, in run
    self.fix_double_redirects()
  File "scripts\redirect.py", line 518, in fix_double_redirects
    self.fix_1_double_redirect(redir_name)
  File "scripts\redirect.py", line 532, in fix_1_double_redirect
    targetPage = newRedir.getRedirectTarget()
  File "C:\Users\user\Documents\pywikibot\core\pywikibot\page.py", line 1356, in
 getRedirectTarget
    return self.site.getredirtarget(self)
  File "C:\Users\user\Documents\pywikibot\core\pywikibot\site.py", line 2202, in
 getredirtarget
    raise pywikibot.CircularRedirect(target_title)
  File "C:\Users\user\Documents\pywikibot\core\pywikibot\exceptions.py", line 98
, in __init__
    self.title = page.title(asLink=True)
TypeError: title() takes no keyword arguments
<type 'exceptions.TypeError'>
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort
What can I do? --Dand0 (discussion) 15 septembre 2014 à 15:27 (UTC)
I think that the "-delete" argument is not necessary, it will work with only "double". • ObelusPA2 d · FR Admin · 15 septembre 2014 à 16:22 (UTC)
I tried without "-delete", the same error. --Dand0 (discussion) 15 septembre 2014 à 19:23 (UTC)
Maybe it's because you have a circular redirect : ru:Участник:Dand0/Перенаправление is redirecting to ru:Участник:Dand0/Перенаправление2 that is redirecting to ru:Участник:Dand0/Перенаправление, so the bot can't know which page to choose.
Try to put a redirect to a third page in ru:Участник:Dand0/Перенаправление2 and it will probably work. • ObelusPA2 d · FR Admin · 15 septembre 2014 à 21:20 (UTC)
Now, another error:
ERROR: Traceback (most recent call last):
  File "C:\Users\user\Documents\pywikibot\core\pywikibot\data\api.py", line 452,
 in submit
    headers=headers, body=body)
  File "C:\Users\user\Documents\pywikibot\core\pywikibot\tools.py", line 317, in
 wrapper
    return method(*__args, **__kw)
  File "C:\Users\user\Documents\pywikibot\core\pywikibot\comms\http.py", line 25
8, in request
    raise request.data
error: [Errno 10054]
Thank you for replies! --Dand0 (discussion) 16 septembre 2014 à 06:53 (UTC)
It seems that you are using the "core" branch of pywikibot, I also had problems with it, I tried with Compat and it worked. Try to install it and copy user-config.py in the Compat folder and minecraft_family.py in the "families" folder, and I hope it will work. • ObelusPA2 d · FR Admin · 16 septembre 2014 à 11:35 (UTC)
I tried compat, but when I execute python pwb.py redirect.py (without any arguments) it says "Retreving commit log from https://tools.wmflabs.org/pywikibot/gitlog.txt" and after a minute, it stops without any errors. --Dand0 (discussion) 16 septembre 2014 à 12:47 (UTC)
Did you tried directly python redirect.py ? • ObelusPA2 d · FR Admin · 16 septembre 2014 à 16:17 (UTC)
When I try any script directly, I get following error:
Traceback (most recent call last):
  File "login.py", line 480, in <module>
    main()
  File "login.py", line 475, in main
    loginMan.login()
  File "login.py", line 349, in login
    cookiedata = self.getCookie(api)
  File "login.py", line 200, in getCookie
    back_response=True)
  File "C:\Users\user\Documents\pywikibot\compat\pywikibot\support.py", line 118
, in wrapper
    return method(*__args, **__kw)
  File "C:\Users\user\Documents\pywikibot\compat\query.py", line 110, in GetData

    if site.versionnumber() >= 18:
  File "C:\Users\user\Documents\pywikibot\compat\wikipedia.py", line 9231, in ve
rsionnumber
    return self.family.versionnumber(self.lang)
  File "C:\Users\user\Documents\pywikibot\compat\family.py", line 4341, in versi
onnumber
    M = R.search(version or self.version(code))
TypeError: expected string or buffer
But if I use pwb.py, It (script) doesn't start. --Dand0 (discussion) 16 septembre 2014 à 17:22 (UTC)
I have no idea how to solve this... The error is talking of "login.py", maybe you forgot to run it before. If it's not that, I'm running out of ideas, sorry... • ObelusPA2 d · FR Admin · 16 septembre 2014 à 21:34 (UTC)
So, I reunzipped core and tried again, so there was no the last error, it worked, it did asked me, if I want to save the first redirect, I agreed, but then, I think, AbuseFilter worked. So, I think, that the last time I stopped unzipping (I accidently closed archiver), therefore I think, it didn't worked.
>>> Участник:Dand0/Перенаправление <<<
   Links to: [[Участник:Dand0/Перенаправление2]].
   Links to: [[Участник:Dand0/Тест]].
- #Перенаправление [[Участник:Dand0/Перенаправление2]]
+ #перенаправление [[Участник:Dand0/Тест]]

Do you want to accept the changes? ([y]es, [N]o, [a]ll, [q]uit) y
ERROR: editpage: unknown failure reason {u'edit': {u'info': u'Hit AbuseFilter: \
u041d\u043e\u0432\u044b\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u
0438 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0440\u0435\u0434\u0430\u043a\
u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u041b\u0421 \u0434\u0440\u0443\
u0433\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430',
 u'code': u'abusefilter-disallowed', u'warning': u'\u0414\u0430\u043d\u043d\u043
e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0431\u044b\u043b\u043
e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438
 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e \u043a\u0430\u043a
 \u0432\u0440\u0435\u0434\u043e\u043d\u043e\u0441\u043d\u043e\u0435, \u0438 \u04
3f\u043e\u0442\u043e\u043c\u0443 \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043
d\u043e.\n\u0415\u0441\u043b\u0438 \u0432\u044b \u0443\u0432\u0435\u0440\u0435\u
043d\u044b, \u0447\u0442\u043e \u044d\u0442\u043e \u043a\u043e\u043d\u0441\u0442
\u0440\u0443\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u043f\u0440\u0430\u0432\
u043a\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043
e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0430\u0434\u043
c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443 \u0438 \u044
0\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435, \u0447\u0442\u043e \u04
32\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u043b\u0438\u0441\u044c \u0441\u04
34\u0435\u043b\u0430\u0442\u044c.\n\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u
043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0437\u043b\u043e\u0443\u043f\u0
43e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044f, \u0441 \u043a\u043e\u
0442\u043e\u0440\u044b\u043c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u0
43d\u043e \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u04
35 \u0432\u0430\u0448\u0435\u0433\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u04
38\u044f: \u041d\u043e\u0432\u044b\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0
438\u043a\u0438 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0440\u0435\u0434\u
0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u041b\u0421 \u0434\u
0440\u0443\u0433\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0
43a\u0430', u'result': u'Failure'}}
WARNING: Page [[Участник:Dand0/Перенаправление]] not saved
Saving page [[Участник:Dand0/Перенаправление]] failed: Page [[ru:Участник:Dand0/
Перенаправление]] was not saved.
Thank you! Thank you for replies, because you had lost your time helping me, really thanks! --Dand0 (discussion) 17 septembre 2014 à 04:52 (UTC)
So, I logged into my account (not bot's one), And it worked! Thank you! And, excuse me for asking you to solve my problems, that I had done closing archiver, so losing your time. Thank's a lot! --Dand0 (discussion) 17 septembre 2014 à 04:52 (UTC)
No problem ! ;) • ObelusPA2 d · FR Admin · 17 septembre 2014 à 08:20 (UTC)

Does script "interwiki" work for you? --Dand0 (discussion) 1 octobre 2014 à 06:34 (UTC)

Yes, it is supposed to ask which page to work on. • ObelusPA2 d · FR Admin · 1 octobre 2014 à 08:20 (UTC)
Don't you get errors about Disambig after you choose the page to work on? —Dand0 (discussion) 1 octobre 2014 à 14:00 (UTC)
Yes, it sometimes happens, but the script does not stop. • ObelusPA2 d · FR Admin ·
Don't you sometimes get error about Traceback (most recent call last)? --Dand0 (discussion) 15 octobre 2014 à 17:43 (UTC)
No, sorry... • ObelusPA2 d · FR Admin · 15 octobre 2014 à 17:48 (UTC)
I know, that I ask too much and at all don't help the wiki, but I don't know anyone else who has a bot, that uses pywikibot. The only users I know are you and ru:User:Dimon4ezzz, he and his bot ru:User:D4zzzBOT are inactive, and you use compat branch. --Dand0 (discussion) 16 octobre 2014 à 06:04 (UTC)
Don't worry, I am happy to help you, but I cannot know everything about Pywikibot, I don't use it everyday. :) • ObelusPA2 d · FR Admin · 16 octobre 2014 à 15:52 (UTC)

Rebaptiser L'Ender

Bonjour. Je utilise un wikifikator utilitaire. Il a de nombreuses fonctions. Après le traitement de l'article "ru:Край", il a changé le lien interwiki cette section linguistique. Je propose de renommer l'article. L'Ender => L’Ender P.S. Et peut suggérer un modèle pour d'autres demandes semblables? - Google Tanslate. — Ivan-r ru.Admin 25 décembre 2014 à 11:07 (UTC)

Je n'ai pas compris la raison pour laquelle il faut modifier l'apostrophe, ni le modèle que vous demandez. Google Traduction n'est pas très efficace avec le français... ^^ • ObelusPA2 d · Admin · 25 décembre 2014 à 18:10 (UTC)
L'apostrophe que votre utilitaire suggère ne peut pas être tapée à partir d'un clavier français ordinaire. L'apostrophe actuelle n'a rien d'incorrect selon moi. — Itouchmasterpro d c 25 décembre 2014 à 19:48 (UTC)

Suppression

Bonjour vous avez apparemment supprimer mon début de wiki, sans bien entendu aucune raison valable ! J'estime être en droit d'exiger des explications valables sur cet acte. Pour le moment j'ai juste l'impression qu'il a été supprimé par une personne juste car cette dernière ne connaissait pas le sujet dont elle traitait. Il est navrant de voir son travail ruiné en 5 minutes ... --TypexWeb

Bonjour TypexWeb, la page que vous avez crée concernait un serveur et donc une communauté de joueurs (privée en plus), or la règle 8 du Minecraft Wiki stipule que ce type de page n'est pas autorisé. Vous comprenez bien que si chaque serveur ou chaque communauté de joueurs venait créer sa page, ce serait complètement ingérable et ce ne serait pas vraiment "encyclopédique". Il existe de nombreux sites internet référençant les serveurs Minecraft, ce n'est pas le but du Minecraft Wiki.
J'espère avoir répondu à vos interrogations, bonne journée. • ObelusPA2 d · Admin · 9 février 2015 à 21:09 (UTC)

Questions

Où tu trouve toutes les infos pour les prochaines MAJ de Minecraft. Et pourquoi tu enleve les infos que je met alors quels ne sont pas fausses. --Redkil33

Bonjour Redkil33, j'ai l'habitude de reprendre les informations du wiki anglophone pour les fonctionnalités des futures versions. Dans tous les cas, des références (liens vers des "preuves" officielles) sont à placer entre les balises <ref> et </ref> après les informations ajoutées à la page. Exemple : <ref>https://www.youtube.com/watch?f=&v=_Vy9BeSYV3Q</ref>
On ne peut pas conserver les informations sans source (sans preuve, sans référence), il faut qu'on soit sûrs qu'elles sont vraies. C'est pourquoi il faut mettre des références, surtout dans les pages parlant des futures versions de Minecraft.
J'espère t'avoir éclairci. Bonne journée et merci pour tes contributions au wiki. • ObelusPA2 d · Admin · 12 juillet 2015 à 19:49 (UTC)

Page "Armure"

Sur ton exemple de calcul des FPEs tu dis qu'une pièce d'armure protection 3 donne 3 FPE. Hors d'après la formule donnée plus haut FPE = (6 + niveau²) * multiplicateur/3. Donc (6+9)*0,75/3 = 4. Si je me suis trompé, pourrais-je avoir une réponse ? Si non, pense à corriger la page, merci beaucoup ! 83.205.141.117 31 juillet 2015 à 15:35 (UTC)

Bonjour, je ne connais pas précisément le fonctionnement de ce calcul. Si vous pensez que cela est une erreur, je vous invite à la corriger en cliquant sur le bouton "modifier" ou "modifier le wikicode" de la page Armure. Je suis disponible pour répondre à toute autre question. Bonne journée ! • ObelusPA2 d · Admin · 31 juillet 2015 à 15:43 (UTC)

Lien interwikis Terraria

Bonjour, je suis l'administrateur du wiki français de Terraria et je me demandais si Idefixbot fonctionnerait sur les wikis de Terraria afin qu'ils soient tous connectés entre eux comme le sont actuellement ceux de Minecraft. -- Dinoxel discussion 18 août 2015 à 12:20 (UTC)

Advertisement