ผลต่างระหว่างรุ่นของ "มีเดียวิกิ:Common.js"
หน้าตา
เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
ไม่มีความย่อการแก้ไข |
shrink "self.ws_messages" object, keeping only messages that seem to still be in use. |
||
(ไม่แสดง 1 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
บรรทัดที่ 24: | บรรทัดที่ 24: | ||
* see [[oldwikisource:Wikisource:Shared Scripts]] for details |
* see [[oldwikisource:Wikisource:Shared Scripts]] for details |
||
*/ |
*/ |
||
⚫ | |||
mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:PageNumbers.js&action=raw&ctype=text/javascript'); |
|||
//mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:IndexForm.js&action=raw&ctype=text/javascript'); |
|||
// mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:OCR.js&action=raw&ctype=text/javascript'); |
|||
// mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:DisplayFooter.js&action=raw&ctype=text/javascript'); |
|||
// Dictionary.js used for [[DL]]-type links, as per [[A Dictionary of Music and Musicians/A]] |
|||
// mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:Dictionary.js&action=raw&ctype=text/javascript'); |
|||
// mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:Corrections.js&action=raw&ctype=text/javascript'); |
|||
mw.loader.load('//wikisource.org/w/index.php?title=MediaWiki:InterWikiTransclusion.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//wikisource.org/w/index.php?title=MediaWiki:InterWikiTransclusion.js&action=raw&ctype=text/javascript'); |
||
// PageNumbers |
|||
⚫ | |||
/** |
/** |
||
บรรทัดที่ 45: | บรรทัดที่ 40: | ||
self.ws_messages = { |
self.ws_messages = { |
||
// MediaWiki:Gadget-DisplayFooter.js |
|||
'author':'ผู้สร้างสรรค์', |
|||
'translator':'ผู้แปล', |
|||
'editor':'บรรณาธิการ', |
|||
'publisher':'ผู้เผยแพร่', |
|||
'place':'สถานที่', |
|||
'volume':'เล่ม', |
|||
'school':'สถานศึกษา', |
|||
'book':'หนังสือ', |
|||
'collection':'ชุด', |
|||
'journal':'วารสารหรือนิตยสาร', |
|||
'phdthesis':'วิทยานิพนธ์, รายงาน', |
|||
'dictionary':'พจนานุกรม', |
|||
'progress':'ความคืบหน้า', |
|||
'progress_T':'เสร็จแล้ว (ตรวจสอบเนื้อหาเรียบร้อย)', |
|||
'progress_V':'รอการตรวจสอบเนื้อหา', |
|||
'progress_C':'รอพิสูจน์อักษร', |
|||
'progress_MS':'พร้อมผสานหรือแยกส่วน', |
|||
'progress_OCR':'ไฟล์ต้นทางต้องการ OCR text layer', |
|||
'progress_L':'ไฟล์ต้นทางไม่ถูกต้อง (หน้าหาย, หน้าไม่เรียง, ฯลฯ)', |
|||
'progress_X':'ต้องการ Pagelist (เพื่อตรวจสอบยืนยันว่า ไฟล์ถูกต้องสมบูรณ์ดี ก่อนจะเริ่มพิสูจน์อักษรได้)', |
|||
'▲':'กลับไปที่ด้านบนของหน้า', |
'▲':'กลับไปที่ด้านบนของหน้า', |
||
// :mul:MediaWiki:InterWikiTransclusion.js |
|||
'corr_list':'List of typos identified on this page', |
|||
'corr_link':'Typos Marked', |
|||
'corr_one':'One typo</a> has been marked.', |
|||
'corr_many':' typos</a> have been marked.', |
|||
'corr_close':'Close.', |
|||
'iwtrans':'Its text comes from', |
'iwtrans':'Its text comes from', |
||
'iwtrans2':'Its text comes from other Wikisource subdomains.', |
'iwtrans2':'Its text comes from other Wikisource subdomains.', |
||
'page_namespace_name': 'Page', |
|||
'page_trascluded_in': 'Page trascluded in:', |
|||
'text_number': 'Text', |
|||
'compare_with': 'Comparison with:', |
|||
'compare_texts': 'Compare texts' |
|||
}; |
}; |
||
รุ่นแก้ไขเมื่อ 16:14, 4 มิถุนายน 2565
/* จาวาสคริปต์ในหน้านี้จะถูกใช้งานต่อผู้ใช้ทุกคน */
//<syntaxhighlight lang="javascript">
/**
* Keep code in MediaWiki:Common.js to a minimum as it is unconditionally
* loaded for all users on every wiki page. If possible create a gadget that is
* enabled by default instead of adding it here (since gadgets are fully
* optimized ResourceLoader modules with possibility to add dependencies etc.)
*
* Since Common.js isn't a gadget, there is no place to declare its
* dependencies, so we have to lazy load them with mw.loader.using on demand and
* then execute the rest in the callback. In most cases these dependencies will
* be loaded (or loading) already and the callback will not be delayed. In case a
* dependency hasn't arrived yet it'll make sure those are loaded before this.
*/
/* global mw, $, importStylesheet, importScript */
/* jshint curly:false, strict:false, eqnull:true, browser:true */
mw.loader.using( ['mediawiki.user', 'mediawiki.util', 'jquery.client'] ).done( function () {
/* Begin of mw.loader.using callback */
/**
* Scripts imported from wikisource.org
* see [[oldwikisource:Wikisource:Shared Scripts]] for details
*/
mw.loader.load('//wikisource.org/w/index.php?title=MediaWiki:InterWikiTransclusion.js&action=raw&ctype=text/javascript');
// PageNumbers
mw.loader.load('//th.wikisource.org/w/index.php?title=MediaWiki:PageNumbers.js&action=raw&ctype=text/javascript');
/**
* Messages are configurable here
*/
if(!self.ws_messages) self.ws_messages = { };
window.ws_msg = function (name) {
var m = self.ws_messages[name];
if(m) return m; else return name;
};
self.ws_messages = {
// MediaWiki:Gadget-DisplayFooter.js
'▲':'กลับไปที่ด้านบนของหน้า',
// :mul:MediaWiki:InterWikiTransclusion.js
'iwtrans':'Its text comes from',
'iwtrans2':'Its text comes from other Wikisource subdomains.',
};
/* stop faux red links on fresh links */
$( 'div.mw-body a' ).removeClass( 'stub' );
/**
* Envelope subNotes found in main navigation header derivatives
* Namespace coverage: Main (ns-0), Translation (ns-114)
* See also _____
*
* Ver 0.10, 2015-01-31
*/
jQuery( document ).ready( function ( $ ) {
var nsSubNotes = [ 0, 114 ];
if ( $.inArray( mw.config.get( 'wgNamespaceNumber' ), nsSubNotes ) !== -1 ) {
$( 'div.subNote' ).insertBefore( $( 'div#ws-data' ) );
}
} );
/**
* Envelope hatNotes & similar into main navigation header container
* Namespace coverage: Main (ns-0), Translation (ns-114)
* See also _____
*
* Ver 0.30, 2015-12-31
*/
jQuery( document ).ready( function ( $ ) {
var nsHatNotes = [ 0, 114 ];
if ( $.inArray( mw.config.get( 'wgNamespaceNumber' ), nsHatNotes ) !== -1 ) {
$( 'div.similar' ).prependTo( $( 'div#headerContainer' ) );
$( 'table.ambox' ).prependTo( $( 'div#headerContainer' ) );
}
} );
/**
* PageNumbers Dynamic Layouts helper
*
* removes sidebar Display Options menu from all ns except Main and Translation
*
*/
jQuery( document ).ready( function ( $ ) {
var nsDynamicLayouts = [ -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 115, 828, 829 ];
if ( $.inArray( mw.config.get( 'wgNamespaceNumber' ), nsDynamicLayouts ) !== -1 ) {
$( 'div' ).remove( '#p-do' );
}
} );
/* End of mw.loader.using callback */
} );
// -------------------------------------------------------------------------------
// Force Preview JavaScript code - Start
//
// To allow any group to bypass being forced to preview,
// enter the group name in the permittedGroups array.
// E.g.
// var permittedGroups = []; // force everyone
// var permittedGroups = [ "user" ]; // permit logged-in users
// var permittedGroups = [ "sysop", "bureaucrat" ]; // permit sysop, bureaucrat
// -------------------------------------------------------------------------------
var permittedGroups = [ "user" ];
function forcePreview()
{
if( mw.config.get('wgAction') != "edit") return;
if( mw.config.get('wgUserGroups') === null) {
mw.config.set('wgUserGroups', []);
}
if ( mw.config.get( "wgUserGroups" ).filter(function(group) {
return permittedGroups.indexOf(group) > -1;
}).length ) return;
var saveButton = document.getElementById("wpSave");
if( !saveButton )
return;
saveButton.disabled = true;
saveButton.value = "กรุณาดูตัวอย่างก่อนบันทึก";
saveButton.style.fontWeight = "normal";
document.getElementById("wpPreview").style.fontWeight = "bold";
}
$(forcePreview);
// -----------------------------------------------------
// Force Preview JavaScript code - End
// -----------------------------------------------------
/* DO NOT ADD CODE BELOW THIS LINE */
//</source>