Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

Difference between revisions of "MediaWiki:ImportJS"

From SaGa Wiki
Jump to navigationJump to search
gkKimlasca warrior (talk)
m
gkKimlasca warrior (talk)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
dev:MassCategorization/code.js
dev:MassCategorization/code.js
 
dev:MultiUpload/code.js
dev:BackToTopButton/code.js
dev:BackToTopButton/code.js
/* Back-to-top Button Format */
/* Back-to-top Button Format */
Line 16: Line 16:
     max: 100
     max: 100
};
};
dev:MediaWiki:MultiUpload/code.js

Latest revision as of 16:02, December 26, 2019

dev:MassCategorization/code.js dev:MultiUpload/code.js dev:BackToTopButton/code.js /* Back-to-top Button Format */

  1. backtotop button{
   background: none;
   background-color: transparent;
   color: white;
   border: none;

}

  1. backtotop button:hover {
   text-decoration: underline;

}

var MultiUploadoption = {

   max: 100

};