User talk:Marmelad/Archive 2

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Arkivering av Graphic Lab School/Images to improve.

Se User talk:Dycedarg#Maintenance of WP:GL/IMPROVE. Skulle du kunna tänka dig att ta på dig ansvaret? Blad/Lokal_Profil 21:51, 17 April 2008 (UTC)

haj. inte vart har pa ett tag. tankte andra pa det igen. ska snacka med Dycedarg. /Marmelad 14:44, 1 May 2008 (UTC)
Om du kolalr i hans arkiv så hittar du vår tidigare diskussion. /Lokal_Profil 20:04, 1 May 2008 (UTC)

Finns det någon specifik anledning till att du bara la till Europeiska frankrike till kartan? dvs. .fx istället för .fr? /Lokal_Profil 16:25, 18 May 2008 (UTC)

det var bara det som var markerat pa png kartan. vad har de andra omraden för status egentligen? bör de vara med på en generell karta som visar "frankrike"? -****
Om du menar Image:France Thailand Locator.jpg så visar den inte ens corsica (eller vad ön nu heter). Eftersom kartan gäller international relations så skulle jag nog ha med "hela" frankrike eftersom det är troligt att grannlandet till en koloni har starkare kontakter. Tror att en av mina tidigare kartor har med hela men mins inte säkert. /Lokal_Profil 18:56, 18 May 2008 (UTC)

deprecated function in your monobook.js

Dear user, I noticed that you use the includePage function in your monobook.js page.

This function is now obsolete, as the importScript function was introduced with rev:35064 to the MediaWiki Javascript core library wikibits.js. It also keeps track of already imported files.

To allow us to remove includePage from Mediawiki:Common.js I'd kindly ask you to replace its use with importScript (same syntax!). Thanks! --Dschwen 17:03, 22 May 2008 (UTC)

Re: Image:Australia Cyprus Locator.png (from enwiki)

Despite the filename, it was a duplicate of en:Image:Argentina Cyprus Locator.png - I presume that the author just uploaded the wrong file or something. east718 (talk) 07:57, 23 May 2008 (UTC)

All you need is Python (preferably the most recent one), pywikipediabot, and the file I'll send you with the archival program on it. You'll want to update pywikipediabot every so often to get bug fixes etc. I'm not quite finished with the program yet, hopefully I'll be able to finish it later tonight. When I do finish it I'll e-mail it and instructions for using it to you using the e-mail user feature. If you need any help getting pywikipediabot up and running or any problems come up, drop me a note on my talk page. As I use it on Wikipedia I sometimes change things or make bug fixes, when this happens I'll e-mail you the new version. (I replied on this page because I wasn't sure if you would get it if I replied on my talk page and your wikipedia talk page recommends using this one. Please direct any reply to my Wikipedia talk page.)--Dycedarg 23:31, 1 May 2008 (UTC)

Also I think you might have to request bot status at COM:BOT, and run the bot from a second account. /Lokal_Profil 10:52, 2 May 2008 (UTC)
At present, the only sections the program will not mark stale and archive are those without timestamps. However, it would be all of one line of code for me to add something to mark sections as sticky. Is there some template you'd prefer or perhaps a hidden comment like <!--NOARCHIVE-->? Also, I just checked, and the Commons copy of Template:Stale was deleted as it was unused. You'd need to recopy it from Wikipedia if you wish to use that function.--Dycedarg 18:59, 6 May 2008 (UTC)
After the second line in the "def testStale" code block (line 48 overall) add the following:

       findExample=re.compile(r"\{\{ ?[Gg][ _]Improve[ _]example ?\}\}", re.UNICODE)
       exampleTag=findExample.search(self.sectionComplete)
       if exampleTag:
           return False

(Copy it from the source of this page, the rendering engine screws it up.) It will then ignore sections with the template in it.--Dycedarg 18:36, 8 May 2008 (UTC)
in case anyone reads this and is using the code, i believe there is a typo, a missing L after [Gg] /Marmelad 17:38, 10 May 2008 (UTC)
Good catch on that typo, you are correct. I forgot the L. As for getting {{GL Improve example}} to override {{Done}}/{{Resolved}} goes: Put the following after the second line in the "def testArchivableResolved" code block (line 87 overall):

       findExample=re.compile(r"\{\{ ?[Gg]L[ _]Improve[ _]example ?\}\}", re.UNICODE)
       exampleTag=findExample.search(self.sectionComplete)

Once again copy it from the source of this page. Next, change what will now be the fifth line in that code block (line 90 overall) from " if not resolvedTag:" to " if not resolvedTag or exampleTag:" (copy that from the source of this page too). Now resolved sections with {{GL Improve example}} will not be archived either.--Dycedarg 19:39, 14 May 2008 (UTC)

Sorry about the delay in responding to your most recent query, I was on vacation. Due to a couple of issues, including the one you brought up, I'm making some changes to the bot code and will e-mail you the updated code either later today or tomorrow.--Dycedarg 22:20, 4 June 2008 (UTC)

Arkivering på graphics lab

Vet du varför Commons:Graphic_Lab_School/Images_to_improve#Worm_anatomy verkar ha blivit sticky? /Lokal_Profil 03:18, 28 May 2008 (UTC)

Latex in inkscape

Remember you telling me about latex in inkscape. Have you still got links/names etc? /Lokal_Profil 20:05, 15 June 2008 (UTC)

No worries got things working, somewhat. Can't stop thinking that the whole thing would have been much simpler on a Unix computer. /Lokal_Profil 13:55, 16 June 2008 (UTC)
on holiday so not around here much (back sun). what were you trying to do? as for unix, have you heard of cygwin? löv /Marmelad (talk) 11:39, 17 June 2008 (UTC)
Image:Primordial nucleosynthesis.svg, per request on the english wikipedia graphics lab. Actually thinking of making my laptop dual boot instead, if I get around to it =) /Lokal_Profil 12:57, 17 June 2008 (UTC)
instead of using align, you can change from eqnarray* to array, which takes alignment arguments. you need to be in maths mode first. $\begin{array}{lll} .... \end{array} $ . the three l's mean left align the first three columns. there is also (r)ight and (c)entre.

as for dual boot, why not dump windows altogether? i hear good things about ubuntu. personally i use opensuse with kde, there's a new version out soon (today?). they have a version that boots from a cd / dvd if you want to give it a try. löv /Marmelad (talk) 15:14, 18 June 2008 (UTC)

I know about eqnarray being considered redundant. However textext refused to compile with align. Guesing it's just a case of putting the ams package into the preamble but I'll learn about that at some later point.
Going all out Linux on the laptop would be good, if it wasn't for the fact that I wan't to be able to play games on it when I'm away from my desktop. So dual boot it is... if I get around to it. /Lokal_Profil 01:04, 19 June 2008 (UTC)
what do you mean by 'with align'?
also, for windows games on linux you might be able to get away with virtualBox /Marmelad (talk) 12:31, 19 June 2008 (UTC)
Missread your comment, thats what I get for editing in the middle of the night when I should be sleeping. /Lokal_Profil 13:33, 19 June 2008 (UTC)

Stale things

I watch the bot scoop things off from the graphics page and I have a very serious question about the bots taste. Isn't Ms. Hewitt a little stale by now? -- carol (talk) 09:55, 22 June 2008 (UTC)

some requests have been made 'sticky' to make sure there are good examples. this includes Ms Hewitt. There is also a problem with other articles not being archived properly. We are currently looking into this. Regards, Marmelad (talk) 13:34, 22 June 2008 (UTC)
Sorry about Image:Jennifer_Love_Hewitt_LF.JPG too sticky, maybe.... -- carol (talk) 06:50, 27 June 2008 (UTC)
heh, no worries. removed the 'example' tag so it should be archived away now. /Marmelad (talk) 07:30, 27 June 2008 (UTC)
Will there be a wake for the image? The jews actually have a tradition of having a weekly rememberance of their departed for a year. Do let me know if anything like this is in the works for the dearly departed here.... -- carol (talk) 08:08, 27 June 2008 (UTC)

comment

Надо из карты камчатского края, автором которой вы являетесь убрать остров Парамушир т.к. это Сахалинская область. Rdfr (talk) 18:32, 24 June 2008 (UTC)

google translate: It is necessary maps of Kamchatka province, which you are the author to remove the island of Paramushir because This Sakhalin Region /Marmelad (talk) 22:44, 24 June 2008 (UTC)

Thanks!

Thanks a lot for the maps you created for me. I was just wondering what to do with the old maps used in those articles (such as en:Image:South Korea Slovenia Locator.png). Is it worth moving them over to Commons, even though they are no longer required? Would they be eligable for deletion over at Wikipedia? PC78 (talk) 20:31, 14 August 2008 (UTC)

En öppen blå triangel
Och slutprodukten

Trianglar

Hellu. Snabb liten fråga. Vad är en öppen triangel på svenska? Och i detta fallet betyder det inte en triangel med en liten öppning i ena sidan. är det svenskans motsvarighet till en Obtuse Triangle? Löv Lokal_Profil 18:56, 7 September 2008 (UTC)

haj. Obtuse är trubbig eller trubbvinklig tror jag. känner inte igen öppen. var är det från? /Marmelad (talk) 08:19, 8 September 2008 (UTC)
Heraldiskt vapen så klart =). med två stolpvis ställda öppna motstående trianglar. Förvirrand eftersom det finns ett liknande vapen med skillnaden av att de inte nämner "öppna". /Lokal_Profil 20:21, 8 September 2008 (UTC)
Halloj. Frågan löstes för ett tag sedan men kom på att det vore vettigt att lämna svaret till dig också =) Löv o blad /Lokal_Profil 04:39, 5 October 2008 (UTC)

Norway blank map

Added Svalbard to the "Norway blank maps". Hope that is OK. Janbrogger (talk) 13:38, 22 October 2009 (UTC)

Diskussion på sv-Wikipedia

Hej. Ta gärna del av den aktuella diskussionen på sv:Wikipediadiskussion:Projekt heraldik (Om Wikipedias framställning av vapen samt Färger). E.G. (talk) 11:59, 17 January 2010 (UTC)

File:Fs-flag.svg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

84.61.186.139 11:46, 9 March 2011 (UTC)

File:Map of Russia - Ryazan Oblast (2008-03).svg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

2.132.26.204 03:46, 25 March 2013 (UTC)

ArchiveBot

Hi, I noticed you have set up User:MiszaBot to archive your talk page. Unfortunately, the bot has stopped working, and given how its operator is inactive, it is unclear when/if this will fixed. For the time being, I have volunteered to operate a MiszaBot clone (running the exact same code). With that said, your input would be appreciated at Commons:Bots/Requests/ArchiveBot 1. Regards, FASTILY 07:39, 20 April 2014 (UTC)

File:SOS Territories in WW I.png

Thanks for your nice work on the blue and red series of French departments. I used them to create File:SOS Territories in WW I.png.--Georgia Army Vet Contribs Talk 01:58, 28 August 2017 (UTC)

File:Human-maraapunisaurus size comparison.svg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Extrapolaris (talk) 21:19, 30 October 2018 (UTC)