Difference between revisions of "MediaWiki: Common.js"
From Teknologisk videncenter
m (New page: →Any JavaScript here will be loaded for all users on every page load.: /////////////////////////////////////////////////////////////////////////////////////////////////// ////// Beginn...) |
|||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | / | + | var stylepath = "/skins"; |
| − | / | + | /* Testing Heth |
| − | + | .slideshow div { | |
| − | + | _position: absolute; | |
| − | |||
| − | |||
} | } | ||
| − | + | .slideshow div div { | |
| − | + | _position: static; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | + | */ | |
| − | + | // Added 28/3-2009 HeTh | |
| − | + | /** Collapsible tables ********************************************************* | |
| − | + | * | |
| − | + | * Description: Allows tables to be collapsed, showing only the header. See | |
| − | + | * [[Wikipedia:NavFrame]]. | |
| − | + | * Maintainers: [[User:R. Koot]] | |
| − | + | */ | |
| − | /// | + | // install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor |
| − | ////////// | + | //HeTh select in preferences importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' |
| + | //HeTh select in preferences + '&action=raw&ctype=text/javascript'); | ||
Latest revision as of 09:38, 12 December 2012
var stylepath = "/skins";
/* Testing Heth
.slideshow div {
_position: absolute;
}
.slideshow div div {
_position: static;
}
*/
// Added 28/3-2009 HeTh
/** Collapsible tables *********************************************************
*
* Description: Allows tables to be collapsed, showing only the header. See
* [[Wikipedia:NavFrame]].
* Maintainers: [[User:R. Koot]]
*/
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
//HeTh select in preferences importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
//HeTh select in preferences + '&action=raw&ctype=text/javascript');