User talk:ゆいしあす/20201127

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

Notification about possible deletion

Some contents have been listed at Commons:Deletion requests so that the community can discuss whether they should be kept or not. We would appreciate it if you could go to voice your opinion about this at their entry.

If you created these pages, please note that the fact that they have 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 them, 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!

Affected:


Yours sincerely, Natuur12 (talk) 18:10, 7 December 2015 (UTC)


Hi ゆいしあす, I am a bored bot (this is kind of a computer program) that is watching the recent changes and tapping buttons like I did now.

Curious about the reason? Possibly not but I will tell you anyway:

  1. You edited User:ゆいしあす/common.js. Glad to see you coding in javascript! Have you ever considered becoming a MediaWiki hacker?
  2. Though, that change appears to introduce 2 new jshint issues — the page's status is now having warnings. Note that invalid or ambiguous code often has unwanted side effects like breaking other tools for you. If you cannot find out how to fix it, I suggest blanking the page for now.
  3. To help you understanding where the issues are, I have aggregated a report here and now. If you have questions, don't hesitate to ask users experienced in javascript writing for help. But do not ask the bot's operators (chronically overwrought) unless you suspect an error of mine. If you prefer not getting spammed by me, you can opt-out reports by adding {{ValidationOptOut|type=all}} to your user page or cmb-opt-out anywhere on your your global user page on Meta. Good luck at Wikimedia Commons and happy hacking!
  1. ISSUE: line 5 character 32: The array literal notation [] is preferable. - Evidence: var classElements = new Array();
  2. ISSUE: line 6 character 13: Use '===' to compare with 'null'. - Evidence: if ( node == null )
  3. ISSUE: line 8 character 12: Use '===' to compare with 'null'. - Evidence: if ( tag == null )
  4. ISSUE: line 23 character 21: The array literal notation [] is preferable. - Evidence: var _GET = new Array();
  5. ISSUE: line 28 character 32: The array literal notation [] is preferable. - Evidence: var _temp_get_arr_1 = new Array();
  6. ISSUE: line 35 character 12: Variables should not be deleted. - Evidence: delete _uri; delete _temp_get_arr; delete _temp_get_arr_1;
  7. ISSUE: line 35 character 34: Variables should not be deleted. - Evidence: delete _uri; delete _temp_get_arr; delete _temp_get_arr_1;
  8. ISSUE: line 35 character 58: Variables should not be deleted. - Evidence: delete _uri; delete _temp_get_arr; delete _temp_get_arr_1;
  9. ISSUE: line 42 character 159: ['title'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  10. ISSUE: line 42 character 199: ['oldid'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  11. ISSUE: line 42 character 327: ['title'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  12. ISSUE: line 42 character 367: ['oldid'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  13. ISSUE: line 42 character 496: ['title'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  14. ISSUE: line 42 character 536: ['oldid'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  15. ISSUE: line 42 character 666: ['title'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  16. ISSUE: line 42 character 706: ['oldid'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  17. ISSUE: line 42 character 841: ['title'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';
  18. ISSUE: line 42 character 881: ['oldid'] is better written in dot notation. - Evidence: document.getElementById('contentSub').innerHTML = '<span style="font-size: 250%">revert: <a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">rv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=2&user1='+user1+'&user2='+user2+'">rvv</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=3&user1='+user1+'&user2='+user2+'">spam</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=4&user1='+user1+'&user2='+user2+'">ooooops!!</a>•<a href="https://commons.wikimedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=5&user1='+user1+'&user2='+user2+'">日本語版サンドボックス初期化</a></span>';

Your CommonsMaintenanceBot (talk) at 12:13, 31 May 2016 (UTC).

Why did you revert that contribution? The template I removed said the words "This vector image has elements". It was NOT a vector image. Could you revert it for me? 154.5.169.5 18:41, 19 August 2018 (UTC)

Hi ゆいしあす, I am a bored bot (this is kind of a computer program) that is watching the recent changes and tapping buttons like I did now.

Curious about the reason? Possibly not but I will tell you anyway:

  1. You edited User:ゆいしあす/common.js. Glad to see you coding in javascript! Have you ever considered becoming a MediaWiki hacker?
  2. Though, that change appears to introduce 1 new jshint issue — the page's status is now having ERRORS. Note that invalid or ambiguous code often has unwanted side effects like breaking other tools for you. If you cannot find out how to fix it, I suggest blanking the page for now.
  3. To help you understanding where the issues are, I have aggregated a report here and now. If you have questions, don't hesitate to ask users experienced in javascript writing for help. But do not ask the bot's operators (chronically overwrought) unless you suspect an error of mine. If you prefer not getting spammed by me, you can opt-out reports by adding {{ValidationOptOut|type=all}} to your user page or cmb-opt-out anywhere on your your global user page on Meta. Good luck at Wikimedia Commons and happy hacking!
  1. Please also enclose deletion templates in /* {{comments}} */. Even scripts broken due to scheduling for deletion can break things.
  2. ISSUE: line 1 character 29: Unclosed string. - Evidence: {{Sdelete|author's request}}
  3. ISSUE: line 2 character 15: Unclosed string. - Evidence: // __NOINDEX__
  4. ISSUE: line 1 character 17: Unclosed string. - Evidence: {{Sdelete|author's request}}
  5. ISSUE: line 1 character 2: Expected a string and instead saw {. - Evidence: {{Sdelete|author's request}}
  6. ISSUE: line 1 character 3: Expected ':' and instead saw 'Sdelete'. - Evidence: {{Sdelete|author's request}}
  7. ISSUE: line 1 character 10: Expected a JSON value. - Evidence: {{Sdelete|author's request}}
  8. ISSUE: line 1 character 10: Expected '}' and instead saw '|'. - Evidence: {{Sdelete|author's request}}
  9. ISSUE: line 1 character 11: Expected '(end)' and instead saw 'author'. - Evidence: {{Sdelete|author's request}}
  10. ISSUE: line 1 character 17: Strings must use doublequote. - Evidence: {{Sdelete|author's request}}

Your CommonsMaintenanceBot (talk) at 21:13, 27 November 2020 (UTC).


Hi ゆいしあす, I am a bored bot (this is kind of a computer program) that is watching the recent changes and tapping buttons like I did now.

Curious about the reason? Possibly not but I will tell you anyway:

  1. You edited User:ゆいしあす/common.js. Glad to see you coding in javascript! Have you ever considered becoming a MediaWiki hacker?
  2. Though, that change appears to introduce 8 new jshint issues — the page's status is now having ERRORS. Note that invalid or ambiguous code often has unwanted side effects like breaking other tools for you. If you cannot find out how to fix it, I suggest blanking the page for now.
  3. To help you understanding where the issues are, I have aggregated a report here and now. If you have questions, don't hesitate to ask users experienced in javascript writing for help. But do not ask the bot's operators (chronically overwrought) unless you suspect an error of mine. If you prefer not getting spammed by me, you can opt-out reports by adding {{ValidationOptOut|type=all}} to your user page or cmb-opt-out anywhere on your your global user page on Meta. Good luck at Wikimedia Commons and happy hacking!
  1. ISSUE: line 1 character 29: Unclosed string. - Evidence: {{Sdelete|author's request}}
  2. ISSUE: line 1 character 17: Unclosed string. - Evidence: {{Sdelete|author's request}}
  3. ISSUE: line 1 character 2: Expected a string and instead saw {. - Evidence: {{Sdelete|author's request}}
  4. ISSUE: line 1 character 3: Expected ':' and instead saw 'Sdelete'. - Evidence: {{Sdelete|author's request}}
  5. ISSUE: line 1 character 10: Expected a JSON value. - Evidence: {{Sdelete|author's request}}
  6. ISSUE: line 1 character 10: Expected '}' and instead saw '|'. - Evidence: {{Sdelete|author's request}}
  7. ISSUE: line 1 character 11: Expected '(end)' and instead saw 'author'. - Evidence: {{Sdelete|author's request}}
  8. ISSUE: line 1 character 17: Strings must use doublequote. - Evidence: {{Sdelete|author's request}}

Your CommonsMaintenanceBot (talk) at 21:13, 27 November 2020 (UTC).


Hi ゆいしあす, I am a bored bot (this is kind of a computer program) that is watching the recent changes and tapping buttons like I did now.

Curious about the reason? Possibly not but I will tell you anyway:

  1. You edited User:ゆいしあす/common.js. Glad to see you coding in javascript! Have you ever considered becoming a MediaWiki hacker?
  2. Though, that change appears to introduce 1 new esprima issue — the page's status is now having ERRORS. Note that invalid or ambiguous code often has unwanted side effects like breaking other tools for you. If you cannot find out how to fix it, I suggest blanking the page for now.
  3. To help you understanding where the issues are, I have aggregated a report here and now. If you have questions, don't hesitate to ask users experienced in javascript writing for help. But do not ask the bot's operators (chronically overwrought) unless you suspect an error of mine. If you prefer not getting spammed by me, you can opt-out reports by adding {{ValidationOptOut|type=all}} to your user page or cmb-opt-out anywhere on your your global user page on Meta. Good luck at Wikimedia Commons and happy hacking!
  1. ERROR: Cannot parse line 1 column 29: Unexpected token ILLEGAL

Your CommonsMaintenanceBot (talk) at 21:13, 27 November 2020 (UTC).