மீடியாவிக்கி:Gadget-Fill Index.js
Appearance
குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.
- மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
- கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
- இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
- ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
/* Implementation of frWS Gadget-Fill Index.js [[User:Phe]]
* https://fr.wikisource.org/wiki/MediaWiki:Gadget-Fill_Index.js
* sets localised data (parameters, namespace for Index (106); and name of Author: ns
* parameters are to match those utilised in [[MediaWiki:Proofreadpage index data config]]
*/
// set localised data
self.fill_index_data = {};
self.fill_index_data.ns_index_nr = 106;
self.fill_index_data.ns_author_name = 'Author';
self.fill_index_data.extract_dict = {
'Editor' : 'Editor',
'Publisher' : 'Publisher',
'Author' : 'Author',
'Translator' : 'Translator',
'Volume' : 'Volume',
'Illustrator' : 'Illustrator',
'Image page' : 'Image',
'Title' : 'Title',
'Date' : 'Year',
'City' : 'Address',
'Source' : 'Source',
'LCCN' : 'LCCN'
};
// call frWS script
mw.loader.load('//fr.wikisource.org/w/index.php?title=MediaWiki:Gadget-Fill_Index.js&action=raw&ctype=text/javascript' );