MediaWiki:Common.js

From syn2cat - HackerSpace.lu
(Difference between revisions)
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
var url = document.location;
+
document.write(document.location.split('/')+ "<br />");
var page = url.split('/');
+
document.write(page);
+
for (i in page){
+
document.write(i+'<br/>');
+
}
+

Revision as of 00:57, 5 March 2010

/* Any JavaScript here will be loaded for all users on every page load. */
document.write(document.location.split('/')+ "<br />");
Personal tools
Namespaces

Variants
Actions
Navigation
syn2cat
Hackerspace
Activities
Initiatives
Community
Tools
Tools