사용자토론:n1sK:eu
Links to Russian WoT-wiki
Hi! Please insert to Main Page this code: [[ru:Заглавная_страница]]. For example my edit. --Armor kiev 22:22, 18 September 2011 (UTC)
- And more. Also you can hide block "Play World of Tanks now!" for registered users, add to Common.js:
function hidePlayNow() {
try {
var logout = document.getElementById('pt-logout');
if (logout != null) {
document.getElementById('footer-wot-link').style.display = 'none';
}
} catch(e) {
return;
}
}
addOnloadHook(hidePlayNow);
and Ctrl+F5 after save. --Armor kiev 22:57, 18 September 2011 (UTC)