Test Wiki:Request for permissions: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
m →想舞花: oops |
Replaced content with "{{/header}}" Tag: Replaced |
||
Line 1: | Line 1: | ||
{{/header}} |
{{/header}} |
||
== Seiyena == |
|||
{{UserLinks|Seiyena}} {{RfPBtn}} |
|||
<!-- Do not edit above lines --> |
|||
'''Requested right:''' Bureaucrat |
|||
<!-- Place Yes/No in each of the boxes below (like so: [Yes]) to affirm you consent |
|||
with what follows them. If placed No in any box or left blank, then it may result in your request |
|||
taking longer to process due to discussion as to why you do not agree with the statement, |
|||
and may ultimately lead to your request being denied. --> |
|||
* [yes] I am familiar with all of [[:Category:Test-Wiki policies|Test Wiki's policies]], and understand that important rules will be communicated to me as necessary through obtrusive message boxes. |
|||
* [yes] I agree that I am entirely responsible for all actions done under this account, including actions performed under this account by someone other than myself. |
|||
* [yes] I agree that if I misuse the sysop/bureaucrat tools, my access might be revoked and I may be banned from Test Wiki without prior warning. |
|||
'''Other comments:''' So I guess I need a steward's approval to become a bureaucrat again. {{ping|Dmehus}} or {{ping|MacFan4000}} can one of you please approve this? I promise to not break any rules here or try to bypass any filters. Thank you. [[User:Seiyena|Sei]] ([[Special:Contribs/Seiyena|<span style="color:red">My changes here</span>]] | [[Special:Newsection/User talk:Seiyena|<span style="color:#0080ff">Drop me a line</span>]]) 00:47, 1 May 2022 (UTC) |
|||
:{{Not done}}:Per Steward Enforcement. --[[User:想舞花|想舞花]] ([[User talk:想舞花|talk]]) 00:57, 1 May 2022 (UTC) |
|||
:I had pinged the stewards so one of them could reply to this and hopefully approve it. [[User:Seiyena|Sei]] ([[Special:Contribs/Seiyena|<span style="color:red">My changes here</span>]] | [[Special:Newsection/User talk:Seiyena|<span style="color:#0080ff">Drop me a line</span>]]) 01:00, 1 May 2022 (UTC) |
|||
== 想舞花 == |
|||
{{UserLinks|想舞花}} {{RfPBtn}} |
|||
<!-- Do not edit above lines --> |
|||
'''Requested right:interface administrator''' <!-- Add the right you are requesting here (Administrator/Bureaucrat) --> |
|||
<!-- Place Yes/No in each of the boxes below (like so: [Yes]) to affirm you consent |
|||
with what follows them. If placed No in any box or left blank, then it may result in your request |
|||
taking longer to process due to discussion as to why you do not agree with the statement, |
|||
and may ultimately lead to your request being denied. --> |
|||
* [Yes] I am familiar with all of [[:Category:Test-Wiki policies|Test Wiki's policies]], and understand that important rules will be communicated to me as necessary through obtrusive message boxes. |
|||
* [YES] I agree that I am entirely responsible for all actions done under this account, including actions performed under this account by someone other than myself. |
|||
* [Yes] I agree that if I misuse the sysop/bureaucrat tools, my access might be revoked and I may be banned from Test Wiki without prior warning. |
|||
'''Other comments:I can edit js and css so i need Interface Administrator--[[User:想舞花|想舞花]] ([[User talk:想舞花|talk]]) 09:41, 2 May 2022 (UTC)''' <!-- You may use this space to insert other comments relevant to your request --> |
|||
{{ping|MacFan4000}} and {{ping|Dmehus}} seen as they need to review the request. [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 10:20, 2 May 2022 (UTC) |
|||
:{{ping|想舞花}} Can you please answer the following questions? This is just to know that <em>we</em> are giving tools to a technically competent user. |
|||
:# How do you query for all users who have edited this wiki in the last 30 days and group them into three arrays of stewards, admins and normal users/IPs respectively using MediaWiki API? |
|||
:# Can you explain what this function do? ([[MediaWiki:Gadget-markblocked.js|Gadget-markblocked.js]], from line 188 to 209) |
|||
<pre> |
|||
switch ( mw.config.get( 'wgAction' ) ) { |
|||
case 'edit': |
|||
case 'submit': |
|||
case 'delete': |
|||
break; |
|||
case 'view': |
|||
if ( $.inArray( mw.config.get( 'wgNamespaceNumber' ), [ 0, 10 ] ) !== -1 ) { |
|||
break; |
|||
} |
|||
// otherwise continue with default |
|||
default: // 'history', 'purge' |
|||
// In case if the gadget is loaded directly by URL |
|||
mw.loader.using( 'mediawiki.util' ).done( function () { |
|||
if ( window.mbNoAutoStart ) { |
|||
mw.util.addPortletLink( 'p-cactions', 'javascript:markBlocked()', 'XX', 'ca-showblocks' ); |
|||
} else { |
|||
mw.hook( 'wikipage.content' ).add( function () { |
|||
markBlocked(); |
|||
} ); |
|||
} |
|||
} ); |
|||
} |
|||
</pre> |
|||
:[[User:NguoiDungKhongDinhDanh|NguoiDungKhongDinhDanh]] ([[User talk:NguoiDungKhongDinhDanh|talk]]) 03:25, 3 May 2022 (UTC) |
|||
{{Ping|NguoiDungKhongDinhDanh}}, yes i can answer it , your 2nd question ,likely is doing block using this Function,your 1st question i can answer,may be you cannot understand,i can use mediawiki api give last 30 days and group them into three arrays of stewards, admins and normal users/IPs respectively, but i am a interface administrator in a website .--[[User:想舞花|想舞花]] ([[User talk:想舞花|talk]]) 05:40, 3 May 2022 (UTC) |
|||
:{{ping|想舞花}} What do you mean by "may be [I] cannot understand"? I may not take that personally, but your answers [[:wikipedia:WP:NOTTHEM|are what we're discussing]] here, not my ability to understand it. I would like to hear a clearer answer for the first question as well. [[User:NguoiDungKhongDinhDanh|NguoiDungKhongDinhDanh]] ([[User talk:NguoiDungKhongDinhDanh|talk]]) 06:25, 3 May 2022 (UTC) |
|||
:{{Ping|NguoiDungKhongDinhDanh}}I said you don't understand, I'm just joking, not offending you.--[[User:想舞花|想舞花]] ([[User talk:想舞花|talk]]) 06:50, 3 May 2022 (UTC) |
|||
:: That was your second chance. Since you failed to answer both questions, I think it is correct to say that you have never experiencing the IA toolset in non-test environments, nor do you have basic knowledge of JS. RfP requests are not polls nor discussions, so I won't oppose, but highly recommend stewards <em>not</em> to grant IA. [[User:NguoiDungKhongDinhDanh|NguoiDungKhongDinhDanh]] ([[User talk:NguoiDungKhongDinhDanh|talk]]) 09:46, 3 May 2022 (UTC) |
|||
---- |
|||
*'''[[Special:Diff/22120|Withdrawn]]''' by 想舞花.--[[User:Q8j|Q8j]] ([[User talk:Q8j|talk]]) 06:54, 4 May 2022 (UTC) |
|||
== Sierpnia == |
|||
{{UserLinks|Sierpnia}} {{RfPBtn}} |
|||
<!-- Do not edit above lines --> |
|||
'''Requested right:''' admin |
|||
<!-- Place Yes/No in each of the boxes below (like so: [Yes]) to affirm you consent |
|||
with what follows them. If placed No in any box or left blank, then it may result in your request |
|||
taking longer to process due to discussion as to why you do not agree with the statement, |
|||
and may ultimately lead to your request being denied. --> |
|||
* [y] I am familiar with all of [[:Category:Test-Wiki policies|Test Wiki's policies]], and understand that important rules will be communicated to me as necessary through obtrusive message boxes. |
|||
* [y] I agree that I am entirely responsible for all actions done under this account, including actions performed under this account by someone other than myself. |
|||
* [y] I agree that if I misuse the sysop/bureaucrat tools, my access might be revoked and I may be banned from Test Wiki without prior warning. |
|||
'''Other comments:''' <!-- You may use this space to insert other comments relevant to your request --> [[User:Sierpnia|Sierpnia]] ([[User talk:Sierpnia|talk]]) 01:40, 3 May 2022 (UTC) |
|||
:{{done}},Welcome back--[[User:想舞花|想舞花]] ([[User talk:想舞花|talk]]) 01:48, 3 May 2022 (UTC) |