User talk:Bene*/Archive/2012

From Wikidata
Jump to navigation Jump to search
This page is an archive. Please do not modify it. Use the current page, even to continue an old discussion.

RE:Template:Languages

Hi, After writing the entire message I understood the problem. "pagename" parameter is useless because "officially" (there is no discussion about it, so if there is a problem we should talk about it in the talk page) the translated page should be subpages of the English one. If Russian page is X, you should add |ru=X to the template, otherwise the automatic name should be Y/L, where Y is the English page and L the language code. Best regards, --★ → Airon 90 14:20, 2 November 2012 (UTC)

I think, now it works :-) Thank you --Bene* (talk) 17:29, 2 November 2012 (UTC)

Rhein-Sieg-Kreis

Hallo Bene,
kannst Du mir sagen, was (mir?) da passiert ist? Es gab keinen Hinweis auf ein bereits vorhandenes Objekt. Danke und Gruß --Bubo 18:46, 4 November 2012 (UTC)

Ja, das ist ein Problem hier. Wenn du nur das Label einträgst, wird dir noch nicht angezeigt, dass das Item bereits existiert. Erst wenn du versuchst, einen Interwikilink einzufügen, wird dir ein Fehler gemeldet. Am besten immer erst suchen, ob das Item bereits existiert und sonst macht es auch nichts. Wie du siehst, kann man doppelte Items ja auch einfach löschen lassen. :-) --Bene* (talk) 19:03, 4 November 2012 (UTC)
Danke schön! :-) --Bubo 19:08, 4 November 2012 (UTC)

Feature requests

it's done, but you can change one value per time, that's mean you need to change one value and click on Save, for exemple to change label, description and aliases, you need : change label value then click on save, then change description value, then save, then add and/or remove alias (only add and remove aliases can work a the same time) and then save. --Jitrixis (talk | support my candidacy) 02:12, 5 November 2012 (UTC)

So What's new on labelLister :

  • A reload button, if you're on the label list, it's reloading the list, if you're on the edit menu it's reset input default value.
  • An edit button. When you click on it a prompt appear and ask you the language code that you want to edit (casse insensitive). then an edit menu and 2 new buttons (Save / Finish) appear.
  • On the edit menu you can change label, description or add and/or remove aliases.
  • If you click on "save" button, change are saving (of course), and a summary of change appear to the right of the code language in green to show you when the request is end, BUT :

(WARNING : you can change only one value per save, that's mean you need to change one value and save)

for exemple : to change label, description and aliases, you need : change label value then click on save, then change description value, then save, then add and/or remove alias (only add and remove aliases can work a the same time) and then save.

  • And if you click on "finish" button, the edit menu will close (Attention : All change will be lost)
  • You can add or remove several aliases if separated by a vertical bar

--Jitrixis (talk | support my candidacy) 02:12, 5 November 2012 (UTC)

Scriptfrage

Hallo Bene*, kannst du ein Script schreiben, das bei leerem "Bezeichnung"sfeld, dieses mit dem deutschen (bzw. in eingestellter Sprache) "Verlinkten Artikel" als Defaultwert füllt? Also so, dass man nach Kontrolle im Idealfall nur noch auf "Speichern" klicken muss. Am besten wäre, wenn zuvor ein eventueller Klammerzusatz entfernt würde. Ich kann den Aufwand davon allerdings nicht wirklich abschätzen, also wenn das Script zu kompliziert ist, dann ist das auch kein Weltuntergang. Viele Grüße, --CENNOXX (talk) 23:35, 6 November 2012 (UTC)

Dürfte eigentlich kein Problem sein. Du willst also das Lemma als Bezeichnung eingetragen wird, oder? Muss man halt auf jeden Fall nochmal korrigieren, aber es ist auf jeden Fall machbar. Ich werde mich dransetzen :-) --Bene* (talk) 16:04, 7 November 2012 (UTC)
Hatte die selbe Idee und hab es hier: vorgeschlagen: Wikidata talk:Tools - freu mich wenn es das gibt! -- MichaelSchoenitzer (talk) 23:54, 7 November 2012 (UTC)

lL separator

Please use ; as seperator. I do not like | because it is more "difficult" to add it. --Bene* (talk) 16:58, 5 November 2012 (UTC)

Yes i can do this but i choose the vertical barre because it's the default separateur of the API see http://www.wikidata.org/w/api.php in the action=wbsetaliases section. so I don't know I do are not. --Jitrixis (talk) 20:59, 7 November 2012 (UTC)
Oh, I haven't seen that yet. I think you are totally right to use the same seperator as mediawiki api does. Sorry. Did you see my improvement of your script? --Bene* (talk) 21:17, 7 November 2012 (UTC)
Yes I see it, I add it but it doesn't work sorry that's a good idea --Jitrixis (talk) 16:03, 8 November 2012 (UTC)
I've fixed the bug. Just look at the discussion!!! And hey, you've written another nice script. ;-) Thanks --Bene* (talk) 16:04, 8 November 2012 (UTC)
Thank you. the idea is from Zolo and I improve it to make this new script --Jitrixis (talk) 16:06, 8 November 2012 (UTC)
Might I help anything, too? I really like the Idea and I've tested it yet ;-) There are some bugs like that brackets should not be used in labels. I would be glad to work at this script, too. --Bene* (talk) 16:08, 8 November 2012 (UTC)

Question

Hello. Could I ask you a question? I could easily work with items using pywikidata but could not use it for normal pages using pywikipedia. It always adds prefix "wikidata:" to page names. I couldn't understand what should be changed to avoid it. Thank you. Zanka (talk) 22:27, 8 November 2012 (UTC)

That sounds strange but I do not work with pywikipedia. My bot runs with C# so I'm sorry I cannot help you. Maybe one of the other bot drivers knows more about it. --Bene* (talk) 15:09, 9 November 2012 (UTC)

Bug deletion request

If a deltion is mark for Q999 and he say that is a duplicate of Q222, the script say that Q222 wants to be deleted.

I make a litte corection : And I add two new function :

The precedent code is in the comment

	/**
	 * Checks wether the item is requested for deletion yet.
	 */
	function check() {
		$.ajax({
			type: 'POST',
  			url: mw.util.wikiScript( 'api' ),
			data: {
				'format': 'json',
				'action': 'mobileview',
				'page': 'Wikidata:Requests for deletions'
			},
			success: function( data ) {
					if( data.error && data.error.info ) {
					} else {
						for (var id in data.mobileview.sections) {
							if(data.mobileview.sections[id].line != 'undefined' ){
								if(data.mobileview.sections[id].line == 'Q' + itemId){
									mw.notify( str( 'requested' ), { autoHide: false, title: 'deletionRequest.js :', tag: 'deletionRequest-exist'});
									var content = document.getElementById('content');
									var html = '<span style="float:right; margin-bottom:-50px;z-index:10001;position:relative;bottom:8px;left:5px;" id="' + str( 'requested' ) + '"><a href="http://www.wikidata.org/wiki/Wikidata:Requests_for_deletions#' + data.mobileview.sections[id].line + '"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/25px-Warning.svg.png" title="' + str( 'requested' ) + '"></a></span>'
									$(content).prepend(html);
									requested = true;
									/*var content = document.getElementById('content');
									var html = '<span style="float:right; margin-bottom:-50px;" id="' + str( 'requested' ) + '"><a href="http://www.wikidata.org/wiki/Wikidata:Requests_for_deletions"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/30px-Warning.svg.png" title="' + str( 'requested' ) + '"></a></span>'
									$(content).prepend(html);
									requested = true;*/
								}
							}
						} 
					}
			},
			error: function(jqXHR, textStatus, errorThrown) {
			}
		});
	}

--Jitrixis (talk) 15:30, 9 November 2012 (UTC)

I have ✓ Done it so I hope it will work. I don't think cookies are needed because you do not visit an item quite often. Much thanks for the snippet :-) --Bene* (talk) 15:46, 9 November 2012 (UTC)

Stimment mich wenn du willst

Hallo I frage für sysop Rechet haben, (Ja, Ich spreche deutsch. Frage Sie mich nicht, warum ? ^^). Du kannst stimmt für mich, aber nur wenn du willst XD .--Jitrixis (talk) 21:46, 9 November 2012 (UTC)

Hi verstehst du es auch? :-) Wenn du willst, kannst du auch meinen Bot unterstützen. Ich bewerbe mich vielleicht auch noch für die Admin (=sysop) Rechte, um mein Script als gadget anzubieten. Hast du alles verstanden, oder sollen wir uns lieber auf englisch unterhalten? 8D --Bene* (talk) 22:10, 9 November 2012 (UTC)
Ja Ich habe verstanden was du hast gesagt (oder vieleicht ich glaube ^^) , Vielen dank für deine unterstützen, und ich mache the same thing. Ja ich weiβ nicht, wie man es sagt. --Jitrixis (talk) 22:36, 9 November 2012 (UTC)
PS, Ich glaube nicht, das ich sprechen deutsch für ein langere zeit kann. I don't have good mark in deutsch klasse (between 9/20 and 11/20) XD --Jitrixis (talk) 22:36, 9 November 2012 (UTC)

Years

Hi, I see that you create many items relative to years (and that you have a bot). Would it be possible to keep a list of all those years entries. It could make maintenance easier (for translations, descriptions etc.) to have a list of all year entries. --Zolo (talk) 13:27, 10 November 2012 (UTC)

A list would not be a problem. I'm just waiting for my botflag but for creating a list it isn't needed. May I complete the year-entries before? --Bene* (talk) 13:30, 10 November 2012 (UTC)
Sure, you decide :). I just thought it would be easier to do at the same time as your edits. --Zolo (talk) 13:42, 10 November 2012 (UTC)
Where do you want to have the list of items? --Bene* (talk) 14:16, 10 November 2012 (UTC)
I dont know maybe it would help maintenance to have Wikidata:Lists, with lists of related items. --Zolo (talk) 07:24, 11 November 2012 (UTC)
I will create a new taskforce for all years. --Bene* (talk) 08:24, 11 November 2012 (UTC)

Bitte um Hilfe

Hi Bene, wie erstellst du die Seiten? Fügst du jede Sprache extra ein? -Derschueler (talk) 13:33, 11 November 2012 (UTC)

Ich benutze das Gadget "slurpInterwiki". Schau mal in deinen Einstellungen oder preferences unter gadgets, da müsste slurpInterwiki stehen. Häkchen setzen und links in der Toolbox erscheint ein link "import interwiki". Damit kannst du alle interwikilinks aus einer Wikipedia importieren. Viel spaß und komm doch in den chat ;-) --Bene* (talk) 13:35, 11 November 2012 (UTC)
Um überhaupt seiten zu erstellen, brauchst du Special:CreateItem --Bene* (talk) 13:39, 11 November 2012 (UTC)
wo findet man die fehlenden Artikel? -Derschueler (talk) 13:46, 11 November 2012 (UTC)
Fehlende artikel findet man genug ;-) probiers einfach mal aus, aber schau vielleicht vorher nochmal, ob der Artikel nicht schon verlinkt ist. Wenn nein, dann kannst du das Item erstellen. Notfalls kannst du es bei Wikidata:Requests for deletions eintragen oder mein script benutzen. --Bene* (talk) 14:55, 11 November 2012 (UTC)

New API version

Someone say me that he can't see the documentation on labelLister. And today i see a bug in your script it doen't display that an item has been requested for deletion. I go to the API and I see that http://www.wikidata.org/w/api.php there is no way to have the text inside an article. all has been deleted. see the action that you can do :

 action              - What action you would like to perform. See below for module help
                       One value: sitematrix, titleblacklist, transcodereset, opensearch, abusefilterchecksyntax,
                           abusefilterevalexpression, abusefilterunblockautopromote, abusefiltercheckmatch, userdailycontribs,
                           translationreview, groupreview, aggregategroups, ttmserver, featuredfeed, languagesearch,
                           wbgetitems, wbsetlabel, wbsetdescription, wbsetsitelink, wbsetaliases, wbsetitem, wblinktitles,
                           centralnoticeallocations, login, logout, query, expandtemplates, parse, feedcontributions,
                           feedwatchlist, help, paraminfo, rsd, compare, tokens, purge, setnotificationtimestamp, rollback,
                           delete, undelete, protect, block, unblock, move, edit, upload, filerevert, emailuser, watch, patrol,
                           import, userrights, options

--Jitrixis (talk) 14:37, 11 November 2012 (UTC)

Admin

Hello Bene*. I've closed your RfA as successful and have promoted you to Administrator. Congratulations. Best regards. — MarcoAurelio (talk) 20:35, 17 November 2012 (UTC)

Thank you very much. --Bene* (talk) 21:05, 17 November 2012 (UTC)

Interwiki coflicts

Hi Bene, I was just wondering if you were still planning to develop a tool for interwiki conflicts. --Zolo (talk) 08:40, 24 November 2012 (UTC)

I cannot remember but it sounds good. What should the tool be able to manage? --Bene* (talk) 09:02, 24 November 2012 (UTC)
See Wikidata_talk:Report_interwiki_conflicts#Archive ;). I think it should create a {{Interwiki conflict}}, and add it to the relevant item's talk pages and to WD:Interwiki conflicts. --Zolo (talk) 09:07, 24 November 2012 (UTC)
If the tool works well, I think it could also be called by Slurpinterwiki when a conflict is detected. --Zolo (talk) 09:13, 24 November 2012 (UTC)
Yes, that would be possible. So the tool 1. adds the template to all talk pages and 2. adds a new section to the interwiki conflict page. I will work at it --Bene* (talk) 09:40, 24 November 2012 (UTC)
Ok thaks.--Zolo (talk) 10:41, 24 November 2012 (UTC)
 Question are you really sure that there should be an own page for each conflict? I think it would be enough only to make a new section on WD:Report interwiki conflicts. --Bene* (talk) 11:05, 24 November 2012 (UTC)
I think an own page is better. The main point is that we can transclude it to talk pages of items and edit them from there more easily. --Zolo (talk) 11:12, 24 November 2012 (UTC)
So the script should even create the new page, right? --Bene* (talk) 11:14, 24 November 2012 (UTC)
Yes, imo, it should
  • open a dialog box with asking for item numbers (when called from an item page, the current page ID may be prefilled by default)
  • transform the content provided by the contributor into template parameters
  • create a new page with that
  • transclude it at the relevant places. --Zolo (talk) 11:18, 24 November 2012 (UTC)
Ok, I'll do it. --Bene* (talk) 11:19, 24 November 2012 (UTC)
Hi, do you still plan to develop the script, I waited for it before mergine WD:Interwiki conflicts and WD:Report interwiki conflicts but the current situation appears to be confusing. --Zolo (talk) 13:58, 4 December 2012 (UTC)
I am also waiting for a decision in that discussion. It wouldn't be so good to start the script without having a consensus. If there is one I'll start but I have already some useful ideas. --Bene* (talk) 14:05, 4 December 2012 (UTC)

Thank's for the warm welcoming

 Ę-oиė  >>> 12:06, 25 November 2012 (UTC)

You're welcome ;-) --Bene* (talk) 19:39, 25 November 2012 (UTC)

Aldi

Hallo, war das jetzt ein automatischer Edit oder hast du das so schnell von Hand editiert?--84.161.160.62 19:36, 25 November 2012 (UTC)

Hi, es gibt ein tool, mit dem man einfach alle Interwikilinks ergänzen kann. Wenn du dich registrierst (würd ich dir sehr empfehlen ;-)), dann kannst du es benutzen. Du kannst dann gerne nochmal kommen. Viele Grüße, ich würde mich auf dich freuen --Bene* (talk) 19:38, 25 November 2012 (UTC)

Tool

Hallo, ich habe jetzt das Element "Museum Folkwang" erstellt. Wie funktioniert das mit dem Tool?--USt (talk) 19:57, 25 November 2012 (UTC)

Geh mal auf Special:Preferences und dann auf gadgets. Dort findes du unter Wikidata-centric das tool slurpInterwiki. Mit dem kannst du die Links importieren. Am besten aktivierst du auch noch labellister und autoedit, zwei hilfreiche tools zum hinzufügen von beschreibungen und labels. --Bene* (talk) 20:01, 25 November 2012 (UTC)

RE: interwiki conflict

You're right, I have fixed. Thanks. --ValterVB (talk) 20:00, 25 November 2012 (UTC)

That's ok. Thanks for helping --Bene* (talk) 20:01, 25 November 2012 (UTC)
Can you exclude the user pages? example: "Utente:PandaSorn/Sandbox/Naaman" is a user sandbox. --ValterVB (talk) 20:25, 25 November 2012 (UTC)
I have removed the interwikis there. It is weird to copy a page into user namespace and also copy the interwikis... --Bene* (talk) 20:43, 25 November 2012 (UTC)

bug?

The bot should automatic ignore the user namespace.JC1 11:15, 28 November 2012 (UTC)

Same issue, although links should be removed, bot should have ignored the page for now.JC1 11:23, 28 November 2012 (UTC)
I don't thind the bot should ignore this wikilinks because they are definitly wrong and should be removed. --Bene* (talk) 15:21, 1 December 2012 (UTC)

Frames

Hallo Bene*, ist es möglich, Wikidata in Frames oder was ähnlichem laufen zu lassen, so das Links zur Wikipedia immer im zweiten Fenster geöffnet werden?--CENNOXX (talk) 03:45, 1 December 2012 (UTC)

Also einfach link zu xx.wikipedia.org in neuem Tab öffnen? Sollte möglich sein --Bene* (talk) 08:00, 1 December 2012 (UTC)
Nein, meinte nicht Fenster, sondern Frame, ist wohl aber komplizierter. Hatte schon jedem link ein target drangesetzt, das ganze in einem Frameset ausgeführt, hat aber nicht komplett geklappt. Naja werds einfach weiter probiern.--CENNOXX (talk) 14:55, 1 December 2012 (UTC)
Du meinst, ein popupfenster? Oder soll das frame einfach auf der seite auftauchen? --Bene* (talk) 15:06, 1 December 2012 (UTC)
Direkt auf der Seite, also ich hatte bisher extern ne html mit dem Frameset angelegt. Müsste aber auch klappen das Frameset mit Javascript erst aufzubauen.--CENNOXX (talk) 15:13, 1 December 2012 (UTC)
Meinst du nicht, ein popup fenster wäre praktischer? --Bene* (talk) 15:19, 1 December 2012 (UTC)
PS: Schau dir mal das hier an, da hab ich mal rumgebastelt. --Bene* (talk) 15:20, 1 December 2012 (UTC)
Also klappt bei mir nicht wirklich. Beim Klick auf den popup-Link erscheint erst ein Alert mit "getPageHTML" dann kommt der Popup "site", der aber immer nur die deutsche Wikipedia-startseite anzeigt. PopUps sind vielleicht einfacher zu realisieren, der Vorteil von Frames wäre aber, dass beides aktiv ist und man den Klick zum schließen des PopUps spart.--CENNOXX (talk) 15:35, 1 December 2012 (UTC)
stimmt, ich war erstmal froh, dass überhaupt was angezeigt wird. Man könnte natürlich den weißen rand rechts nutzen. --Bene* (talk) 15:47, 1 December 2012 (UTC)
Habe User:Denny/articlePreview.js gefunden, was in etwa das macht, was ich meinte.--CENNOXX (talk) 19:38, 1 December 2012 (UTC)

Conflicts

Hi Bene*, is this OK, or shall I do something more? Will the bot try to do it again automatically? What happens if I make an edit conflict to your bot on that /conflict? Are you now processing huwiki? So many qustions. :-) Bináris (talk) 20:51, 1 December 2012 (UTC)

I'll try to answer ;-). Your change is ok of course, at the moment the bot does not create the item automatically if it is marked with ✓ Done but I try to implement this. Now you should create the item when it is solved. If there is an editconflict, just try again. I think I will change the code so that the bot not always makes an edit for each conflict. I'm processing huwiki as well as other wikis. I can change it all the time and at the moment I'm importing from dewiki, huwiki and enwiki. Feel free to ask further questions. --Bene* (talk) 20:57, 1 December 2012 (UTC)
So is it only done where the manual creation is ready? I didn't have an edit conflict, I was afraid to cause a conflict for the bot, is it prepared for that? Bináris (talk) 21:01, 1 December 2012 (UTC)
The interwikiconflict is {{done}} before the manual creation. Of course it would be nice if you would create the item then, too. Do not worry about editconflicts. I'll fix it ;-) --Bene* (talk) 21:04, 1 December 2012 (UTC)

Hello,

Your code clean is a disaster, it brokes all the non latin caracters and cancel diacritics signs (polish language). I tried to fix them, but it needs more reviews. Can you do it? Thank's

Ouch, I am very sorry and will fix it immediately. --Bene* (talk) 20:00, 6 December 2012 (UTC)

Bot

It's me again, diff=1062168, should those * be reduced?--JC1 03:40, 8 December 2012 (UTC)

Yes, of course. I forgot to delete them too, when I delete done conflicts. My bot will remove them but I don't think it is such bad. --Bene* (talk) 07:55, 8 December 2012 (UTC)

Now is all done, must you add other years? --ValterVB (talk) 11:45, 8 December 2012 (UTC)

I don't know but I think the articles are completed. If you do not find anything to do there, we can close it. --Bene* (talk) 11:48, 8 December 2012 (UTC)
OK, I mark it with "Completed task forces" --ValterVB (talk) 11:51, 8 December 2012 (UTC)

Barnstar!

The Wikidata Barnstar
For the diligence with BeneBot*, for the willingness to help in every situation and for the up to now performed work for the project. Continue in such a way! Vogone (talk) 13:23, 8 December 2012 (UTC)
Thanks a lot :D --Bene* (talk) 13:38, 8 December 2012 (UTC)

Bot-swana

As I said to you on IRC, I'd like to create an item for every article in this category on it.wp.

The reason is the following: this is part of a partnership with an Italian foundation, which gave to us data on all Botswana administrative divisions (from districts to populated places), based on Botswana's statistics bureau, in order to create articles on Wikipedia (not just the Italian version, but several versions).

Since they knew about Wikidata, they decided to support this project too, and they said that they're willing to upload on Wikidata not just Botswana's, but all African countries' data they can find, as soon as Phase 2 will start. :)

At the moment, I explained them that we can only create an item with the link to the projects that already have those articles - and I already took care of that (with the help of Merlissimo's bot) for the main divisions, as you can see here. In other words, we're just setting the base for the future uploads.

Can you help me with that? And possibly, can you also take note of the created items in my subpage?

Sorry for being so long in explaining, but that was just to let you know why I'm asking you to do so. :)

Thanks in advance. --Sannita - not just another it.wiki sysop 16:01, 8 December 2012 (UTC)

Creating items by a category shouldn't be a problem, so I think I can do this. For future uploads in phase 2 I can't say anything because we should wait how things develop. I think it would also be possible to import data like inhabitants by bot but I don't know what the community is thinking about this. I would support it of course. If you want so I will start to import all the articles from your category as soon as possible. If you have even other ideas I am glad to know them :-) --Bene* (talk) 16:10, 8 December 2012 (UTC)
About the task I asked you (creating items from the Italian category), take your time, but please consider that it would be awesome if you just can make it by Tuesday. About phase 2, we'll talk about it when it will start. :) I think it's great anyway that a new project like this already has supporters from the outside. :D Thank you, --Sannita - not just another it.wiki sysop 00:00, 9 December 2012 (UTC)
The GoodHeart Barnstar
For your help in uploading the populated places of Botswana and also for making that list. Thanks a lot, you don't know how much you did. :) --Sannita - not just another it.wiki sysop 13:30, 16 December 2012 (UTC)

Introduction translation

Hello, you moved the shortcut template out of the translatable section, and now we can't use our own shortcuts. See also Wikidata talk:Introduction. --Stryn (talk) 17:30, 15 December 2012 (UTC)

I am sorry, it was my mistake. I will put it back into the translation area. Regards, --Bene* (talk) 17:32, 15 December 2012 (UTC)

User:Bene*/search.js

Greetings!

Instead of being set at common.js, does your improved searched work if you set it as a default like this * Search[default]|Search.js at MediaWiki:Gadgets-definition, so as a gadget it will be enabled for everyone including IPs and logged in users will be able to opt out in their user preference if they want to? I had no way to test this if it actually works with your script of course, just a suggestion on my part. Regards --Lam-ang (talk) 17:57, 19 December 2012 (UTC)

Thanks for the good idea. It works very fine. --Bene* (talk) 17:33, 20 December 2012 (UTC)

Dadurch war bei mir das Feld doppelt, was sehr unschön war. Vielleicht gibt es noch mehr Benutzer, bei denen sowas nötig ist. Magst du diese ermitteln und informieren? --Leyo 13:59, 21 December 2012 (UTC)

So sollte es auch gehen. --Bene* (talk) 14:59, 21 December 2012 (UTC)
Ja, das ist einfacher, aber auch weniger sauber. :-) --Leyo 11:24, 22 December 2012 (UTC)

Hi, you wanted to know the source code of my bot. It is not all published yet but you can download a compiled versoin already here. If you have any questions, feel free to ask me. Regards, --Bene* (talk) 09:47, 15 December 2012 (UTC)

Thanks a lot for having posted yor code. However I tried it on Windows and as I did not know lot of C sharp and could not run it on Linux, so I abandonned for a few days, not manging to make it work. However, I found a tiny api in python that works fine for my present need ( updating fr labels and descriptions ). Perhaps I will need your api which seems to be much more comprehensive for a future work. :-) --User:Thieol (talk) 12:26, 21 December 2012 (UTC)
  • NB1 : just a little idea - why don't you compile your API so that it can be run on linux ?
  • NB2 : Have you been working on infobox import yet or are you waiting for phase 2 ?
  • NB3 : Sorry for not having answered you on irc but wasn't there and forgot to mention.

--User:Thieol (talk) 14:11, 21 December 2012 (UTC)

Hello, I'm installing the extension babel on wikivoyage. Would you know how the bot Babel AutoCreate could create the categories included in the category like "Category:Babel - Users by language"? If you could answer me I would be very grateful. Raoli (talk) 16:57, 22 December 2012 (UTC)

Sorry for answering so late. I think you might have a look at mw:Extension:Babel#Configuration. Unfortunately, I don't know who installed the extension here. --Bene* (talk) 13:34, 25 December 2012 (UTC)
Thank you anyway --Raoli (talk) 17:31, 28 December 2012 (UTC)

Bot

Hi! My KamikazeBot is global bot and doing updating interwiki links in hundrets projects. I'm not programmer, but I'm using standard pywiki scripts (mainly interwiki.py). Now, I would like run KamikazeBot in Wikidata, but I have problem with pywikidata scripts. Few weeks ago, I found this, but it will be not valid. Do you know where I can found new pywiki scripts? Can you help me with start bot in this project? Karol007 talk 12:35, 28 December 2012 (UTC)

I don't know so much about python so I think I can't help you this way. Maybe you would like to learn C#, a very modern and good programming language. This is the language my bot is written in and you can use DotNetDataBot for that. Maybe there are also some good frameworks in python unfortunaly I don't know anything about them. --Bene* (talk) 19:32, 29 December 2012 (UTC)

ThieolBot

Thanks for your support. :-) --Thieol (talk) 02:07 December 2012 (UTC)

I think you will make a good work. ;-) --Bene* (talk) 08:05, 30 December 2012 (UTC)

Hallo Bene

Danke für die Begrüßung. Ich sehe momentan noch vieles im Argen, was die Übersetzung der Seiten auf Deutsch betrifft. Wenn man das Wikidataprojekt als Polyeder begreift, der mit jeder Fläche eine Sprache anzeigt, dann dreht sich der Polyeder an vielen Stellen ohne Warnung nach der englischen Sprachversion. Ich will daher erst einmal wie ein unbedarfter neuling rumspazieren und alle Links anklicken und austesten, dann die Seiten, die nicht deutsch sind entsprechend übersetzen. An ein paar Stellen bin ich mir aber inhaltlich noch nicht im klaren, was die englische Seite genau meint (Rotlinks), da kann also noch keine eindeutige Übersetzung kommen. Es ist wichtiger für mich für den Anfang eine gute Arbeitsumgebung zu schaffen, als möglichst viel Daten einzupflegen. Von der Arbeitsumgebung proifitiert jeder "Datenpfleger" indem er sich schneller zurechtfindet. Der Erste Punkt war der Sandkasten. Was genau kann man da testen? Gehts nur um Testen und Anzeige der Wikisyntax? Daten kann ich da nicht eingeben. P.S. wenn du problematische Seiten hast, die noch übersetzt werden müssen oder holprige Übersetzungen haben, bau mir die Links dazu auf meine Diskseite. Ich arbeite dann zwischendurch mal was ab.--Giftzwerg 88 (talk) 12:25, 31 December 2012 (UTC)

Sandbox

Hallo Bene, die Sandbox hat eine Englische Begrüßung. Ich würde sie gerne ändern, weiß aber nicht, ob die Änderung des Textes dann die Sandbox der englischen Version beeinträchtigt.--Giftzwerg 88 (talk) 12:28, 31 December 2012 (UTC)

Hallo Giftzwerg 88, in der Tat kann man in der Sandbox nur Wikisyntax testen und nichts, was speziell mit Wikidata bzw. der Wikibase-Extension zu tun hat. Dafür gibt es ein extra Test-Wiki: http://wikidata-test-repo.wikimedia.de . Wenn du die Nachricht bei der Sandbox übersetzen willst, schau dir doch mal die Vorlage {{LangSwitch}} an. Die könnte dir da behilflich sein. --Bene* (talk) 12:54, 31 December 2012 (UTC)