MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus Wiki Grepolis DE
Zur Navigation springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(41 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 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. */
// Old Global.js.
// Rewrite of announcement display. (by Menidan)
$ (function () {
// Changes the announcement to the next announcement in the list.
function changeAnnouncement () {
$ (announcementList [currentAnnouncement]).fadeOut ("normal", function () {
++currentAnnouncement;
if (currentAnnouncement >= announcementList.length)
currentAnnouncement = 0;
$ (announcementList [currentAnnouncement]).fadeIn ();
});
}


/*
var announcementList = $ (".announcement");
////////////////////////////////////////////////////////////////
var currentAnnouncement = 0;
// =-=-=- HELPER FUNCTIONS -=-=-=-
var announcementVisibilityTime = 5000; // ms
function addlilink(tabs, url, name, id, title, key){
    var na = document.createElement('a');
    na.href = url;
    na.appendChild(document.createTextNode(name));
    var li = document.createElement('li');
    if(id) li.id = id;
    li.appendChild(na);
    tabs.appendChild(li);
    if(id)
    {
        if(key && title)
        {
            ta[id] = [key, title];
        }
        else if(key)
        {
            ta[id] = [key, ''];
        }
        else if(title)
        {
            ta[id] = ['', title];
        }
    }
    // re-render the title and accesskeys from existing code in wikibits.js
    akeytt();
    return li;
}


function addToolboxLink(url, name, id, title){
announcementList.hide ();
    var tb = document.getElementById('p-tb').getElementsByTagName('ul')[0];
if (announcementList.length > 1) {
    addlilink(tb, url, name, id, title);
$ (announcementList [0]).fadeIn ();
}
setInterval (changeAnnouncement, announcementVisibilityTime);
} else if (announcementList.length > 0)
announcementList.fadeIn ();


function addTab(url, name, id, title, key) {
    return addPortletLink('p-cactions', url, name, id, title, key);
}


function addLink(where, url, name, id, title, key, after){
// Piwik is undefined -> comment it out.
    var na = document.createElement('a');
/*
    na.href = url;
try {
    na.appendChild(document.createTextNode(name));
var piwikTracker = Piwik.getTracker (pkBaseURL + "piwik.php", 2);
    var li = document.createElement('li');
piwikTracker.trackPageView ();
    if(id) li.id = id;
piwikTracker.enableLinkTracking ();
    li.appendChild(na);
} catch (err) {}
    var tabs = document.getElementById(where).getElementsByTagName('ul')[0];
*/
    if(after) {
});
tabs.insertBefore(li,document.getElementById(after));
    } else {
tabs.appendChild(li);
    }
    if(id) {
if(key && title) { ta[id] = [key, title]; }
else if(key) { ta[id] = [key, '']; }
else if(title) { ta[id] = ['', title];}  
    }
    // re-render the title and accesskeys from existing code in wikibits.js
    akeytt();
    return li;
}


function addlimenu(tabs, name, id)
// ?
{
var importScript_ = importScript;
    var na = document.createElement('a');
    na.href = '#';
    var mn = document.createElement('ul');
    na.appendChild(document.createTextNode(name));
    var li = document.createElement('li');
    li.id = id;
    li.className = 'tabmenu';
    li.appendChild(na);
    li.appendChild(mn);
    tabs.appendChild(li);
    return li;
}


function addnavbox_link(URL,Name,ID)
{
var portlet = document.getElementById('p-navigation');
var links = portlet.getElementsByTagName('ul')[0];
links.innerHTML += '<li id="' + ID + '"><a href="' + URL + '">' + Name + '</a></li>';
}
/////////////////////////////////////////////
*/
document.write("<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js' type='text/javascript'></script>");


document.write("<script src='/index.php?title=Global.js&action=raw&smaxage=0&ctype=text/javascript' type='text/javascript'></script>");
// Makes the sidebar foldable (by Menidan)
var sidebar_settings = JSON.parse (localStorage.getItem ("sidebar_settings")) || {};


importScript_ = importScript
function save_sidebar () {
importScript = function (page, proj){
localStorage.setItem ("sidebar_settings", JSON.stringify (sidebar_settings));
if (!proj) importScript_(page)
else {
  if (proj.indexOf('.')==-1) proj += '.wikipedia.org'
  importScriptURI('http://'+proj+'/w/index.php?action=raw&ctype=text/javascript&title='+encodeURIComponent(page.replace(/ /g,'_')))
}
}
}
importMW = function (name) { importScript('MediaWiki:'+name+'.js') }


 
function set_sidebar (id, folded) {
function LinkFA(){
if (document.getElementById (id).parentElement.id != "column-one")
var pLang = document.getElementById('p-lang')
return;
if (!pLang) return
if (folded)
var list = {
sidebar_settings [id] = true;
'fa':'Эта статья является избранной',
else
'fl':'Этот список или портал является избранным',
delete sidebar_settings [id];
'ga':'Эта статья является хорошей'}
save_sidebar ();
var iw = pLang.getElementsByTagName('li')
for (var i=0; i<iw.length; i++)
  for (var s in list)
    if (document.getElementById(iw[i].className+'-'+s)){
      iw[i].className += ' ' + s.toUpperCase()
      iw[i].title = list[s] + ' в другом языковом разделе'
    }
}
}


 
var fold = "https://wiki.de.grepolis.com/images/7/7e/Einklappen.png";
function icqIcons(){
var unfold = "https://wiki.de.grepolis.com/images/0/06/Ausklappen.png";
var a, spans = document.getElementById('content').getElementsByTagName('span')
function sidebar_click (node) {
for (var i=0; a=spans[i]; i++)
var content = $ (node.parentElement.lastElementChild);
  if (a.className == 'ICQ')
if (content.css ("display") == "none") {
    a.style.backgroundImage = "url('http://status.icq.com/online.gif?icq="+a.id+"&img=5&randseed="+Math.floor(Math.random()*10000000)+"')"
content.css ("display", "block");
node.firstElementChild.alt = "[-]";
node.firstElementChild.src = fold;
set_sidebar (node.parentElement.id, false);
} else {
content.css ("display", "none");
node.firstElementChild.alt = "[+]";
node.firstElementChild.src = unfold;
set_sidebar (node.parentElement.id, true);
}
return false;
}
}


var sidebar_links = $ ("#column-one .generated-sidebar.portlet h5").slice (1).replaceWith (function () {
if (! sidebar_settings [this.parentElement.id])
return $ ('<a href="#" style="text-align:center"><img src="' + fold + '" style="float:left" alt="[-]" /><h5>' + this.innerHTML + '</h5></a>').click (function () {
return sidebar_click (this);
});


function editZeroSection(){
$ (this.nextElementSibling).css ("display", "none");
var body = document.getElementById('bodyContent')
return $ ('<a href="#" style="text-align:center"><img src="' + unfold + '" style="float:left" alt="[+]" /><h5>' + this.innerHTML + '</h5></a>').click (function () {
if (!body) return
return sidebar_click (this);
var h2s = body.getElementsByTagName('H2')
});
var h2 = h2s[0]
});
if (!h2) return
if (h2.parentNode.id == 'toctitle') h2 = h2s[1]
if (!h2) return
var span = h2.firstChild
if (!span || span.className != 'editsection') return
var zero = span.cloneNode(true)
body.insertBefore(zero, body.firstChild)
var a = zero.getElementsByTagName('a')[0]
if (a.href.indexOf('&section=T') == -1 )  a.title = a.title.replace(/:.*$/,': 0')
else a.title = 'Править секцию: 0'
a.setAttribute('href', wgScript + '?title='+encodeURIComponent(wgPageName) + '&action=edit&section=0')
}




// Halloween 2013 (by Menidan)
if (location.pathname == "/wiki/Halloween_2013_im_Wiki" && ! localStorage.getItem ("halloween-2013")) {
localStorage.setItem ("halloween-2013", "delete this entry to show the window again");
var overlay = $ ('<div></div>').appendTo (document.body);
overlay.css ({
"background-color": "black",
"background-position": "center",
"background-size": "contain",
"background-repeat": "no-repeat",
"background-attachment": "fixed",
"backgound-image": "url(/images/e/ea/Test.gif)",
position: "absolute",
left: 0,
right: 0,
top: 0,
bottom: 0,
"z-index": 10
});
overlay [0].style.backgroundImage = "url(/images/e/ea/Test.gif)";
$ (document.body).css ("overflow", "hidden");


var close_button = $ ('<a href="#"><img src="/images/7/75/Grepolis_Wiki_307.png" /></a>').appendTo (overlay).css ({
position: "absolute",
top: "10px",
right: "10px"
}).click (function () {
$ (document.body).css ("overflow", "");
overlay.remove ();
$ (audio).remove ();
});


//Collapsiblе: [[ВП:СБ]]
var audio = $ ('<audio preload="preload" autostart="autostart"><source src="http://www.horror-grusel.de/horror0407/sounds/hexe.wav" /></audio>').appendTo (overlay) [0];
audio.addEventListener ("load", function () {
alert ("loaded");
audio.play ();
});
audio.addEventListener ("ended", function () {
setTimeout (function () {
audio.currentTime = 0;
audio.play ();
}, 1); // die 1 durch beliebige Anzahl an Millisekunden zwischen dem einzelnen Abspielen des Geräusches ersetzen
});
audio.load ();
audio.play ();
}


var NavigationBarShowDefault = 2
var NavigationBarHide = '[ Verbergen]'
var NavigationBarShow = '[Weergeven]'


var hasClass = (function (){
var reCache = {}
return function (element, className){
  return (reCache[className] ? reCache[className] : (reCache[className] = new RegExp("(?:\\s|^)" + className + "(?:\\s|$)"))).test(element.className)
  }
})()


function collapsibleTables(){
// Simple Culture Point Calculator (by Menidan)
var Table, HRow,  HCell, btn, a, tblIdx = 0, colTables = []
var allTables = document.getElementsByTagName('table')
for (var i=0; Table = allTables[i]; i++){
  if (!hasClass(Table, 'collapsible')) continue
  if (!(HRow=Table.rows[0])) continue
  if (!(HCell=HRow.getElementsByTagName('th')[0])) continue
  Table.id = 'collapsibleTable' + tblIdx
  btn = document.createElement('span')
  btn.style.cssText = 'float:right; font-weight:normal; font-size:smaller'
  a = document.createElement('a')
  a.id = 'collapseButton' + tblIdx
  a.href = 'javascript:collapseTable(' + tblIdx + ');'
  a.style.color = HCell.style.color
  a.appendChild(document.createTextNode(NavigationBarHide))
  btn.appendChild(a)
  HCell.insertBefore(btn, HCell.childNodes[0])
  colTables[tblIdx++] = Table
}
for (var i=0; i < tblIdx; i++)
  if ((tblIdx > NavigationBarShowDefault && hasClass(colTables[i], 'autocollapse')) || hasClass(colTables[i], 'collapsed'))
    collapseTable(i)
}
 
function collapseTable (idx){
var Table = document.getElementById('collapsibleTable' + idx)
var btn = document.getElementById('collapseButton' + idx)
if (!Table || !btn) return false
var Rows = Table.rows
var isShown = (btn.firstChild.data == NavigationBarHide)
btn.firstChild.data = isShown ?  NavigationBarShow : NavigationBarHide
var disp = isShown ? 'none' : Rows[0].style.display
for (var i=1; i < Rows.length; i++)
    Rows[i].style.display = disp
}
 
function collapsibleDivs(){
var navIdx = 0, colNavs = [], i, NavFrame
var divs = document.getElementById('content').getElementsByTagName('div')
for (i=0; NavFrame = divs[i]; i++) {
  if (!hasClass(NavFrame, 'NavFrame')) continue
  NavFrame.id = 'NavFrame' + navIdx
  var a = document.createElement('a')
  a.className = 'NavToggle'
  a.id = 'NavToggle' + navIdx
  a.href = 'javascript:collapseDiv(' + navIdx + ');'
  a.appendChild(document.createTextNode(NavigationBarHide))
  for (var j=0; j < NavFrame.childNodes.length; j++)
    if (hasClass(NavFrame.childNodes[j], 'NavHead'))
      NavFrame.childNodes[j].appendChild(a)
  colNavs[navIdx++] = NavFrame
}
for (i=0; i < navIdx; i++)
  if ((navIdx > NavigationBarShowDefault && !hasClass(colNavs[i], 'expanded')) || hasClass(colNavs[i], 'collapsed'))
    collapseDiv(i)
}
 
function collapseDiv(idx) {
var div = document.getElementById('NavFrame' + idx)
var btn = document.getElementById('NavToggle' + idx)
if (!div || !btn) return false
var isShown = (btn.firstChild.data == NavigationBarHide)
btn.firstChild.data = isShown ? NavigationBarShow : NavigationBarHide
var disp = isShown ? 'none' : 'block'
for (var child = div.firstChild;  child != null;  child = child.nextSibling)
  if (hasClass(child, 'NavPic') || hasClass(child, 'NavContent'))
      child.style.display = disp
}
 
function voting12(){
if (votingTrigger = document.getElementById('voting-trigger'))
  importScriptURI(wgServer+wgScript
  +'?title=MediaWiki:Voting12.js&action=raw&ctype=text/javascript&cversion='
  +encodeURIComponent(votingTrigger.innerHTML.replace(/\D+/g, '.')))
}
 
//Secure server
var metaBase = 'http://meta.wikimedia.org'
if (wgServer == 'https://secure.wikimedia.org') {
  importScript('MediaWiki:Common.js/secure.js','en')
  metaBase = 'https://secure.wikimedia.org/wikipedia/meta'
}
 
 
//Execution
 
if (wgCanonicalNamespace == 'Special'){
 
if (/^(Uplo|Sear|Stat|Spec|Abus|Prefe)/i.test(wgCanonicalSpecialPageName))
  importMW(wgCanonicalSpecialPageName)
 
}else switch (wgAction){
 
case 'history': importMW('History'); break
 
case 'delete': importMW('Deletepage'); break
 
case 'edit': case 'submit': importMW('Editpage') //and continue with the default: view, purge
 
default:
 
  addOnloadHook(editZeroSection)
  addOnloadHook(collapsibleDivs)
  addOnloadHook(collapsibleTables)
  importScriptURI(metaBase+'/w/index.php?title=MediaWiki:Wikiminiatlas.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400')
  if (navigator.platform.indexOf('Win') != -1)
    importStylesheetURI('http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css/WinFixes.css&action=raw&ctype=text/css')
 
  if (wgNamespaceNumber==0 || wgNamespaceNumber==100){
    addOnloadHook(LinkFA)
    importMW('Osm')
    importMW('Collapserefs')
    if (wgArticleId==4401) importMW('Mainpage')
  }else{
    if (wgNamespaceNumber==4){
      if (/^(Мастер статей|Инкубатор)/.test(wgTitle)) importMW('Incubator')
      if (wgTitle=='Скрипты') importMW('Scripts')
    }
    addOnloadHook(icqIcons)
  }
 
}
 
 
if (wgUserGroups){
  for (var i=0; i<wgUserGroups.length; i++) switch (wgUserGroups[i]){
    case 'sysop': importMW('Sysop'); break
}
if (wgNamespaceNumber==2 && wgTitle.indexOf(wgUserName)==0 && wgArticleId==0 && /\/skin\.(js|css)$/.test(wgTitle))
  window.location.href = window.location.href.replace(/skin\.(css|js)$/, skin+'.$1')
}
 
 
// ВП:СО, кроме статей  В Контакте, Одноклассники и Facebook
if (wgArticleId!=639373 && wgArticleId!=932117 && wgArticleId!=1297302 && wgArticleId!=25133866)
importMW('Wikibugs')
 
 
// iwiki sorting
if (!wgUserName
    || (wgUserName
        && (((typeof wgLangPrefs == 'undefined') ? false : true)
            || ((typeof wgAddLangHints == 'undefined') ? false : wgAddLangHints)
            || ((typeof wgUseUserLanguage == 'undefined') ? false : wgUseUserLanguage))))
    importMW('Interwiki-links');
 
var withJS = document.URL.match(/[&?]withjs=((mediawiki:)?([^&#]+))/i)
if (withJS) importScript_('MediaWiki:'+withJS[3])
 
if (!window.wgUserName) appendCSS('#mw-fr-revisiontag {display:none}')
 
// Make the sidebar foldable.
(function () {
(function () {
if (localStorage.getItem ("no_sidebar") != null)
function is_right_page () {
return;
if (location.pathname == "/wiki/Kulturpunkte")
 
return true;
sidebar_settings = localStorage.getItem ("sidebar_settings") || {};
if (location.pathname != "/index.php")
 
return false;
function save_sidebar () {
var query = location.search.substring (1).split ("&").map (function (s) { return s.split ("="); });
localStorage.setItem ("sidebar_settings", sidebar_settings);
if (! query.find (function (s) { return s [0] == "title" && s [1] == "Kulturpunkte"; }))
}
 
function set_sidebar (id, folded) {
sidebar_settings [id] = folded;
save_sidebar ();
}
 
$ ("#column-one .generated-sidebar.portlet h5").slice (1).replaceWith (function () {
var fold = "http://wiki.de.grepolis.com/images/7/7e/Einklappen.png";
var unfold = "http://wiki.de.grepolis.com/images/0/06/Ausklappen.png";
return $ ('<a href="#" style="text-align:center"><img src="' + fold + '" style="float:left" alt="[-]" /><h5>' + this.innerHTML + '</h5></a>').click (function () {
var content = $ (this.parentElement.lastElementChild);
if (content.css ("display") == "none") {
content.css ("display", "block");
this.firstElementChild.alt = "[-]";
this.firstElementChild.src = fold;
set_sidebar (this.parentElement.id, false);
} else {
content.css ("display", "none");
this.firstElementChild.alt = "[+]";
this.firstElementChild.src = unfold;
set_sidebar (this.parentElement.id, true);
}
return false;
return false;
});
return ! query.find (function (s) { return s [0] == "action" && s [1] != "view"; });
});
 
function initialize_sidebar () {
for (var id in sidebar_settings)
document.getElementById (id).click ();
}
}
if (! is_right_page ())
return;


initialize_sidebar ();
var table = $ ("table.wikitable");
var tr = $ ("<tr>").insertAfter (table.find ("tr:first"));
function level_from_points (points) { return Math.floor (3 / 2 + Math.sqrt (1 / 4 + 2 / 3 * points)); }
function points_from_level (level) { return Math.floor (3 / 2 * (level - 1) * (level - 2)); }
var level  = $ ('<input type="text" value="5" />').bind ("propertychange keyup input paste", function () {
points.val (points_from_level (level.val ()));
}).appendTo ($ ("<th>").appendTo (tr));
var points = $ ('<input type="text" value="18" />').bind ("propertychange keyup input paste", function () {
level.val (level_from_points (points.val ()));
}).appendTo ($ ("<th>").appendTo (tr));
}) ();
}) ();

Aktuelle Version vom 29. Januar 2016, 14:15 Uhr

/* Any JavaScript here will be loaded for all users on every page load. */
// Old Global.js.
// Rewrite of announcement display. (by Menidan)
$ (function () {
	// Changes the announcement to the next announcement in the list.
	function changeAnnouncement () {
		$ (announcementList [currentAnnouncement]).fadeOut ("normal", function () {
			++currentAnnouncement;
			if (currentAnnouncement >= announcementList.length)
				currentAnnouncement = 0;
			$ (announcementList [currentAnnouncement]).fadeIn ();
		});
	}

	var announcementList = $ (".announcement");
	var currentAnnouncement = 0;
	var announcementVisibilityTime = 5000; // ms

	announcementList.hide ();
	if (announcementList.length > 1) {
		$ (announcementList [0]).fadeIn ();
		setInterval (changeAnnouncement, announcementVisibilityTime);
	} else if (announcementList.length > 0)
		announcementList.fadeIn ();


	// Piwik is undefined -> comment it out.
	/*
	try {
		var piwikTracker = Piwik.getTracker (pkBaseURL + "piwik.php", 2);
		piwikTracker.trackPageView ();
		piwikTracker.enableLinkTracking ();
	} catch (err) {}
	*/
});

// ?
var importScript_ = importScript;


// Makes the sidebar foldable (by Menidan)
var sidebar_settings = JSON.parse (localStorage.getItem ("sidebar_settings")) || {};

function save_sidebar () {
	localStorage.setItem ("sidebar_settings", JSON.stringify (sidebar_settings));
}

function set_sidebar (id, folded) {
	if (document.getElementById (id).parentElement.id != "column-one")
		return;
	if (folded)
		sidebar_settings [id] = true;
	else
		delete sidebar_settings [id];
	save_sidebar ();
}

var fold = "https://wiki.de.grepolis.com/images/7/7e/Einklappen.png";
var unfold = "https://wiki.de.grepolis.com/images/0/06/Ausklappen.png";
function sidebar_click (node) {
	var content = $ (node.parentElement.lastElementChild);
	if (content.css ("display") == "none") {
		content.css ("display", "block");
		node.firstElementChild.alt = "[-]";
		node.firstElementChild.src = fold;
		set_sidebar (node.parentElement.id, false);
	} else {
		content.css ("display", "none");
		node.firstElementChild.alt = "[+]";
		node.firstElementChild.src = unfold;
		set_sidebar (node.parentElement.id, true);
	}
	return false;
}

var sidebar_links = $ ("#column-one .generated-sidebar.portlet h5").slice (1).replaceWith (function () {
	if (! sidebar_settings [this.parentElement.id])
		return $ ('<a href="#" style="text-align:center"><img src="' + fold + '" style="float:left" alt="[-]" /><h5>' + this.innerHTML + '</h5></a>').click (function () {
			return sidebar_click (this);
		});

	$ (this.nextElementSibling).css ("display", "none");
	return $ ('<a href="#" style="text-align:center"><img src="' + unfold + '" style="float:left" alt="[+]" /><h5>' + this.innerHTML + '</h5></a>').click (function () {
		return sidebar_click (this);
	});
});


// Halloween 2013 (by Menidan)
if (location.pathname == "/wiki/Halloween_2013_im_Wiki" && ! localStorage.getItem ("halloween-2013")) {
	localStorage.setItem ("halloween-2013", "delete this entry to show the window again");
	var overlay = $ ('<div></div>').appendTo (document.body);
	overlay.css ({
		"background-color": "black",
		"background-position": "center",
		"background-size": "contain",
		"background-repeat": "no-repeat",
		"background-attachment": "fixed",
		"backgound-image": "url(/images/e/ea/Test.gif)",
		position: "absolute",
		left: 0,
		right: 0,
		top: 0,
		bottom: 0,
		"z-index": 10
	});
	overlay [0].style.backgroundImage = "url(/images/e/ea/Test.gif)";
	$ (document.body).css ("overflow", "hidden");

	var close_button = $ ('<a href="#"><img src="/images/7/75/Grepolis_Wiki_307.png" /></a>').appendTo (overlay).css ({
		position: "absolute",
		top: "10px",
		right: "10px"
	}).click (function () {
		$ (document.body).css ("overflow", "");
		overlay.remove ();
		$ (audio).remove ();
	});

	var audio = $ ('<audio preload="preload" autostart="autostart"><source src="http://www.horror-grusel.de/horror0407/sounds/hexe.wav" /></audio>').appendTo (overlay) [0];
	audio.addEventListener ("load", function () {
		alert ("loaded");
		audio.play ();
	});
	audio.addEventListener ("ended", function () {
		setTimeout (function () {
			audio.currentTime = 0;
			audio.play ();
		}, 1); // die 1 durch beliebige Anzahl an Millisekunden zwischen dem einzelnen Abspielen des Geräusches ersetzen
	});
	audio.load ();
	audio.play ();
} 



// Simple Culture Point Calculator (by Menidan)
(function () {
	function is_right_page () {
		if (location.pathname == "/wiki/Kulturpunkte")
			return true;
		if (location.pathname != "/index.php")
			return false;
		var query = location.search.substring (1).split ("&").map (function (s) { return s.split ("="); });
		if (! query.find (function (s) { return s [0] == "title" && s [1] == "Kulturpunkte"; }))
			return false;
		return ! query.find (function (s) { return s [0] == "action" && s [1] != "view"; });
	}
	if (! is_right_page ())
		return;

	var table = $ ("table.wikitable");
	var tr = $ ("<tr>").insertAfter (table.find ("tr:first"));
	function level_from_points (points) { return Math.floor (3 / 2 + Math.sqrt (1 / 4 + 2 / 3 * points)); }
	function points_from_level (level) { return Math.floor (3 / 2 * (level - 1) * (level - 2)); }
	var level  = $ ('<input type="text" value="5" />').bind ("propertychange keyup input paste", function () {
		points.val (points_from_level (level.val ()));
	}).appendTo ($ ("<th>").appendTo (tr));
	var points = $ ('<input type="text" value="18" />').bind ("propertychange keyup input paste", function () {
		level.val (level_from_points (points.val ()));
	}).appendTo ($ ("<th>").appendTo (tr));
}) ();