MediaWiki:Common.js: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Tidak ada ringkasan suntingan |
k Bot: Security fix: protocol-relative URLs per https://meta.wikimedia.org/?oldid=3197161 (questions?). |
||
Baris 7:
Variabel-variabel yang dipakai secara global */
var LoadInterProject = true;
var LoadLinkFA = true;
Baris 26 ⟶ 24:
aktifkan atau matikan */
/**
Baris 80 ⟶ 78:
if ( isMainPage && !isDiff && (wgCanonicalNamespace != 'Special') )
{
var mpSmallEnabled;
var mpMinWidth = 700;
Baris 127 ⟶ 125:
if (document.URL.indexOf("=edit") > 0 || document.URL.indexOf("=submit") > 0) {var noJS;}
else {
function pTitle() {
if (document.getElementById("title-override")) {
Baris 186 ⟶ 184:
<nowiki> */
if (LoadInterProject == true) {
function iProject() {
if (document.getElementById("interProyek")) {
Baris 396 ⟶ 394:
Drop down box for the Special character menu in [[MediaWiki:Edittools]]
Adapted from:
<pre><nowiki> */
Baris 555 ⟶ 553:
<pre><nowiki> */
function addCustomEditButton( imageFile, speedTip, tagOpen, tagClose, sampleText ) {
var imagePath = '
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile" : imagePath + imageFile,
Baris 696 ⟶ 694:
document.getElementById('bodyContent').insertBefore(notice, document.getElementById('jump-to-nav').nextSibling);
noticeLoader = sajax_init_object();
noticeLoader.open('GET', '
noticeLoader.onreadystatechange = function()
{
|