MediaWiki:Common.js: Verskil tussen weergawes

Content deleted Content added
removed things that don't work a on a wikiquote, removed things now in core, removed things that were not used/broken for a long time.
Lyn 1:
/* Any JavaScript here will be loaded for all users on every page load. */
 
function returnObjById( id ) {
if (document.getElementById) {
return document.getElementById(id);
Lyn 9:
return document.layers[id];
}
return null;
}
 
Lyn 23:
"tagClose": "]]",
"sampleText": "Bladsynaam hier"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/c/c9/Button_strike.png",
Lyn 30:
"tagClose": "</s>",
"sampleText": "Deurstreep teks"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/1/13/Button_enter.png",
Lyn 37:
"tagClose": "",
"sampleText": ""};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/8/80/Button_upper_letter.png",
Lyn 44:
"tagClose": "</sup>",
"sampleText": "Boskrif"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/7/70/Button_lower_letter.png",
Lyn 51:
"tagClose": "</sub>",
"sampleText": "Onderskrif"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/5/58/Button_small.png",
Lyn 58:
"tagClose": "</small>",
"sampleText": "Klein teks"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/3/34/Button_hide_comment.png",
Lyn 65:
"tagClose": " -->",
"sampleText": "Kommentaar"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/1/12/Button_gallery.png",
Lyn 72:
"tagClose": "\n</gallery>",
"sampleText": "Beeld:Voorbeeld.jpg|Onderskrif1\nBeeld:Voorbeeld.jpg|Onderskrif2"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/f/fd/Button_blockquote.png",
Lyn 79:
"tagClose": "</blockquote>\n",
"sampleText": "'n Blok aangehaalde teks"};
 
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/en/6/60/Button_insert_table.png",
Lyn 87:
"sampleText": "! hoof 1\n! hoof 2\n! hoof 3\n|-\n| ry 1, sel 1\n| ry 1, sel 2\n| ry 1, sel 3\n|-\n| ry 2, sel 1\n| ry 2, sel 2\n| ry 2, sel 3"};
}
 
/*
Déplacement des [modifier]
--------------------------
Correction des titres qui s'affichent mal en raison de limitations dues à MediaWiki.
 
Copyright 2006, Marc Mongenet. Licence GPL et GFDL.
 
The function looks for <span class="editsection">, and move them
at the end of their parent and display them inline in small font.