RuneScape:Administrator requests
Discuss19on this wiki
Administrator requests
Edit
What this page is for
Edit
- Protecting/unprotecting pages. Highly visible pages or content that may have links from outside websites are encouraged to have some level of protection. This can also include a request for administrators to try and calm down an edit war. This should be done according to the RuneScape:Protection policy.
- Moving/renaming protected pages and files. Due to vandals' mis-use of the page move tool, some pages are protected from being renamed except by an administrator. If you can make a compelling case for a page move, or consensus has been reached on the respective discussion page related to the page you think needs to be renamed, formal requests for the page move can happen here. New contributors to this wiki or "anonymous" users wishing to rename a page that don't have the page move option available to them yet are also welcome to make such requests on this page.
- Minor edits to protected pages. This is mostly on protected templates that can have a substantial impact on the whole wiki if they are changed, so caution is urged when they are modified.
- Announcements that are intended to be across the whole wiki. This appears on MediaWiki:Sitenotice, and should be something that would be of interest to the whole community.
- Importing pages from another wiki. While seldom used for content on this wiki, this is an option that is available for bringing in content from another wiki and preserving its edit history, which requires administrator rights. This may involve some special actions on the part of Wikia Central to open this option between two MediaWiki projects, so be patient if you wish to make this sort of request. MediaWiki importing tools can sometimes be buggy, so be gentle on volunteer administrators doing this task.
- Hiding revisions and/or edit summaries. In the case of blatant copyright violations, significantly offensive material, identity establishing information, or any other content that poses a major risk to the wiki or its editors, the revision(s) may be hidden using Special:RevisionDelete.
- General questions to the administrators of this wiki. You might get a faster reply by posting on the User help page; however, the administrators here will try to help you to the best of their abilities.
What this page is not for
Edit
- Problems that do not require administrator tools to complete. Instead, please visit the user help page.
- Problem users who may be vandalising content pages. Instead, please note the user that may be causing problems on the RuneScape:Counter Vandalism Unit page.
- Requests to become an administrator. If you are interested in learning what an administrator does or how you can become one, please visit RuneScape:Administrators for information about administrators and RuneScape:Requests for adminship for the process to become an administrator.
- General discussions about administrator behaviour. Most policy discussions, including policies that govern administrators, ought to be started on the Yew Grove and kept to that forum for input from the larger RS wiki community.
- Minor requests for deletion. If you've accidentally duplicated content or wish to just clean up a mess you've made on the wiki, you should simply tag the page with
{{D|Reason(s) for nomination}}.
Note: Please only make requests on this page that specifically require sysop tools to fulfill.
| Archives |
|---|
| 1 • 2 Add to current Create next archive |
Contents |
Better pengLocation script
Edit
I have improved the script that makes the list in dndl selectable.
The new script can be tested here: User:Tyilo/PengTest
You will need to includeimportScript('User:Tyilo/peng_test.js'); in your skin.js
The improvements are:
- When you select an item in the long list it will also be selected in the short list (and vice versa).
- "Reset marked locations" button on both lists.
- Option to float the shortlist.
The new script is located here: User:Tyilo/peng_test.js
If you accept this improvement you will need to change the line containing
if (wgPageName == 'User:Tyilo/PengTest') /*(wgPageName == 'Distractions_and_Diversions_Locations' || wgPageName == 'Distractions_and_Diversions_Locations/Penguin_Hide_and_Seek')*/ {
with
if (wgPageName == 'Distractions_and_Diversions_Locations' || wgPageName == 'Distractions_and_Diversions_Locations/Penguin_Hide_and_Seek') {
TyiloTalk
22:10, February 1, 2012 (UTC)
- As the guy who updates the page with Team Penguin info, I would point out that the "short list" isn't really part of the page nor is it something I intend to maintain. I don't see a lot of value in entering the same information twice to keep 2 lists of the same info on the same page. Perhaps that discussion should occur first. --Saftzie (talk) 01:09, February 2, 2012 (UTC)
- If you don't have a gigantic display you can't see all the penguins at once. But with the short list you can quickly get an overview of all the penguins.
TyiloTalk
01:17, February 2, 2012 (UTC)
- I could easily just remove the maps. --Saftzie (talk) 02:48, February 2, 2012 (UTC)
- Is it possible to have a hide/show option for the map column, so they are still there, but can be hidden if people just want the short list?
Sentra246
02:57, February 2, 2012 (UTC)
- I don't think we should leave out the maps. It would be possible to have a hide/show option, but should it be for each penguin or one at the top hiding/showing all maps at once?
TyiloTalk
06:29, February 2, 2012 (UTC)
- One at the top makes the most sense. I'm assuming it's possible, not 100% sure though.
Sentra246
09:34, February 2, 2012 (UTC)
- I have updated the script at User:Tyilo/PengTest with the option to hide/show the maps on the large table.
- I'd suggest removing the support for the "short list" (floating, syncing selected rows, whatever else) from the js, since the whole point of hiding the maps is to make the short list unnecessary. Also, if we ever deploy the script, I'd suggest NOT doing it around peng reset time. --Saftzie (talk) 11:14, February 6, 2012 (UTC)
- One at the top makes the most sense. I'm assuming it's possible, not 100% sure though.
- I don't think we should leave out the maps. It would be possible to have a hide/show option, but should it be for each penguin or one at the top hiding/showing all maps at once?
- Is it possible to have a hide/show option for the map column, so they are still there, but can be hidden if people just want the short list?
- I could easily just remove the maps. --Saftzie (talk) 02:48, February 2, 2012 (UTC)
- If you don't have a gigantic display you can't see all the penguins at once. But with the short list you can quickly get an overview of all the penguins.
Comment - Would this become obsolete with Forum:New javascript calculators (if it passes)? JOEYTJE50TALK_Please add your SoF rewards,
to this shared log. 14:25, March 6, 2012 (UTC)
- It's not even close to being a calculator, so no. --Saftzie (talk) 18:51, March 6, 2012 (UTC)
- Well the calculator script also has something for penguin points, so it could be. JOEYTJE50TALK_Please add your SoF rewards,
to this shared log. 12:44, March 10, 2012 (UTC)- Have a look at the page. It's a list of spawn points (a table), which changes weekly. Ten penguins are chosen from approximately 65 possible ones. This JS deals with highlighting and formatting the table. No calculation occurs. --Saftzie (talk) 13:11, March 10, 2012 (UTC)
- The script by Stewbasic doesn't just calculate. It also deals with highlighting. Check User:Stewbasic/calc#Penguin list after importing User:Stewbasic/calc.js to your JS to see. And even if your script does more than that, couldn't you just talk to stewbasic and ask him to merge the scripts? JOEYTJE50TALK_Please add your SoF rewards,
to this shared log. 14:02, March 10, 2012 (UTC)
- The script by Stewbasic doesn't just calculate. It also deals with highlighting. Check User:Stewbasic/calc#Penguin list after importing User:Stewbasic/calc.js to your JS to see. And even if your script does more than that, couldn't you just talk to stewbasic and ask him to merge the scripts? JOEYTJE50TALK_Please add your SoF rewards,
- Have a look at the page. It's a list of spawn points (a table), which changes weekly. Ten penguins are chosen from approximately 65 possible ones. This JS deals with highlighting and formatting the table. No calculation occurs. --Saftzie (talk) 13:11, March 10, 2012 (UTC)
- Well the calculator script also has something for penguin points, so it could be. JOEYTJE50TALK_Please add your SoF rewards,
MediaWiki:Chat.js
Edit
Per Forum:S:C - Tweaks, I'd like to request the chat header to be changed. Just c/p the var chatTopic line to become:
var chatTopic = 'Welcome to the RuneScape Wiki chat.<br /><a href="wiki/RuneScape:Chat" target="_blank" title="RuneScape:Chat" style="position:relative;text-decoration:underline;">Rules</a> • <a href="wiki/RuneScape:Chat/Help" target="_blank" title="RuneScape:Chat/Help" style="position:relative;text-decoration:underline;">Information</a> • <a href="wiki/RuneScape:Chat/Reports" target="_blank" title="Chat" style="position:relative;text-decoration:underline;">Report a user</a> • <a href="wiki/RuneScape:Chat/Logs" target="_blank" title="RuneScape:Chat/Logs" style="position:relative;text-decoration:underline;">Logs</a>'
If anyone has any comments/suggestions let me know
Cåm Tålk 00:51, May 17, 2012 (UTC)