Steven Universe Wiki

Spoilers will be present! Please browse at your own risk.

READ MORE

Steven Universe Wiki
No edit summary
m (see if this helps it load quicker)
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
# <nowiki>
# Countdowns.
 
  +
# Adds header icons on articles
dev:Countdown/code.js
+
dev:EraIcons/code.js
   
# gives a notification when the page you are editing gets edited.
+
# Gives a notification about edit conflicts
 
dev:EditConflictAlert/code.js
 
dev:EditConflictAlert/code.js
   
# Automatically refreshes pages.
+
# Automatically refreshes pages
 
dev:AjaxRC/code.js
 
dev:AjaxRC/code.js
   
# Auto-updating avatars.
+
# Auto-updating avatars for staff page
 
dev:User_Avatar_Finder/code.js
 
dev:User_Avatar_Finder/code.js
   
 
# Back to top button
# Extended navigation.
 
dev:ExtendedNavigation/code.js
 
 
# Back to top button.
 
 
dev:BackToTopButton/code.js
 
dev:BackToTopButton/code.js
   
# Makes the ToC more mobile.
+
# Makes the ToC more mobile
 
dev:FloatingToc/code.js
 
dev:FloatingToc/code.js
   
# Automatically locks old forums.
+
# Automatically locks old forums
 
dev:LockForums/code.js
 
dev:LockForums/code.js
   
# Automatically locks old blogposts.
+
# Automatically locks old blogs
 
dev:LockOldBlogs/code.js
 
dev:LockOldBlogs/code.js
   
# Mass protection.
+
# Mass protection
 
dev:MassProtect/code.js
 
dev:MassProtect/code.js
   
# Refresh button.
+
# Refresh button
 
dev:PurgeButton/code.js
 
dev:PurgeButton/code.js
   
# Allowes to make very neat things :0
+
# Allowes to make very neat things :0
 
dev:ReferencePopups/code.js
 
dev:ReferencePopups/code.js
   
 
# Message walls greetings
# Customizes user tags.
 
dev:UserTags/code.js
 
 
# Message walls greetings.
 
 
dev:WallGreetingButton/code.js
 
dev:WallGreetingButton/code.js
   
# Revives MPC.
+
# Revives MPC
 
dev:YoutubePlayer/code.js
 
dev:YoutubePlayer/code.js
   
# RecentChangesMultiple
+
# RecentChangesMultiple
 
dev:RecentChangesMultiple/code.2.js
 
dev:RecentChangesMultiple/code.2.js
   
# Discord Widget
+
# Discord rail module
dev:DiscordIntegrator/code.js
+
dev:DiscordChat.js
   
 
# Timezone clock for staff listing page
# And when nobody expected
 
dev:WorkingMoreUsersCount.js
 
 
# timezone clock for staff listing pages
 
 
dev:TZclock.js
 
dev:TZclock.js
   
 
# Customizes user tags
# for dup image listing page
 
 
dev:UserTags/code.js
  +
 
# For duplicate image listing page
 
dev:DupImageList/code.js
 
dev:DupImageList/code.js
   
# Template:Username script
+
# Template:Username script
 
dev:InputUsername/code.js
 
dev:InputUsername/code.js
   
# Adds button to delete threads
+
# Adds button to delete threads
 
dev:AjaxThreadDelete/code.js
 
dev:AjaxThreadDelete/code.js
   
# Strikeout done items on maintenance special pages
+
# Strikeout done items on maintenance special pages
 
dev:CacheCheck/code.js
 
dev:CacheCheck/code.js
   
# ImportJS improvements
+
# ImportJS improvements
 
dev:ImportJS-Plus.js
 
dev:ImportJS-Plus.js
   
# Show delete/move log on file pages
+
# Show delete/move/etc log on file pages
 
dev:FileLogs.js
 
dev:FileLogs.js
  +
  +
# Allow mass deletion of pages
  +
dev:Nuke/code.js
  +
  +
# Allows admins to view recent AbuseFilter logs on Special:RecentChanges
  +
dev:AbuseLogRC.js
  +
  +
# Wiki notification
  +
dev:WikiaNotification/code.js
  +
  +
# Fix images in featured articles module
  +
dev:FixFeaturedArticlesImages.js
  +
  +
# Fix the tooltips in the editor
  +
dev:FixEditorTooltips.js
  +
  +
# Fix the edit button on cascaded protected pages
  +
dev:FixCascadingProtectionEditButton.js
  +
  +
# Add button to show removed replies on threads
  +
dev:ViewRemoved/code.js
  +
  +
# Fix cancel button being greyed out when editing threads
  +
dev:EnableDisabledCancelButton.js
  +
  +
# Fix thread timestmaps hiding themselves
  +
dev:FixEditingFirstMessageHidingAllTimestamps.js
  +
  +
# Show talk page link in edit dropdown
  +
dev:TalkButton/code.js

Revision as of 22:42, 3 May 2020

  1. <nowiki>
  2. Adds header icons on articles

dev:EraIcons/code.js

  1. Gives a notification about edit conflicts

dev:EditConflictAlert/code.js

  1. Automatically refreshes pages

dev:AjaxRC/code.js

  1. Auto-updating avatars for staff page

dev:User_Avatar_Finder/code.js

  1. Back to top button

dev:BackToTopButton/code.js

  1. Makes the ToC more mobile

dev:FloatingToc/code.js

  1. Automatically locks old forums

dev:LockForums/code.js

  1. Automatically locks old blogs

dev:LockOldBlogs/code.js

  1. Mass protection

dev:MassProtect/code.js

  1. Refresh button

dev:PurgeButton/code.js

  1. Allowes to make very neat things :0

dev:ReferencePopups/code.js

  1. Message walls greetings

dev:WallGreetingButton/code.js

  1. Revives MPC

dev:YoutubePlayer/code.js

  1. RecentChangesMultiple

dev:RecentChangesMultiple/code.2.js

  1. Discord rail module

dev:DiscordChat.js

  1. Timezone clock for staff listing page

dev:TZclock.js

  1. Customizes user tags

dev:UserTags/code.js

  1. For duplicate image listing page

dev:DupImageList/code.js

  1. Template:Username script

dev:InputUsername/code.js

  1. Adds button to delete threads

dev:AjaxThreadDelete/code.js

  1. Strikeout done items on maintenance special pages

dev:CacheCheck/code.js

  1. ImportJS improvements

dev:ImportJS-Plus.js

  1. Show delete/move/etc log on file pages

dev:FileLogs.js

  1. Allow mass deletion of pages

dev:Nuke/code.js

  1. Allows admins to view recent AbuseFilter logs on Special:RecentChanges

dev:AbuseLogRC.js

  1. Wiki notification

dev:WikiaNotification/code.js

  1. Fix images in featured articles module

dev:FixFeaturedArticlesImages.js

  1. Fix the tooltips in the editor

dev:FixEditorTooltips.js

  1. Fix the edit button on cascaded protected pages

dev:FixCascadingProtectionEditButton.js

  1. Add button to show removed replies on threads

dev:ViewRemoved/code.js

  1. Fix cancel button being greyed out when editing threads

dev:EnableDisabledCancelButton.js

  1. Fix thread timestmaps hiding themselves

dev:FixEditingFirstMessageHidingAllTimestamps.js

  1. Show talk page link in edit dropdown

dev:TalkButton/code.js