User:Tim4christ17/vector.js
// Please leave the following line
// [[user:Where/usertabs]]
jQuery(document).ready(function() {
if (wgTitle.indexOf("/") != -1 || document.title.indexOf("- History -") != -1) //no subpages or history
return;
if (wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk") {
var username = encodeURIComponent( wgTitle );
mw.util.addPortletLink("p-cactions", "http://toolserver.org/~soxred93/count/index.php?name=" + username + "&lang=en&wiki=wikipedia", "Edit count", "ca-editcount", "Edit count");
mw.util.addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=move&user=" + username, "Page moves", "ca-pagemoves", "Page moves by this user");
mw.util.addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=block&page=User:" + username, "Blocks received", "ca-blog", "Blocks received by this user");
mw.util.addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Log&type=rights&page=User:" + username, "User rights log", "", "User rights log");
mw.util.addPortletLink("p-cactions", wgServer + "/w/index.php?title=Special:Prefixindex&from=" + username + "/&namespace=2", "Userspace", "", "List of pages in this user's userspace");
}
});
//
importScript('User:TheDJ/qui.js');
//
importScript('User:Alex Smotrov/wlunwatch.js');
//
function embedFeedbackDashboard() {
var embed_feedback_dashboard_div = document.getElementById( 'fg-test-feedback-dashboard-embed' );
if (embed_feedback_dashboard_div) {
var embed_feedback_dashboard_req;
if(window.XMLHttpRequest) {
embed_feedback_dashboard_req = new XMLHttpRequest();
} else {
embed_feedback_dashboard_req = new ActiveXObject( 'Microsoft.XMLHTTP' );
}
embed_feedback_dashboard_req.onreadystatechange=function() {
if((embed_feedback_dashboard_req.readyState == 4) && (embed_feedback_dashboard_req.status == 200)) {
var embed_feedback_dashboard_str = embed_feedback_dashboard_req.responseText;
//////////// Not entirely certain about this style of quoting. Should be ok though. ////////////
var embed_feedback_dashboard_pos = embed_feedback_dashboard_str.indexOf( 'id="bodyContent"' )+17;
embed_feedback_dashboard_str = embed_feedback_dashboard_str.substr(embed_feedback_dashboard_pos);
embed_feedback_dashboard_pos = embed_feedback_dashboard_str.indexOf( '<!-- /bodyContent -->' );
embed_feedback_dashboard_str = embed_feedback_dashboard_str.substr(0, embed_feedback_dashboard_pos);
embed_feedback_dashboard_div.innerHTML = embed_feedback_dashboard_str;
}
}
embed_feedback_dashboard_req.open('GET', '/wiki/Special:FeedbackDashboard', true);
embed_feedback_dashboard_req.send();
}
}
jQuery(document).ready(embedFeedbackDashboard);
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.