查看“︁User:Djx333/common.js”︁的源代码
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您可以查看和复制此页面的源代码。
/**
* Scripts placed here are loaded for all skins on the desktop view
*
* Global scripts which should be loaded on both desktop and mobile should go in
* [[MediaWiki:Gadget-site.js]]
* Mobile-only scripts should go in [[MediaWiki:Mobile.js]]
*/
( function() {
'use strict';
/* Variables for interface text used throughout the script, for ease of translating */
var i18n = {
// File upload
defaultLicense: 'License Mojang'
};
/**
* Instead of cluttering up the global scope with
* variables, they should instead be set as a
* property of this global variable
*
000
1:0