User Talk: Morn
Server-side rendered snapshot of this editor's Wikipedia talk page discussions.
{{archives|title=My Talk ↗ Archives ↗}}
Talkback
{{Talkback|BruceWHain}}
Commons rename
I am requesting a rename on Commons. My current Commons name is "Morn the Gorn". Morn (talk) 11:11, 21 September 2010 (UTC)
Usurp on Wiktionary
I'm requesting a usurp on en-Wiktionary, so I can add it to this unified account (currently en, de, meta). Morn (talk) 15:33, 21 September 2010 (UTC)
Usurp on zh and ru Wikipedias
I'd like to SUL usurp the user "Morn" accounts on both zh-wiki and ru-wiki. Both existing accounts have made zero edits. Morn (talk) 15:52, 21 September 2010 (UTC)
Infobox monastery
Thanks for the fix. Are you up to enabling pushpin maps too, similar to {{tl|infobox church}}? I've added Wikiprojects to the talk page of the Certosa di San Giacomo ↗ article. Feel free to add, amend or correct as necessary. Mjroots (talk) 18:43, 15 October 2010 (UTC)
:It's working now. Weirdly enough, the push pin map code I've lifted from Template:Infobox building ↗ (it seemed easier to understand) only works correctly with decimal latitudes and longitudes. Don't know what the problem is with degree lat. But it's a start. --Morn (talk) 19:32, 15 October 2010 (UTC)
::I noticed the lat/long problem on preview, so switched to decimal. I've swapped the map to the Kent one. Mjroots (talk) 19:38, 15 October 2010 (UTC)
:::....aaand back to degrees. :-) Now it works miraculously. Perhaps the old, wrong map (where I had mistyped "long" as "lon") was cached by the server? --Morn (talk) 19:54, 15 October 2010 (UTC)
::::I've expanded the Tonbridge Priory ↗ article. Maybe you'd cast an eye over it. Mjroots (talk) 20:10, 16 October 2010 (UTC)
:::::I've been following your rapid progress via my watchlist. The economic material is interesting but perhaps a bit distracting in the general history section, as it doesn't connect very much with the political and religious history. I'd suggest creating a separate economic section. Here's a draft where the content is split into smaller sections: User:Morn/Drafts. --Morn (talk) 23:29, 16 October 2010 (UTC)
::::::Sorry for the delay in replying. If you think the article can be improved by the split, then be '''bold''' ↗ and do it. My main concern is that material should always be verifiable by references, even it that meand additional uses of an existing reference. Mjroots (talk) 09:04, 11 December 2010 (UTC)
Hey there
I create a lot of vector maps. I am curious, the map you did for Capri...how do you get the terrain in there? I am using Adobe Illustrator. Any tips are much appreciated. Thanks! <small><span class="autosigned">—Preceding unsigned ↗ comment added by Cjcaesar (talk • contribs ↗) 06:13, 21 November 2010 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
:I used the Python script on the page to create a shaded PNG relief image from NASA data and clipped that to the island outline in Inkscape. (Obviously, because it's such a tiny island, it's pretty easy to get the terrain alignment right, esp. if you use Google terrain view as a reference.) Actually, the script creates ''two'' PNGs: a shaded relief and an elevation map. Hope this helps! --Morn (talk) 11:26, 21 November 2010 (UTC)
::So, the shade is not scalable? As it's a "placed" piece of artwork? That's my issue, I'd like to have something scalable. <small><span class="autosigned">—Preceding unsigned ↗ comment added by Cjcaesar (talk • contribs ↗) 02:36, 23 November 2010 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
:::I'm not sure what you mean by "not scalable". Of course you can move around and resize the shading PNG in Inkscape and in fact you have to do this to get it aligned properly to the coast outline. You can manipulate it like any other SVG element. Or am I missing something here? --Morn (talk) 07:08, 23 November 2010 (UTC)
:::P.S. You could trace the bitmap in Inkscape, but there's little reason to. I think if you inspect the SVGs you will find '''all''' shaded relief maps on Wikipedia use a blurred bitmap for the shading layer. That's just how it's done. --Morn (talk) 11:50, 23 November 2010 (UTC)
::::I was under the impression that a bitmap, being a raster image, would not scale like a vector image. That is to say, if I had a map and exported it out to a size larger than the size of the bitmap graphic which I am using to represent terrain, would it not lose some integrity? Pixelate? --Cjcaesar (talk) 07:18, 24 November 2010 (UTC)
:::::PNGs in SVG files will not get pixelated but get interpolated, so they look blurry, but that isn't really a problem for terrain. After all, the elevation data has a limited resolution ↗ (say, one point every 30 m or so), so there's no fine detail in the data to begin with, especially for a small-area map like Capri. And the PNG layer in the Capri map you see is already upscaled by the SVG renderer from its actual resolution. The Python script gave me a bitmap at a resolution of 96x52 pixels for the Capri area, then I used cubic interpolation in Gimp to get a 1200x650 bitmap and finally the SVG renderer will do the rest of the necessary scaling (presumably using faster but inferior linear interpolation).
:::::Of course you could do it like Google terrain view and first interpolate your elevation data (e.g. with kriging ↗ or spline interpolation methods) to create a fake high-resolution terrain. But that is more a question of data processing, not of vector vs bitmap. I.e., if you want your terrain to look very sharp, you somehow have to create a very dense elevation grid across your map area first. Whatever your data grid is determines how blurry the resulting terrain will look, but the scaling of the SVG itself will not make much of a difference. No matter how you embed the terrain layer, the scaling method in the SVG will not make the terrain look sharper when you scale it up. So there is some benefit in creating a larger bitmap for the SVG only because external scalers (such as Gimp) are better at faking high resolution from a low-resolution bitmap than simple linear interpolation. --Morn (talk) 12:33, 24 November 2010 (UTC)
::::Thanks. I seem to have developed a decent system for rendering the bitmaps based on what you've said. My question now is alignment...do you find it easier to align pieces of a map at a time (the overlays, that is, broken into parts)? I have a feeling it would be easier to do it that way than trying to get one large terrain overlay to align correctly at all the various points. Mostly because the image and the vector are oriented differently (a) and of different resolutions (b). <small><span class="autosigned">—Preceding unsigned ↗ comment added by Cjcaesar (talk • contribs ↗) 03:52, 25 November 2010 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
:::::You can easily scale and rotate the bitmap in Inkscape until it fits the vector map. But if you think splitting the image into parts works better for you, I suppose that's also an option. Although I don't think I've seen the latter used in any WP SVG map so far. --Morn (talk) 07:34, 25 November 2010 (UTC)
Munsell image
I responded at my talk page ↗. –jacobolus ↗ (t) ↗ 01:20, 24 December 2010 (UTC)
License tagging for File:Apple Trek.gif
Thanks for uploading :File:Apple Trek.gif ↗. You don't seem to have indicated the license status of the image. Wikipedia uses a set of image copyright tags ↗ to indicate this information; to add a tag to the image, select the appropriate tag from this list ↗, click on this link ↗, then click "Edit this page" and add the tag to the image's description. If there doesn't seem to be a suitable tag, the image is probably not appropriate for use on Wikipedia.
For help in choosing the correct tag, or for any other questions, leave a message on Wikipedia:Media copyright questions ↗. Thank you for your cooperation. --ImageTaggingBot (talk) 15:05, 30 December 2010 (UTC)
License tagging for File:Video Trek 88.png
Thanks for uploading :File:Video Trek 88.png ↗. You don't seem to have indicated the license status of the image. Wikipedia uses a set of image copyright tags ↗ to indicate this information; to add a tag to the image, select the appropriate tag from this list ↗, click on this link ↗, then click "Edit this page" and add the tag to the image's description. If there doesn't seem to be a suitable tag, the image is probably not appropriate for use on Wikipedia.
For help in choosing the correct tag, or for any other questions, leave a message on Wikipedia:Media copyright questions ↗. Thank you for your cooperation. --ImageTaggingBot (talk) 15:06, 30 December 2010 (UTC)
Orphaned non-free image File:Steinway and Sons Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Steinway and Sons Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently orphaned ↗, meaning that it is not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back ↗ if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
If you have uploaded other unlicensed media, please check whether they're used in any articles or not. You can find a list of "file" pages you have edited by clicking on the "my contributions ↗" link (it is located at the very top of any Wikipedia page when you are logged in), and then selecting "File" from the dropdown box. Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you. <!-- Template:Di-orphaned fair use-notice --> Skier Dude2 (talk) 04:43, 13 April 2011 (UTC)
Orphaned non-free image File:Der Spiegel Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Der Spiegel Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently orphaned ↗, meaning that it is not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back ↗ if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
If you have uploaded other unlicensed media, please check whether they're used in any articles or not. You can find a list of "file" pages you have edited by clicking on the "my contributions ↗" link (it is located at the very top of any Wikipedia page when you are logged in), and then selecting "File" from the dropdown box. Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you. <!-- Template:Di-orphaned fair use-notice --> ww2censor (talk) 16:13, 8 May 2011 (UTC)
House rabbit 'Language of Lagomorphs' external link
I've reinstated the link to this external site on the house rabbit ↗ page. Please review my comments on its talk page ↗ to see if you agree with my rationale for adding the link once again. CrackDragon (talk) 13:10, 13 May 2011 (UTC)
Alcobaca fountain in your User page
Hi Morn, I replaced de file "Alcobaca fountain.jpg" for a hi-resolution version, in order to delete the low resolution version. If you do not agree, please undo my editing. Best regards, --JotaCartas (talk) 08:11, 20 October 2011 (UTC)
License tagging for File:Canon Digital Photo Professional, screenshot of file browser mode.png
Thanks for uploading :File:Canon Digital Photo Professional, screenshot of file browser mode.png ↗. You don't seem to have indicated the license status of the image. Wikipedia uses a set of image copyright tags ↗ to indicate this information.
To add a tag to the image, select the appropriate tag from this list ↗, click on this link ↗, then click "Edit this page" and add the tag to the image's description. If there doesn't seem to be a suitable tag, the image is probably not appropriate for use on Wikipedia. For help in choosing the correct tag, or for any other questions, leave a message on Wikipedia:Media copyright questions ↗. Thank you for your cooperation.<!-- User:OrphanBot/untagged-new --> --ImageTaggingBot (talk) 17:06, 10 April 2012 (UTC)
Certosa di San Giacomo
Hello Morn. What are now the first 3 sentences of Certosa di San Giacomo ↗ were added by you when you created the article. They are identical to 3 sentences in the book ''Capri Sights (Mobi Sights)'' ↗, which does not appear to be public domain. Can you please take a look at this? Thank you. --Rosiestep (talk) 17:43, 5 July 2012 (UTC)
:That "book" seems to be cribbed from the Capri-related Wikipedia articles without attribution, so it's hardly surprising some sentences are identical. ''They'' are stealing from ''us''. --Morn (talk) 21:47, 5 July 2012 (UTC)
Yup, that's what it looks like; what a bummer. And now there's a bunch of additional articles on Capri that a few of us have created this week, which may get the same treatment down the road. Btw, thanks for adding those coords. --Rosiestep (talk) 16:11, 7 July 2012 (UTC)
DYK for Grand Hotel Quisisana
{{tmbox
|style = notice
|small =
|image = 15px|Updated DYK query ↗
|text = On 14 July 2012 ↗, '''Did you know? ↗''' was updated with a fact from the article '''''Grand Hotel Quisisana ↗''''', which you created or substantially expanded. The fact was ''... that the Restaurant Quisi of the '''Grand Hotel Quisisana ↗''' in Capri ↗ has been cited as one of Italy's finest hotel restaurants?'' {{#if: |The nomination discussion and review may be seen at [[]].|{{#ifexist:Template:Did you know nominations/Grand Hotel Quisisana|The nomination discussion and review may be seen at Template:Did you know nominations/Grand Hotel Quisisana ↗.|{{#ifexist:Template talk:Did you know/Grand Hotel Quisisana|The nomination discussion and review may be seen at Template talk:Did you know/Grand Hotel Quisisana ↗.}} }} }} You are welcome to check how many hits the article got while on the front page <small>(here's how, quick check ↗)</small> and it will be added to DYKSTATS ↗ if it got over 5,000. If you know of another interesting fact from a recently created article, then please suggest it on the Did you know? talk page ↗.
}} Casliber (talk '''·''' contribs ↗) 00:04, 14 July 2012 (UTC)
Siegfried Sassoon
Just curious as to your reason for the latest change to the Siegfried Sassoon ↗ article, as you left no edit summary. Deb (talk) 17:53, 24 July 2012 (UTC)
:My signature SVGs for Spender, Sasson, and Crisp have been deleted from Commons because under English law signatures are copyright-worthy apparently. See commons:Commons:Deletion requests/File:Stephen Spender signature.svg ↗, etc. Therefore I have removed the signature parameters from those pages... --Morn (talk) 18:08, 24 July 2012 (UTC)
:P.S. I wonder if we could host them as fair use files on Wikipedia instead if Commons does not accept them. --Morn (talk) 18:12, 24 July 2012 (UTC)
::Oh, I see. It's a pity about that. Deb (talk) 20:58, 24 July 2012 (UTC)
:File:Deutsche Reichsbahn Gesellschaft logo.svg ↗ missing description details
<div style="padding:5px; background-color:#E1F1DE;">'''Dear uploader:''' The media file you uploaded as:
is missing a description and/or other details on its image description page. If possible, please add this information. This will help other editors make better use of the image, and it will be more informative to readers.
If you have any questions, please see Help:Image page ↗. Thank you. ''Message delivered by Theo's Little Bot (opt-out)'' 19:05, 17 June 2013 (UTC) </div><!-- Template:Add-desc-l -->
Notification of automated file description generation
Your upload of :File:ADOX 66.jpg ↗ or contribution to its description is noted, and thanks (even if belatedly) for your contribution. In order to help make better use of the media, an attempt has been made by an automated process to identify and add certain information to the media's description page.
This notification is placed on your talk page because a bot has identified you either as the uploader of the file, or as a contributor to its metadata. It would be appreciated if you could carefully review the information the bot added. To opt out of these notifications, please follow the instructions here. Thanks!<!--Template:Un-botfill--> ''Message delivered by Theo's Little Bot (opt-out)'' 11:27, 9 December 2013 (UTC)
Nomination of :Manybooks.net ↗ for deletion
<div class="floatleft" style="margin-bottom:0">48px|alt=|link= ↗</div>A discussion is taking place as to whether the article ''':Manybooks.net ↗''' is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines ↗ or whether it should be deleted ↗.
The article will be discussed at Wikipedia:Articles for deletion/Manybooks.net ↗ until a consensus is reached, and anyone is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines.
Users may edit the article during the discussion, including to improve the article to address concerns raised in the discussion. However, do not remove the article-for-deletion notice from the top of the article.<!-- Template:afd-notice --> <b>Guy ↗</b> <small>(Help!)</small> 14:30, 13 February 2014 (UTC)
How longtime Wikipedians can learn how to add content
Hi! I was going through Wikipedia:Wikipedia_Signpost/2011-03-07/Deletion_controversy ↗ when I saw your comment about "many editors have little to contribute because every book they have ever read and every film they have ever seen is already covered. So because they cannot add anything of value, they become managers / policemen who concentrate on deleting material they do not like, sometimes under the thinnest of pretenses."
I wonder if there is a way to teach these longtime editors brainstorming and research skills, so they can add something of value and show people how to do it. One can use Google Books and other research avenues to gather information needed to write the article or at least start a stub.
WhisperToMe (talk) 09:19, 1 April 2014 (UTC)
:Brainstorming and research without excitement about the subject can be drudgery too, so I'm not sure that would solve anything. Instead of bitchy deletionist bureaucrats, we would then have bitchy Google Books researchers. :-)
:The best advice to them would be to spend less time on WP and read an obscure book instead, or learn a language, or take up an unusual hobby. Then when they have found something they are truly excited about, they should write about it on Wikipedia or share photos or videos on Commons. What these people need in their lives IMO is a little intellectual excitement and curiosity. And for that you have to take some time off from Wikipedia and do something else entirely, then come back with the results. --Morn (talk) 22:00, 1 April 2014 (UTC)
::That's also a good idea. I get ideas from reading newspaper articles on the internet, and in my areas of interest newspaper articles are good sources, so I often use the very articles I read as sources on Wikipedia. WhisperToMe (talk) 23:00, 2 April 2014 (UTC)
Orphaned non-free image File:Brioni Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Brioni Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> Stefan2 (talk) 12:16, 2 June 2014 (UTC)
Orphaned non-free image File:Brioni Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Brioni Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> Stefan2 (talk) 17:44, 10 June 2014 (UTC)
Re: Please refrain from making unconstructive edits to Wikipedia, as you did at Brioni (fashion).
I'm sorry, but last time I checked the meaning of "vandalism" I found the following: "willful or malicious destruction or defacement of public or private property". That logo uploaded by me looked much better than the actual one. Not to mention, that this one looks horrible when you like Brioni on Facebook, but it's easier to accuse and criticize. That edit was a constructive one. (talk) 20:56, 20 June 2014 (UTC)
Brioni logo
I'm sorry, but last time I checked the meaning of "vandalism" I found the following: "willful or malicious destruction or defacement of public or private property". That logo uploaded by me looked much better than the actual one. Not to mention, that this one looks horrible when you like Brioni on Facebook, but it's easier to accuse and criticize. That edit was a constructive one. (talk) 20:56, 20 June 2014 (UTC)
:We prefer SVG logos on Wikipedia, not PNGs. Degradation in article quality equals vandalism. --Morn (talk) 10:04, 21 June 2014 (UTC)
Orphaned non-free image File:MU-LAB logo.png
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:MU-LAB logo.png ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> Stefan2 (talk) 21:54, 15 December 2014 (UTC)
Orphaned non-free image File:MU.LAB 3.png
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:MU.LAB 3.png ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> Stefan2 (talk) 21:54, 15 December 2014 (UTC)
Nomination of :MuLab ↗ for deletion
<div class="floatleft" style="margin-bottom:0">48px|alt=|link= ↗</div>A discussion is taking place as to whether the article ''':MuLab ↗''' is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines ↗ or whether it should be deleted ↗.
The article will be discussed at Wikipedia:Articles for deletion/MuLab ↗ until a consensus is reached, and anyone is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines.
Users may edit the article during the discussion, including to improve the article to address concerns raised in the discussion. However, do not remove the article-for-deletion notice from the top of the article.<!-- Template:afd-notice --> Peridon (talk) 13:40, 16 December 2014 (UTC)
Orphaned non-free image File:MU.LAB 3.png
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:MU.LAB 3.png ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> <span style='font:bold small-caps 1.2em "Avenir";color:#909'>czar</span> <span style="color:black;font-size:1.2em"><u>⨹</u></span> ↗ 02:28, 7 January 2015 (UTC)
Proposed deletion of Feedbooks
left|link=|48px| ↗
The article Feedbooks ↗ has been proposed for deletion ↗  because of the following concern:
:'''Non-notable e-tailers, reads like an advert, sources cited are almost all from the company website'''
While all constructive contributions to Wikipedia are appreciated, content or articles may be deleted for any of several reasons ↗.
You may prevent the proposed deletion by removing the {{Tlc|proposed deletion/dated}} notice, but please explain why in your edit summary ↗ or on the article's talk page ↗.
Please consider improving the article to address the issues raised. Removing {{Tlc|proposed deletion/dated}} will stop the proposed deletion process ↗, but other deletion process ↗es exist. In particular, the speedy deletion ↗ process can result in deletion without discussion, and articles for deletion ↗ allows discussion to reach consensus ↗ for deletion.<!-- Template:Proposed deletion notify --> Little Professor (talk) 23:54, 7 January 2015 (UTC)
Orphaned non-free image File:École Polytechnique Fédérale de Lausanne logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:École Polytechnique Fédérale de Lausanne logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> Stefan2 (talk) 01:30, 30 January 2015 (UTC)
Orphaned non-free image File:Brioni Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Brioni Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:21, 24 June 2015 (UTC)
Desde allá
Hi. Generic portal links go on the talkpage of the article. If you disagree, please raise it on said talkpage, per WP:BRD ↗. Thanks. '''<span style="color:#002bb8;">Lugnuts</span>''' <sup>Dick Laurent is dead</sup> 10:32, 14 September 2015 (UTC)
:No, they go in the see also section of the article, see https://en.wikipedia.org/wiki/Wikipedia:Portal#How_to_add_portal_links_to_articles ↗. --Morn (talk) 11:38, 14 September 2015 (UTC)
::Hi. Please discuss this on the talkpage. Wikipedia:Portal#How_to_add_portal_links_to_articles ↗ that you quote states '''HOW''' to do this, not why it is needed. They're generic links that aren't helpful. Thanks. '''<span style="color:#002bb8;">Lugnuts</span>''' <sup>Dick Laurent is dead</sup> 11:42, 14 September 2015 (UTC)
Proust family tree
Hello. Please see my question at File talk:Proust Main Characters.svg ↗. Thank you, --Viennese Waltz 07:42, 9 October 2015 (UTC)
ArbCom elections are now open! ↗
{{Wikipedia:Arbitration Committee Elections December 2015/MassMessage}} MediaWiki message delivery (talk) 08:53, 23 November 2015 (UTC)
<!-- Message sent by User:Mdann52@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:Mdann52/list&oldid=691963760 -->
Orphaned non-free image File:Le Creuset logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Le Creuset logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 03:27, 22 January 2016 (UTC)
Orphaned non-free image File:Le Creuset logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Le Creuset logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:09, 26 January 2016 (UTC)
Re: ''Call Me by Your Name''
Thank you for starting this article. I hope you don't mind, but I added the article to Wikipedia:Wiki Loves Pride 2016/Results ↗, which tracks new and improved LGBT-related content as part of an ongoing Wiki Loves Pride campaign. If you create or improve other LGBT articles between now and the end of June, feel free to update this page with your contributions. Thanks again! ---<span style="color:navy">Another Believer</span> <sub>(<span style="color:#C60">Talk</span>)</sub> 02:25, 6 June 2016 (UTC)
Orphaned non-free image File:Apple Trek.gif
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Apple Trek.gif ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:26, 20 June 2016 (UTC)
Orphaned non-free image File:Thalys Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Thalys Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 03:18, 24 June 2016 (UTC)
Orphaned non-free image File:Brioni Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Brioni Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:29, 2 July 2016 (UTC)
Orphaned non-free image File:Brioni Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Brioni Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 02:26, 8 July 2016 (UTC)
Europe 10,000 Challenge invite
Hi. The Wikipedia:WikiProject Europe/The 10,000 Challenge ↗ has recently started, based on the UK/Ireland Wikipedia:The 10,000 Challenge ↗. The idea is not to record every minor edit, but to create a momentum to motivate editors to produce good content improvements and creations and inspire people to work on more countries than they might otherwise work on. There's also the possibility of establishing smaller country or regional challenges for places like Germany, Italy, the Benelux countries, Iberian Peninsula, Romania, Slovenia etc, much like Wikipedia:The 1000 Challenge (Nordic) ↗. For this to really work we need diversity and exciting content and editors from a broad range of countries regularly contributing. If you would like to see masses of articles being improved for Europe and your specialist country like Wikipedia:WikiProject Africa/The Africa Destubathon ↗, sign up today and once the challenge starts a contest can be organized. This is a way we can target every country of Europe, and steadily vastly improve the encyclopedia. We need numbers to make this work so consider signing up as a participant and also sign under any country sub challenge on the page that you might contribute to! Thank you. --MediaWiki message delivery (talk) 21:09, 7 November 2016 (UTC)
<!-- Message sent by User:Ser Amantio di Nicolao@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:Ser_Amantio_di_Nicolao/sandbox&oldid=748363836 -->
ArbCom Elections 2016 ↗: Voting now open!
{{Ivmbox|Hello, Morn. Voting in the '''2016 Arbitration Committee elections ↗''' is open from Monday, 00:00, 21 November through Sunday, 23:59, 4 December to all unblocked users who have registered an account before Wednesday, 00:00, 28 October 2016 and have made at least 150 mainspace edits before Sunday, 00:00, 1 November 2016.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2016 election, please review the candidates' statements ↗ and submit your choices on '''the voting page ↗'''. Mdann52 (talk) 22:08, 21 November 2016 (UTC)
|Scale of justice 2.svg|imagesize=40px}}
<!-- Message sent by User:Mdann52 bot@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:Mdann52_bot/spamlist/2&oldid=750798221 -->
ArbCom Elections 2016 ↗: Voting now open!
{{Ivmbox|Hello, Morn. Voting in the '''2016 Arbitration Committee elections ↗''' is open from Monday, 00:00, 21 November through Sunday, 23:59, 4 December to all unblocked users who have registered an account before Wednesday, 00:00, 28 October 2016 and have made at least 150 mainspace edits before Sunday, 00:00, 1 November 2016.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2016 election, please review the candidates' statements ↗ and submit your choices on '''the voting page ↗'''. MediaWiki message delivery (talk) 22:08, 21 November 2016 (UTC)
|Scale of justice 2.svg|imagesize=40px}}
<!-- Message sent by User:Mdann52 bot@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:Mdann52_bot/spamlist/2&oldid=750798221 -->
Orphaned non-free image File:Maggi Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Maggi Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:42, 30 January 2017 (UTC)
Orphaned non-free image File:Ulysse Nardin logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Ulysse Nardin logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:18, 17 March 2017 (UTC)
Proposed deletion ↗ of :File:Staatl. Fachingen logo.svg ↗
left|link=|48px| ↗
The file :File:Staatl. Fachingen logo.svg ↗ has been proposed for deletion ↗ because of the following concern:
:'''Equivalent media under a free license at Wikimedia Commons. Not F8 owing to the different licenses.'''
While all constructive contributions to Wikipedia are appreciated, pages may be deleted for any of several reasons ↗.
You may prevent the proposed deletion by removing the {{Tlc|proposed deletion/dated files}} notice, but please explain why in your edit summary ↗ or on the file's talk page ↗.
Please consider addressing the issues raised. Removing {{Tlc|proposed deletion/dated files}} will stop the proposed deletion process ↗, but other deletion process ↗es exist. In particular, the speedy deletion ↗ process can result in deletion without discussion, and files for discussion ↗ allows discussion to reach consensus ↗ for deletion.<!-- Template:Proposed deletion notify --> ShakespeareFan00 (talk) 12:03, 5 June 2017 (UTC)
Sharp PC-E500S keys
Hi Morn, since you obviously have a Sharp PC-E500S in front of you, does it have rubber keys (like the PC-E500) or plastic keys (like some other models in the series)?
Various Japanese sites claim it was introduced in 1989 already, some other sources seem to indicate 1993, but at least some of the Western manuals are dated 1995. Do you know the date of introduction (or: did you buy your unit before 1995)? Thanks. --Matthiaspaul (talk) 17:17, 2 July 2017 (UTC)
:Hallo Matthias! Die Knöpfe sind aus hartem Plastik. Der E500S kam im Frühjahr 1995 heraus; meinen habe ich anscheinend im Mai '95 gekauft. Soweit ich mich erinnere habe ich extra noch ein paar Wochen abgewartet, weil der E500S zwar schon im 1995er-Sharp-Prospekt war, aber noch nicht in den Geschäften erhältlich. (Besagter Prospekt liegt hier sogar noch in meiner Gebrauchsanleitung). --Morn (talk) 17:48, 2 July 2017 (UTC)
:: Prima, danke! 1995 paßt auch gut zu meiner Erinnerung - wobei ich selbst keinen E500S hatte. Das würde allerdings bedeuten, daß der E500S das letzte Modell dieser Serie war und in Japan ein halbes Dutzend anderer E500-Varianten schon vorher erschienen, darunter auch welche mit 64 KB RAM...
:: Wie auch immer, ich trag das mal in den Artikel ein.
:: --Matthiaspaul (talk) 19:17, 2 July 2017 (UTC)
Orphaned non-free image File:Pierre Cardin Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Pierre Cardin Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:18, 1 August 2017 (UTC)
Orphaned non-free image File:Siegessäule cover.jpg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Siegessäule cover.jpg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:40, 28 August 2017 (UTC)
Orphaned non-free image File:Focus Logo.svg
<span style="font-size:32px; line-height:1em">'''35px|left|⚠|link= ↗'''</span> Thanks for uploading ''':File:Focus Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:22, 8 September 2017 (UTC)
Women in Red World Contest ↗
Hi. We're into the last five days of the Women in Red World Contest ↗. There's a new bonus prize of $200 worth of books of your choice to win for creating the most new women biographies between 0:00 on the 26th and 23:59 on 30th November. If you've been contributing to the contest, thank you for your support, we've produced over 2000 articles. If you haven't contributed yet, we would appreciate you taking the time to add entries to our articles achievements list by the end of the month. Thank you, and if participating, good luck with the finale!
<!-- Message sent by User:Ser Amantio di Nicolao@enwiki using the list at https://en.wikipedia.org/w/index.php?title=WiR_list_2&oldid=812113507 -->
ArbCom 2017 election voter message
{{Ivmbox|Hello, Morn. Voting in the '''2017 Arbitration Committee elections ↗''' is now open until 23.59 on Sunday, 10 December. All users who registered an account before Saturday, 28 October 2017, made at least 150 mainspace edits before Wednesday, 1 November 2017 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2017 election, please review the candidates ↗ and submit your choices on the '''voting page ↗'''. MediaWiki message delivery (talk) 18:42, 3 December 2017 (UTC)
|Scale of justice 2.svg|imagesize=40px}}
<!-- Message sent by User:Xaosflux@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2017/Coordination/MMS/07&oldid=813406947 -->
Orphaned non-free image File:Rheinische Post front page.jpg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Rheinische Post front page.jpg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:15, 26 January 2018 (UTC)
Orphaned non-free image File:Clarins Logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Clarins Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:31, 22 February 2018 (UTC)
Nomination of :Portal:LGBT ↗ for deletion
A proposal has been made to delete :Portal:LGBT ↗, which you have made significant contributions to, as well as all other portals on English Wikipedia. You are welcome to contribute to the discussion if you'd like, which is located at '''Wikipedia:Village pump (proposals)#RfC: Ending the system of portals ↗'''. Thank you for your contributions to Wikipedia. <span class="smallcaps" style="font-variant:small-caps;">North America<sup><span style="font-size: x-small;">1000</span></sup></span> 12:09, 12 April 2018 (UTC)
Orphaned non-free image File:Bild front page.jpg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Bild front page.jpg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:47, 22 May 2018 (UTC)
Orphaned non-free image File:Die Tageszeitung front page.jpg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Die Tageszeitung front page.jpg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:26, 31 October 2018 (UTC)
ArbCom 2018 election voter message
{{Ivmbox|Hello, Morn. Voting in the '''2018 Arbitration Committee elections ↗''' is now open until 23.59 on Sunday, 3 December. All users who registered an account before Sunday, 28 October 2018, made at least 150 mainspace edits before Thursday, 1 November 2018 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2018 election, please review the candidates ↗ and submit your choices on the '''voting page ↗'''. MediaWiki message delivery (talk) 18:42, 19 November 2018 (UTC)
|Scale of justice 2.svg|imagesize=40px}}
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2018/Coordination/MMS/08&oldid=866998273 -->
Orphaned non-free image File:Berliner Zeitung Logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Berliner Zeitung Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 03:26, 3 January 2019 (UTC)
Orphaned non-free image File:Der Tagesspiegel Logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Der Tagesspiegel Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 03:34, 3 January 2019 (UTC)
Orphaned non-free image File:XY magazine logo.png
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:XY magazine logo.png ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 04:07, 3 January 2019 (UTC)
Nomination of :Portal:Rabbits and hares ↗ for deletion
<div class="floatleft" style="margin-bottom:0">48px|alt=|link= ↗</div>A discussion is taking place as to whether ''':Portal:Rabbits and hares ↗''' is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines ↗ or whether it should be deleted ↗.
The article will be discussed at Wikipedia:Miscellany for deletion/Portal:Pigs ↗ until a consensus is reached, and anyone is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines.
Users may edit the page during the discussion, including to improve the page to address concerns raised in the discussion. However, do not remove the deletion notice from the top of the page.<!-- Template:afd-notice --> <span class="smallcaps" style="font-variant:small-caps;">North America<sup><span style="font-size: x-small;">1000</span></sup></span> 02:19, 23 March 2019 (UTC)
MfD nomination of :Portal:Piano ↗
30px ↗ :Portal:Piano ↗, a page which you created or substantially contributed to, has been nominated for deletion ↗. Your opinions on the matter are welcome; you may participate in the discussion by adding your comments at Wikipedia:Miscellany for deletion/Portal:Piano ↗ and please be sure to sign your comments ↗ with four tildes (<nowiki>~~~~</nowiki>). You are free to edit the content of :Portal:Piano ↗ during the discussion but should not remove the miscellany for deletion template from the top of the page; such a removal will not end the deletion discussion. Thank you.<!-- Template:MFDWarning --> ToThAc (talk) 19:07, 7 September 2019 (UTC)
Speedy deletion ↗ nomination of :Category:Piano portal ↗
48px|left|alt=|link= ↗
A tag has been placed on :Category:Piano portal ↗ requesting that it be speedily deleted from Wikipedia. This has been done under section C1 of the criteria for speedy deletion ↗, because the category has been empty for seven days or more and is not a disambiguation category ↗, a category redirect ↗, a featured topics category ↗, under discussion at Categories for discussion ↗, or a project category that by its nature may become empty on occasion.
If you think this page should not be deleted for this reason, you may '''contest the nomination''' by visiting the page ↗ and clicking the button labelled "Contest this speedy deletion". This will give you the opportunity to explain why you believe the page should not be deleted. However, be aware that once a page is tagged for speedy deletion, it may be deleted without delay. Please do not remove the speedy deletion tag from the page yourself, but do not hesitate to add information in line with Wikipedia's policies and guidelines ↗. <!-- Template:Db-catempty-notice --> <!-- Template:Db-csd-notice-custom --> <span style="font-family:Papyrus; color:#800080;">'''''L'''''iz</span> <sup style="font-family: Times New Roman; color: #006400;">'''''Read!''''' ↗ '''''Talk!'''''</sup> 03:10, 15 September 2019 (UTC)
ArbCom 2019 election voter message
<table class="messagebox " style="border: 1px solid #AAA; background: ivory; padding: 0.5em; width: 100%;">
<tr><td style="vertical-align:middle; padding-left:1px; padding-right:0.5em;">40px ↗</td><td>Hello! Voting in the '''2019 Arbitration Committee elections ↗''' is now open until 23:59 on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2019|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2019 election, please review the candidates ↗ and submit your choices on the '''2019|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 00:03, 19 November 2019 (UTC)
</td></tr>
</table>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2019/Coordination/MMS/01&oldid=926750232 -->
ArbCom 2020 Elections voter message
<table class="messagebox " style="border: 1px solid #AAA; background: ivory; padding: 0.5em; width: 100%;">
<tr><td style="vertical-align:middle; padding-left:1px; padding-right:0.5em;">40px ↗</td><td>Hello! Voting in the '''2020 Arbitration Committee elections ↗''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2020|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2020 election, please review the candidates ↗ and submit your choices on the '''2020|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 01:14, 24 November 2020 (UTC)
</td></tr>
</table>
<!-- Message sent by User:Xaosflux@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2020/Coordination/MMS/01&oldid=990307860 -->
Suggested project edit: chess animation, ''Through the Looking-Glass''
Hello Morn, I've appreciated your chess animations added at Poole versus HAL 9000 ↗, the Immortal Game ↗, and elsewhere. Another article which might benefit from your treatment is ''Through the Looking-Glass ↗'', one of the Alice in Wonderland books, which uses a chess motif.
The story corresponds to a composition with specific moves, as explained at the article (I've been editing it recently). However as it's a fantasy story, certain rules are ignored: White makes several consecutive moves, while Black (Red) makes none. An animation would be an ''especially'' good visual aid for a reader in a situation like this, to quickly underline that the composition is "fantastical", and doesn't strictly follow all the rules. Some animations of the conceit can be found on the internet, but of course we don't want to use those directly for copyright/aesthetic reasons.
One possible issue is that the "Chess" subsection might be visually cramped by two images (there's an existing still image of the original composition, which I tend to think ought to stay). A project to consider. Kind regards, MinnesotanUser (talk) 03:26, 17 May 2021 (UTC)
:No problem, I have added an animation of the moves given by Downey. That paragraph did not contain an image yet, so it fits nicely. Creating the file was a little more difficult because python-chess and SCID only allow legal moves, but I found a solution by using a sequence of board positions instead. --Morn (talk) 14:34, 17 May 2021 (UTC)
Appreciation for Chess Animation Script
Hello Morn,
I would like to take this opportunity to appreciate your work with the Python scripts for Chess Animation in various articles. I came across your work on the Opera Game ↗ article and found it informative. I have made your script available on GitHub ↗, with some minor modifications, link here ↗. I am hoping it is okay to be shared publicly on GitHub.<br/>
'''PS:''' Good job done on making it work in case of Through the Looking-Glass ↗, I must say.
Amit Dash (talk) 11:21, 4 June 2021 (UTC)
:You're welcome, Amit! And thanks for the barnstar too. :-) Yes, of course you can share the script. Like the images, it is CC0-licensed, so you can do anything you want with it. --Morn (talk) 09:01, 10 June 2021 (UTC)
A barnstar for you!
{| style="background-color: #fdffe7; border: 1px solid #fceb92;"
|rowspan="2" style="vertical-align: middle; padding: 5px;" | 100px ↗
|style="font-size: x-large; padding: 3px 3px 0 3px; height: 1.5em;" | '''The Technical Barnstar'''
|-
|style="vertical-align: middle; padding: 3px;" | Good job on the chess animation work using Python scripts Amit Dash (talk) 11:23, 4 June 2021 (UTC)
|}
Orphaned non-free image File:Fazioli Logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Fazioli Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 17:19, 20 September 2021 (UTC)
Orphaned non-free image File:Schiphol logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Schiphol logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 22:08, 22 September 2021 (UTC)
ArbCom 2021 Elections voter message
<table class="messagebox " style="border: 1px solid #AAA; background: ivory; padding: 0.5em; width: 100%;">
<tr><td style="vertical-align:middle; padding-left:1px; padding-right:0.5em;">40px ↗</td><td>Hello! Voting in the '''2021 Arbitration Committee elections ↗''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2021|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2021 election, please review the candidates ↗ and submit your choices on the '''2021|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>MediaWiki message delivery (talk) 00:01, 23 November 2021 (UTC)</small>
</td></tr>
</table>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2021/Coordination/MM/01&oldid=1056562944 -->
ArbCom 2022 Elections voter message
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #AAA; background-color: ivory; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image" style="padding-left:1px; padding-right:0.5em; flex: 1 0 40px;">40px ↗</div>
<div class="ivmbox-text">
Hello! Voting in the '''2022 Arbitration Committee elections ↗''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2022|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2022 election, please review the candidates ↗ and submit your choices on the '''2022|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>MediaWiki message delivery (talk) 00:24, 29 November 2022 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2022/Coordination/MM/01&oldid=1124425177 -->
Nomination of :PySynth ↗ for deletion
<div class="afd-notice">
<div class="floatleft" style="margin-bottom:0">48px|alt=|link= ↗</div>A discussion is taking place as to whether the article ''':PySynth ↗''' is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines ↗ or whether it should be deleted ↗.
The article will be discussed at Wikipedia:Articles for deletion/PySynth ↗ until a consensus is reached, and anyone, including you, is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines.
Users may edit the article during the discussion, including to improve the article to address concerns raised in the discussion. However, do not remove the article-for-deletion notice from the top of the article until the discussion has finished.
<!-- Template:Afd notice --></div> Drmies (talk) 18:30, 21 January 2023 (UTC)
Request for adding chess animation
Hello, Morn! I'd like to thank you for all the great work you have done using Python to create chess game animations throughout Wikipedia. Would you mind helping to create one for the new article Aronian vs. Anand, Wijk aan Zee 2013 ↗? Again, thank you so much.
Dolphinchimpanzee (talk) 13:04, 19 July 2023 (UTC)
:Done. --Morn (talk) 09:44, 20 July 2023 (UTC)
::Thanks!
::Dolphinchimpanzee (talk) 05:52, 21 July 2023 (UTC)
ArbCom 2023 Elections voter message
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #AAA; background-color: ivory; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image" style="padding-left:1px; padding-right:0.5em; flex: 1 0 40px; max-width: 100px">40px ↗</div>
<div class="ivmbox-text">
Hello! Voting in the '''2023 Arbitration Committee elections ↗''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2023|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2023 election, please review the candidates ↗ and submit your choices on the '''2023|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>MediaWiki message delivery (talk) 00:20, 28 November 2023 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2023/Coordination/MM/01&oldid=1187131902 -->
Orphaned non-free image File:Cunard Line Logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Cunard Line Logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:07, 5 January 2024 (UTC)
Orphaned non-free image File:Pianoteq 3.6 screenshot.png
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Pianoteq 3.6 screenshot.png ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 02:24, 2 April 2024 (UTC)
Orphaned non-free image File:Welt am Sonntag logo.svg
35px|text-top|left|⚠|link= ↗ Thanks for uploading ''':File:Welt am Sonntag logo.svg ↗'''. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use ↗. However, the image is currently not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable for use on Wikipedia (see our policy for non-free media ↗).
Note that any non-free images not used in any '''articles''' will be deleted after seven days, as described in section F5 of the criteria for speedy deletion ↗. Thank you.<!-- Template:Di-orphaned fair use-notice --> --B-bot (talk) 18:01, 2 August 2024 (UTC)
ArbCom 2024 Elections voter message
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image noresize" style="padding-left:1px; padding-right:0.5em;">40px ↗</div>
<div class="ivmbox-text">
Hello! Voting in the '''2024 Arbitration Committee elections ↗''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2024|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2024 election, please review the candidates ↗ and submit your choices on the '''2024|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>MediaWiki message delivery (talk) 00:04, 19 November 2024 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2024/Coordination/MM/01&oldid=1258243333 -->
Speedy deletion ↗ nomination of :Category:Rabbits and hares portal ↗
48px|left|alt=|link= ↗
A tag has been placed on :Category:Rabbits and hares portal ↗ indicating that it is currently empty, and is not a disambiguation category ↗, a category redirect ↗, under discussion at Categories for discussion ↗, or a project category that by its nature may become empty on occasion. If it remains empty for seven days or more, it may be deleted under section C1 of the criteria for speedy deletion ↗.
If you think this page should not be deleted for this reason you may '''contest the nomination''' by visiting the page ↗ and removing the speedy deletion tag. <!-- Template:Db-catempty-notice --> <!-- Template:Db-csd-notice-custom --> <span style="color:#000000">✗</span><span style="color:white;background:black;font-family:felix titling;font-size:80%">plicit</span> 14:53, 6 January 2025 (UTC)
ArbCom 2025 Elections voter message
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image" style="padding-left:1px; padding-right:0.5em;flex-basis: 40px">40px ↗</div>
<div class="ivmbox-text">
Hello! Voting in the '''2025 Arbitration Committee elections ↗''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2025|end}}-1 day}}. All '''eligible users ↗''' are allowed to vote. Users with alternate accounts may only vote once.
The Arbitration Committee ↗ is the panel of editors responsible for conducting the Wikipedia arbitration process ↗. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans ↗, topic bans ↗, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy ↗ describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2025 election, please review the candidates ↗ and submit your choices on the '''2025|poll}}|voting page ↗'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>MediaWiki message delivery (talk) 00:17, 18 November 2025 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2025/Coordination/MM/01&oldid=1322757968 -->
Proposed deletion ↗ of :Amsynth ↗
left|link=|alt=Notice|48px| ↗
The article :Amsynth ↗ has been proposed for deletion ↗ because of the following concern:
<blockquote>'''Lacks enough coverage in reliable sources. Beyond Linux journal, found only brief mentions. Checked Gnews and ProQuest'''</blockquote>
You may prevent the proposed deletion by removing the {{Tlc|proposed deletion/dated}} notice, but please explain why in your edit summary ↗ or on the article's talk page ↗.
Please consider improving the page to address the issues raised. Removing {{Tlc|proposed deletion/dated}} will stop the proposed deletion process ↗, but other deletion process ↗es exist. In particular, articles for deletion ↗ allows discussion to reach consensus ↗ for deletion based on established criteria ↗.
If the proposed deletion has already been carried out, you may request undeletion ↗ of the article at any time.<!-- Template:Proposed deletion notify --> —'''<span style="color: #2A6F23; font-family: Consolas; font-weight: bold">LastJabberwocky</span>''' (<span style="color: #AD0008;">Rrarr</span>) 09:54, 25 May 2026 (UTC)