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
(Created page with "dev:MassCategorization/code.js")
 
gkKimlasca warrior (talk)
m
 
(5 intermediate revisions 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
/* Back-to-top Button Format */
#backtotop button{
    background: none;
    background-color: transparent;
    color: white;
    border: none;
}
#backtotop button:hover {
    text-decoration: underline;
}
var MultiUploadoption = {
    max: 100
};

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

};